#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::thermodynamicTemperature |
Classes | |
struct | quantity::QuantityTraits< thermodynamicTemperature::Class > |
the thermodynamicTemperature quantity traits template More... | |
struct | quantity::DerivedQuantityTraits< thermodynamicTemperature::Class, thermodynamicTemperature::DerivedThermodynamicTemperature > |
Typedefs | |
typedef unit::Prefixable< Unit, KelvinUnits > | quantity::thermodynamicTemperature::Kelvins |
the Kelvins | |
typedef unit::Prefixed< Kelvins > | quantity::thermodynamicTemperature::Kelvin |
the Kelvin | |
typedef unit::Prefixed < Kelvins, unit::Milli > | quantity::thermodynamicTemperature::MilliKelvin |
the milliKelvin | |
typedef unit::NonPrefixable < Unit, DegreeRankineUnit > | quantity::thermodynamicTemperature::DegreeRankine |
the degree Rankine | |
typedef Loki::Typelist < Kelvins, Loki::Typelist < DegreeRankine, Loki::NullType > > | quantity::thermodynamicTemperature::Units |
list of all available temperature units | |
typedef Kelvin | quantity::thermodynamicTemperature::K |
typedef Quantity< Class > | quantity::thermodynamicTemperature::Quantity |
typedef Variable < thermodynamicTemperature::Quantity > | quantity::ThermodynamicTemperature |
the thermodynamicTemperature variable with default storage unit and storage type double | |
typedef Constant < thermodynamicTemperature::Quantity > | quantity::ThermodynamicTemperatureConstant |
the thermodynamicTemperature constant with default storage unit and storage type double | |
typedef VariableVector < QuantityVector < thermodynamicTemperature::Class > > | quantity::ThermodynamicTemperatureVector |
the thermodynamicTemperature variable vector with default storage unit and storage type double |
For details see Thermodynamic Temperature Quantity and Units
Definition in file ThermodynamicTemperature.h.