Isentropic specific enthalpy in two phase region h(p,s)
function hofpsTwoPhase extends Modelica.Icons.Function; input Modelica.Units.SI.Pressure p "pressure"; input Modelica.Units.SI.SpecificEntropy s "specific entropy"; output Modelica.Units.SI.SpecificEnthalpy h "specific enthalpy"; end hofpsTwoPhase;