function specificEnthalpy_dT_der extends Modelica.Icons.Function; input Density d "Density"; input Temperature T "Temperature"; input ThermodynamicState state; input Real der_d "Density derivative"; input Real der_T "Temperature derivative"; output Real der_h "Time derivative of enthalpy"; end specificEnthalpy_dT_der;