Derivative of vapour pressure of saturated sodium w.r.t temperature
function dp_v_dT_T import SolarTherm.Media.Sodium.Sodium_utilities.*; extends Modelica.Icons.Function; input Modelica.SIunits.Temperature T "Temperature"; output Real dp_v "Derivative of vapor pressure w.r.t temperature"; end dp_v_dT_T;