Function for isentropic specific enthalpy in region 3
function hofdT3 extends Modelica.Icons.Function; input SI.Density d "Density"; input SI.Temperature T "Temperature (K)"; output SI.SpecificEnthalpy h "Specific enthalpy"; end hofdT3;