mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Python wrapper is more or less back in action completely. Additional testing is required.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -398,7 +398,7 @@ void SaturationSolvers::saturation_T_pure_Akasaka(HelmholtzEOSMixtureBackend *HE
|
||||
SatV = HEOS->SatV;
|
||||
|
||||
long double rhoL,rhoV,JL,JV,KL,KV,dJL,dJV,dKL,dKV;
|
||||
long double DELTA, deltaL=0, deltaV=0, tau, error, PL, PV, stepL, stepV;
|
||||
long double DELTA, deltaL=0, deltaV=0, error, PL, PV, stepL, stepV;
|
||||
int iter=0;
|
||||
|
||||
try
|
||||
@@ -434,7 +434,6 @@ void SaturationSolvers::saturation_T_pure_Akasaka(HelmholtzEOSMixtureBackend *HE
|
||||
|
||||
deltaL = rhoL/reduce.rhomolar;
|
||||
deltaV = rhoV/reduce.rhomolar;
|
||||
tau = reduce.T/T;
|
||||
}
|
||||
catch(NotImplementedError &)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user