FundamentalConstants

record FundamentalConstants "Constants of the medium"
    extends Modelica.Icons.Record;

    Modelica.SIunits.MolarHeatCapacity R_bar;
    Modelica.SIunits.SpecificHeatCapacity R;
    Modelica.SIunits.MolarMass MM;
    Modelica.SIunits.MolarDensity rhored;
    Modelica.SIunits.Temperature Tred;
    Modelica.SIunits.AbsolutePressure pred;
    Modelica.SIunits.SpecificEnthalpy h_off;
    Modelica.SIunits.SpecificEntropy s_off;
end FundamentalConstants;