Return pressure of ideal gas
function pressure extends Modelica.Icons.Function; input ThermodynamicState state "thermodynamic state record"; output AbsolutePressure p "Pressure"; end pressure;