MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / hmass

Method hmass

include/CoolProp/AbstractState.h:1182–1184  ·  view source on GitHub ↗

Return the mass enthalpy in J/kg

Source from the content-addressed store, hash-verified

1180 double hmass_idealgas();
1181 /// Return the mass enthalpy in J/kg
1182 double hmass() {
1183 return calc_hmass();
1184 };
1185 /// Return the excess molar enthalpy in J/mol
1186 double hmolar_excess();
1187 /// Return the excess mass enthalpy in J/kg

Callers 2

make_probesFunction · 0.95
get_offset_NBPFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected