Second derivative of pressure wrt temperature along the saturation pressure curve
function d2ptofT extends Modelica.Icons.Function; input Units.SI.Temperature T "temperature (K)"; output Real dpT(unit = "Pa/K") "Temperature derivative of pressure"; output Real dpTT(unit = "Pa/(K.K)") "Second temperature derivative of pressure"; end d2ptofT;