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