This function computes the specific enthalpy of liquid water.
function enthalpyOfLiquid extends Modelica.Icons.Function; input Modelica.SIunits.Temperature T "Temperature"; output Modelica.SIunits.SpecificEnthalpy h "Specific enthalpy"; end enthalpyOfLiquid;