Isentropic specific enthalpy in region 3 h(p,s)
function hofps3 extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.SpecificEntropy s "Specific entropy"; output SI.SpecificEnthalpy h "Specific enthalpy"; end hofps3;