function specificEnthalpy_dT_state extends Modelica.Icons.Function; input Density d "Density"; input Temperature T "Temperature"; input ThermodynamicState state; output SpecificEnthalpy h "SpecificEnthalpy"; end specificEnthalpy_dT_state;