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