function der_enthalpyOfDryAir extends Modelica.Icons.Function; input Temperature T "temperature"; input Real der_T "temperature derivative"; output Real der_h "derivative of dry air enthalpy"; end der_enthalpyOfDryAir;