#include "Quantity/Variable.h"
#include "Quantity/Constant.h"
#include "Quantity/QuantityCluster.h"
Go to the source code of this file.
Namespaces | |
namespace | quantity |
namespace | quantity::energy |
Classes | |
struct | quantity::Standard< energy::Joules, ST > |
provide information for Joule standardization and exactness More... | |
struct | quantity::Standard< energy::Erg, ST > |
provide information for Erg standardization and exactness More... | |
struct | quantity::Standard< energy::Hartree, ST > |
provide information for Hartree standardization and exactness More... | |
struct | quantity::Standard< energy::Rydberg, ST > |
provide information for Rydberg standardization and exactness More... | |
struct | quantity::Standard< energy::ElectronVolts, ST > |
provide information for ElectronVolts standardization and exactness More... | |
struct | quantity::Standard< energy::ThermochemicalCalory, ST > |
provide information for ThermochemicalCalory standardization and exactness More... | |
struct | quantity::Standard< energy::InternationalCalory, ST > |
provide information for InternationalCalory standardization and exactness More... | |
struct | quantity::Standard< energy::FifteenDegreeCalory, ST > |
provide information for FifteenDegreeCalory standardization and exactness More... | |
struct | quantity::Standard< energy::LitreAtmosphere, ST > |
provide information for LitreAtmosphere standardization and exactness More... | |
struct | quantity::Standard< energy::BritishThermalUnit, ST > |
provide information for BritishThermalUnit standardization and exactness More... | |
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::TL::Append < Joules::Units, LOKI_TYPELIST_9(Erg, Hartree, Rydberg, ElectronVolts::Units, ThermochemicalCalory, InternationalCalory, FifteenDegreeCalory, LitreAtmosphere, BritishThermalUnit)> ::Result | 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 QuantityVector < Variable, energy::Quantity > | 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.