One more bug to squash with saturated state

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-12-26 23:00:39 -05:00
parent 6c7c658226
commit b0ecf02491

View File

@@ -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)
{