mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-08 12:55:16 -05:00
REFPROP backend can calculate molar mass
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -49,6 +49,13 @@ public:
|
||||
double value2
|
||||
);
|
||||
|
||||
long double calc_molar_mass(void){
|
||||
if (!_molar_mass){
|
||||
calc_molar_mass();
|
||||
}
|
||||
return _molar_mass.pt();
|
||||
};
|
||||
|
||||
/// Returns true if REFPROP is supported on this platform
|
||||
bool REFPROP_supported(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user