Derivative of the saturation pressure of molten salt w.r.t temperature
function dp_sat_dT_T import SolarTherm.Media.MoltenSalt.MoltenSalt_utilities.*; extends Modelica.Icons.Function; input Modelica.SIunits.Temperature T "Temperature"; output Real dp_sat "Derivative of the saturation pressure w.r.t temperature"; end dp_sat_dT_T;