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