Specific enthalpy of vapor phase w.r.t saturation pressure
function dewEnthalpy extends Modelica.Icons.Function; input SaturationProperties sat "saturation properties | pressure is used for interpolation"; output Modelica.Units.SI.SpecificEnthalpy hv "specific enthalpy of vapor fraction"; end dewEnthalpy;