Derivative of the density of Chloride Salt w.r.t. time
function rho_T_der import SolarTherm.Media.ChlorideSalt.ChlorideSalt_utilities.*; extends Modelica.Icons.Function; input Modelica.SIunits.Temperature T "Temperature"; input Real der_T "Derivative of T w.r.t. time"; output Real der_rho "Derivative of density w.r.t time"; end rho_T_der;