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;