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 Common.SaturationProperties pro "thermodynamic property collection"; end waterSat_ph;