Compute specific enthalpy from temperature
function h_T import Modelica.Units.Conversions.to_degC; extends Modelica.Icons.Function; input SI.Temperature T "Temperature"; output SI.SpecificEnthalpy h "Specific enthalpy at p, T"; end h_T;