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