Compute specific enthalpy from temperature
function h_T_der import Modelica.Units.Conversions.to_degC; extends Modelica.Icons.Function; input SI.Temperature T "Temperature"; input Real dT "Temperature derivative"; output Real dh "Derivative of Specific enthalpy at T"; end h_T_der;