Water saturation properties in the 2-phase region (4) as f(p,h)
function waterSat_ph import ThermoSysPro; extends Modelica.Icons.Function; input Units.SI.Pressure p "pressure"; input Units.SI.SpecificEnthalpy h "specific enthalpy"; output ThermoSysPro.Properties.Common.SaturationProperties pro "thermodynamic property collection"; end waterSat_ph;