Density as function or pressure and temperature
function rho_pT extends Modelica.Icons.Function; input Modelica.SIunits.Pressure p "Pressure"; input Modelica.SIunits.Temperature T "Temperature"; output Modelica.SIunits.Density rho "Density"; end rho_pT;