From 1ba7db85dbe153dda3c614167e00a2fc2366807a Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 7 May 2020 23:16:08 -0400 Subject: [PATCH] Not so low a pressure --- Web/coolprop/Cubics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/coolprop/Cubics.rst b/Web/coolprop/Cubics.rst index a2f4cd64..671c9875 100644 --- a/Web/coolprop/Cubics.rst +++ b/Web/coolprop/Cubics.rst @@ -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)