Parent Directory
|
Revision Log
|
Patch
revision 1457 by kchittur, Mon May 28 17:50:45 2007 UTC | revision 1475 by kchittur, Mon Jun 4 15:13:28 2007 UTC | |
---|---|---|
# | Line 1 | Line 1 |
# python script for calculating Pressure versus y from T and x | ||
# binary system, modified raoult's law, simple activity coefficient model | ||
1 | import extpy | import extpy |
2 | from pylab import * | |
3 | try: | |
4 | from pylab import * | |
5 | except: | |
6 | pass | |
7 | ||
8 | from solverreporter import * | from solverreporter import * |
9 | ||
10 | def zplot(self): | def zplot(self): |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |