Return specific enthalpy of water (solid + liquid + steam)
function enthalpyOfWater extends Modelica.Icons.Function; input ThermodynamicState state "Thermodynamic state record"; output SI.SpecificEnthalpy h "Specific enthalpy of water"; end enthalpyOfWater;