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;