Derivative of specific enthalpy of Chloride Salt w.r.t temperature
function dh_dT_T import SolarTherm.Media.SolidParticles.CarboHSP_utilities.*; extends Modelica.Icons.Function; input Modelica.SIunits.Temperature T "Temperature"; output Real dh "Derivative of specific enthalpy w.r.t temperature"; end dh_dT_T;