mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-10 14:38:11 -05:00
Not so low a pressure
This commit is contained in:
@@ -186,7 +186,7 @@ Here we plot phase envelopes and critical points for an equimolar methane/ethane
|
||||
SRK.set_binary_interaction_double(0, 1, "kij", kij)
|
||||
|
||||
# Some VLE calculations
|
||||
for p in [1e4, 1e5, 1e6]:
|
||||
for p in [1e5, 1e6]:
|
||||
SRK.update(CP.PQ_INPUTS, p, 0)
|
||||
plt.plot(SRK.T(), SRK.p(), '<', color = c)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user