#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::thermodynamicTemperature |
Classes | |
struct | quantity::Standard< thermodynamicTemperature::Kelvins, ST > |
provide information for Kelvin standardization and exactness More... | |
struct | quantity::Standard< thermodynamicTemperature::DegreeRankine, ST > |
provide information for DegreeRankin standardization and exactness More... | |
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::TL::Append < Kelvins::Units, LOKI_TYPELIST_1(DegreeRankine)> ::Result | 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 QuantityVector < Variable, thermodynamicTemperature::Quantity > | 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.