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