mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Reduced number of two-phase states for consistency plots
This commit is contained in:
@@ -347,7 +347,7 @@ class ConsistencyAxis(object):
|
||||
xbad, ybad = [], []
|
||||
xexcep, yexcep = [], []
|
||||
|
||||
for q in np.linspace(0, 1, 50):
|
||||
for q in np.linspace(0, 1, 20):
|
||||
|
||||
Tmin = state.keyed_output(CP.iT_triple)+1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user