Return the mass enthalpy in J/kg
| 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 |
no outgoing calls
no test coverage detected