Return temperature of ideal gas
function temperature extends Modelica.Icons.Function; input ThermodynamicState state "thermodynamic state record"; output Temperature T "Temperature"; end temperature;