mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Merge branch 'master' of https://github.com/coolprop/coolprop
This commit is contained in:
@@ -1708,6 +1708,13 @@ long double HelmholtzEOSMixtureBackend::solver_for_rho_given_T_oneof_HSU(long do
|
||||
{
|
||||
throw ValueError();
|
||||
}
|
||||
// Update the state (T > Tc)
|
||||
if (_p < p_critical()){
|
||||
_phase = iphase_supercritical_gas;
|
||||
}
|
||||
else {
|
||||
_phase = iphase_supercritical;
|
||||
}
|
||||
}
|
||||
// Subcritical temperature liquid
|
||||
else if (_phase == iphase_liquid)
|
||||
|
||||
Reference in New Issue
Block a user