Typedefs | |
typedef unit::Component < energy::Units, BSUtilities::Rational< 1 > > | EnergyComponent |
energy compose element for gas constant Joule per Kelvin mole unit | |
typedef unit::Component < amountOfSubstance::Units, BSUtilities::Rational<-1 > > | AmountOfSubstanceComponent |
amount of substance compose element for gas constant Joule per Kelvin mole unit | |
typedef unit::Component < thermodynamicTemperature::Units, BSUtilities::Rational<-1 > > | ThermodynamicTemperatureComponent |
thermodynamic temperature compose element for gas constant Joule per Kelvin mole unit | |
typedef unit::ComposeBase < Unit, Loki::Typelist < EnergyComponent, Loki::Typelist < AmountOfSubstanceComponent, Loki::Typelist < ThermodynamicTemperatureComponent, Loki::NullType > > > > | GasConstantComposedUnit |
typedef unit::Composed < GasConstantComposedUnit, Loki::Typelist< energy::Joule, Loki::Typelist < amountOfSubstance::Mole, Loki::Typelist < thermodynamicTemperature::Kelvin, Loki::NullType > > > > | JoulePerKelvinMole |
typedef Loki::Typelist < GasConstantComposedUnit, Loki::NullType > | Units |
list of all available Gas constant units | |
typedef Quantity< Class > | Quantity |
typedef unit::Component<amountOfSubstance::Units, BSUtilities::Rational<-1> > quantity::gasConstant::AmountOfSubstanceComponent |
amount of substance compose element for gas constant Joule per Kelvin mole unit
Definition at line 54 of file GasConstant.h.
typedef unit::Component<energy::Units, BSUtilities::Rational<1> > quantity::gasConstant::EnergyComponent |
energy compose element for gas constant Joule per Kelvin mole unit
Definition at line 44 of file GasConstant.h.
typedef unit::ComposeBase<Unit, Loki::Typelist<EnergyComponent, Loki::Typelist<AmountOfSubstanceComponent, Loki::Typelist<ThermodynamicTemperatureComponent, Loki::NullType> > > > quantity::gasConstant::GasConstantComposedUnit |
Definition at line 64 of file GasConstant.h.
typedef unit::Composed<GasConstantComposedUnit, Loki::Typelist<energy::Joule, Loki::Typelist<amountOfSubstance::Mole, Loki::Typelist<thermodynamicTemperature::Kelvin, Loki::NullType> > > > quantity::gasConstant::JoulePerKelvinMole |
Definition at line 69 of file GasConstant.h.
typedef Quantity<Class> quantity::gasConstant::Quantity |
Definition at line 76 of file GasConstant.h.
typedef unit::Component<thermodynamicTemperature::Units, BSUtilities::Rational<-1> > quantity::gasConstant::ThermodynamicTemperatureComponent |
thermodynamic temperature compose element for gas constant Joule per Kelvin mole unit
Definition at line 59 of file GasConstant.h.
typedef Loki::Typelist<GasConstantComposedUnit, Loki::NullType> quantity::gasConstant::Units |