mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-12 23:05:18 -05:00
Add T_freeze as an output for incompressibles
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -122,6 +122,8 @@ public:
|
||||
|
||||
long double calc_fraction_min(void){return fluid->getxmin();};
|
||||
long double calc_fraction_max(void){return fluid->getxmax();};
|
||||
long double calc_T_freeze(void){
|
||||
return fluid->Tfreeze(_p, _fractions[0]);};
|
||||
};
|
||||
|
||||
} /* namespace CoolProp */
|
||||
|
||||
Reference in New Issue
Block a user