Intermediate function for isentropic specific enthalpy in region 1
function hofpT1 extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.Temperature T "Temperature (K)"; output SI.SpecificEnthalpy h "Specific enthalpy"; end hofpT1;