Return liquid enthalpy of condensing fluid
partial function enthalpyOfLiquid extends Modelica.Icons.Function; input ThermodynamicState state "Thermodynamic state record"; output SpecificEnthalpy h "Liquid enthalpy"; end enthalpyOfLiquid;