Derivative of temperature of molten salt w.r.t specific enthalpy
function dT_dh_h extends Modelica.Icons.Function; import SolarTherm.Media.MoltenSalt.MoltenSalt_utilities.*; input Modelica.SIunits.SpecificEnthalpy h "Specific enthalpy"; output Real dT "Derivative of temperature w.r.t specific enthalpy"; end dT_dh_h;