Return enthalpy of liquid and solid water
function enthalpyOfWaterNonVapor extends Modelica.Icons.Function; input ThermodynamicState state "Thermodynamic state record"; output SI.SpecificEnthalpy h "Specific enthalpy of water"; end enthalpyOfWaterNonVapor;