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;