mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-23 04:47:57 -05:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user