#include "Quantities/Quantity/Variable.h"
#include "Quantities/Quantity/Constant.h"
#include "Quantities/Quantity/QuantityAggregates.h"


Go to the source code of this file.
Namespaces | |
| namespace | quantity |
| namespace | quantity::energy |
Classes | |
| struct | quantity::QuantityTraits< energy::Class > |
| the energy quantity traits template More... | |
| struct | quantity::DerivedQuantityTraits< energy::Class, energy::DerivedEnergy > |
Typedefs | |
| typedef unit::Prefixable< Unit, JouleUnits > | quantity::energy::Joules |
| the Joules | |
| typedef unit::Prefixed< Joules > | quantity::energy::Joule |
| the Joule | |
| typedef unit::Prefixed< Joules, unit::Kilo > | quantity::energy::KiloJoule |
| the KiloJoule | |
| typedef unit::NonPrefixable < Unit, ErgUnit > | quantity::energy::Erg |
| the erg | |
| typedef unit::NonPrefixable < Unit, HartreeUnit > | quantity::energy::Hartree |
| the Hartree | |
| typedef unit::NonPrefixable < Unit, RydbergUnit > | quantity::energy::Rydberg |
| the Rydberg | |
| typedef unit::Prefixable< Unit, ElectronVoltUnit > | quantity::energy::ElectronVolts |
| the electron volt | |
| typedef unit::NonPrefixable < Unit, ThermochemicalCaloryUnit > | quantity::energy::ThermochemicalCalory |
| the thermochemical calory | |
| typedef unit::NonPrefixable < Unit, InternationalCaloryUnit > | quantity::energy::InternationalCalory |
| the international calory | |
| typedef unit::NonPrefixable < Unit, FifteenDegreeCaloryUnit > | quantity::energy::FifteenDegreeCalory |
| the 15 degree calory | |
| typedef unit::NonPrefixable < Unit, LitreAtmosphereUnit > | quantity::energy::LitreAtmosphere |
| the litre atmosphere | |
| typedef unit::NonPrefixable < Unit, BritishThermalUnitUnit > | quantity::energy::BritishThermalUnit |
| the british thermal unit | |
| typedef Loki::Typelist< Joules, Loki::Typelist< Erg, Loki::Typelist< Hartree, Loki::Typelist< Rydberg, Loki::Typelist< ElectronVolts, Loki::Typelist < ThermochemicalCalory, Loki::Typelist < InternationalCalory, Loki::Typelist < FifteenDegreeCalory, Loki::Typelist < LitreAtmosphere, Loki::Typelist < BritishThermalUnit, Loki::NullType > > > > > > > > > > | quantity::energy::Units |
| list of all available energy units | |
| typedef Joule | quantity::energy::J |
| typedef Quantity< Class > | quantity::energy::Quantity |
| typedef Variable < energy::Quantity > | quantity::Energy |
| the energy variable with default storage unit and storage type double | |
| typedef Constant < energy::Quantity > | quantity::EnergyConstant |
| the energy constant with default storage unit and storage type double | |
| typedef VariableVector < QuantityVector < energy::Class > > | quantity::EnergyVector |
| the energy variable vector with default storage unit and storage type double | |
For details see Energy Quantity and Units
Definition in file Energy.h.
1.5.6