Water saturation properties in the 2-phase region (4) as f(p,h)
function waterSat_ph extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.SpecificEnthalpy h "Specific enthalpy"; output Modelica.Media.Common.SaturationProperties pro "Thermodynamic property collection"; end waterSat_ph;