The temperature derivative of the vapour pressure of sodium along the saturation curve
function gamma_T import SolarTherm.Media.Sodium.Sodium_utilities.*; extends Modelica.Icons.Function; input Modelica.SIunits.Temperature T "Temperature"; output Real gamma "Derivative of vapor pressure w.r.t temperature along the saturation curve"; end gamma_T;