Return specific enthalpy from d and T
function specificEnthalpy_dT extends Modelica.Icons.Function; input Density d "Density"; input Temperature T "Temperature"; output SpecificEnthalpy h "Specific enthalpy"; end specificEnthalpy_dT;