Fixed bug with getting output quality for REFPROP flashes; Closes #460

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2015-02-10 18:03:39 -07:00
parent ef975cf7d8
commit 8ae3205f68

View File

@@ -1253,6 +1253,7 @@ void REFPROPMixtureBackend::update(CoolProp::input_pairs input_pair, double valu
_speed_sound = w;
_tau = calc_T_critical()/_T;
_delta = _rhomolar/calc_rhomolar_critical();
_Q = q;
}
long double REFPROPMixtureBackend::call_phixdll(long itau, long idel)
{