Derivative of specific enthalpy of Chloride Salt w.r.t. time
function h_T_der import SolarTherm.Media.SolidParticles.CarboHSP_utilities.*; extends Modelica.Icons.Function; input Modelica.SIunits.Temperature T "Temperature"; input Real der_T; output Real der_h "Time derivative of specific enthalpy"; end h_T_der;