function pressure_dT_state extends Modelica.Icons.Function; input Density d "Density"; input Temperature T "Temperature"; input ThermodynamicState state; output AbsolutePressure p "pressure"; end pressure_dT_state;