Specific enthalpy of water is computed from temperature and constant specific heat capacity.
function enthalpyOfLiquid extends Modelica.Icons.Function; input Temperature T "Temperature"; output SpecificEnthalpy h "Liquid enthalpy"; end enthalpyOfLiquid;