Function for isentropic specific enthalpy in region 2
function hofps2 extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.SpecificEntropy s "Specific entropy"; output SI.SpecificEnthalpy h "Specific enthalpy"; end hofps2;