mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Fix constant in Chung method for estimation of e/k and sigma
This commit is contained in:
@@ -922,7 +922,7 @@ protected:
|
||||
CoolPropDbl rho_crit_molar = fluid.EOS().reduce.rhomolar/1000.0;// [mol/m3 to mol/L]
|
||||
CoolPropDbl Tc = fluid.EOS().reduce.T;
|
||||
fluid.transport.sigma_eta = 0.809/pow(rho_crit_molar, static_cast<CoolPropDbl>(1.0/3.0))/1e9; // 1e9 is to convert from nm to m
|
||||
fluid.transport.epsilon_over_k = Tc/1.3593; // [K]
|
||||
fluid.transport.epsilon_over_k = Tc/1.2593; // [K]
|
||||
}
|
||||
|
||||
void parse_melting_line(rapidjson::Value &melting_line, CoolPropFluid & fluid)
|
||||
|
||||
Reference in New Issue
Block a user