Return enthalpy of condensing gas (most often steam)
partial function enthalpyOfCondensingGas extends Modelica.Icons.Function; input ThermodynamicState state "Thermodynamic state record"; output SpecificEnthalpy h "Specific enthalpy"; end enthalpyOfCondensingGas;