Derivative of saturation temperature w.r.t. pressure
function dtsatofp extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; output Real dtsat(unit = "K/Pa") "Derivative of T w.r.t. p"; end dtsatofp;