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