Derivative of pressure w.r.t. temperature along the saturation pressure curve
function dptofT extends Modelica.Icons.Function; input SI.Temperature T "Temperature (K)"; output Real dpt(unit = "Pa/K") "Temperature derivative of pressure"; end dptofT;