Derivative of temperature of Chloride Salt w.r.t specific enthalpy
function dT_dh_h extends Modelica.Icons.Function; import SolarTherm.Media.SolidParticles.CarboHSP_utilities.*; input Modelica.SIunits.SpecificEnthalpy h "Specific enthalpy"; output Real dT "Derivative of temperature w.r.t specific enthalpy"; end dT_dh_h;