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