Density in region 2 as function of p and T
function d2n extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.Temperature T "Temperature (K)"; output SI.Density d "Density"; end d2n;