mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-22 20:38:01 -05:00
One more bug to squash with saturated state
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -697,17 +697,6 @@ void HelmholtzEOSMixtureBackend::calc_Tmin_sat(long double &Tmin_satL, long doub
|
||||
throw ValueError("calc_Tmin_sat not yet defined for mixtures");
|
||||
}
|
||||
}
|
||||
long double HelmholtzEOSMixtureBackend::calc_saturated_state_keyed_output(HelmholtzEOSMixtureBackend HEOS, parameters key)
|
||||
{
|
||||
switch (key){
|
||||
case iDmolar: return HEOS.rhomolar();
|
||||
case iDmass: return HEOS.rhomass();
|
||||
case iHmolar: return HEOS.hmolar();
|
||||
case iHmass: return HEOS.hmass();
|
||||
case iviscosity: return HEOS.viscosity();
|
||||
case iconductivity: return HEOS.conductivity();
|
||||
}
|
||||
}
|
||||
|
||||
void HelmholtzEOSMixtureBackend::calc_pmin_sat(long double &pmin_satL, long double &pmin_satV)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user