Phase as a function of pressure and temperature
function phase_dT extends Modelica.Icons.Function; input SI.Density rho "Density"; input SI.Temperature T "Temperature"; output Integer phase "True if in liquid or gas or supercritical region"; end phase_dT;