#include "Quantity/Variable.h"
#include "Quantity/Constant.h"
#include "Quantity/QuantityCluster.h"
#include "PhysicalQuantities/Length.h"
#include "PhysicalQuantities/Time.h"
Go to the source code of this file.
Namespaces | |
namespace | quantity |
namespace | quantity::diffusionCoefficient |
Classes | |
struct | quantity::Standard< diffusionCoefficient::DiffusionCoefficientComposedUnit, ST > |
provide information for DiffusionCoefficientComposedUnit standardization and exactness More... | |
struct | quantity::QuantityTraits< diffusionCoefficient::Class > |
the diffusion coefficient quantity traits template More... | |
struct | quantity::DerivedQuantityTraits< diffusionCoefficient::Class, diffusionCoefficient::DerivedDiffusionCoefficient > |
Typedefs | |
typedef unit::ComposeElement < Unit, LengthList, BSUtilities::Rational< 2 > > | quantity::diffusionCoefficient::LengthElement |
typedef unit::ComposeElement < Unit, TimeList, BSUtilities::Rational<-1 > > | quantity::diffusionCoefficient::TimeElement |
typedef unit::ComposeBase < Unit, LOKI_TYPELIST_2(LengthElement, TimeElement)> | quantity::diffusionCoefficient::DiffusionCoefficientComposedUnit |
typedef unit::Composed < DiffusionCoefficientComposedUnit, LOKI_TYPELIST_2(length::Metre, time::Second)> | quantity::diffusionCoefficient::SquareMetrePerSecond |
typedef unit::Composed < DiffusionCoefficientComposedUnit, LOKI_TYPELIST_2(length::CentiMetre, time::Second)> | quantity::diffusionCoefficient::SquareCentiMetrePerSecond |
typedef Quantity< Class > | quantity::diffusionCoefficient::Quantity |
typedef Variable < diffusionCoefficient::Quantity > | quantity::DiffusionCoefficient |
the diffusionCoefficient variable with default storage unit and storage type double | |
typedef Constant < diffusionCoefficient::Quantity > | quantity::DiffusionCoefficientConstant |
the diffusionCoefficient constant with default storage unit and storage type double | |
typedef QuantityVector < Variable, diffusionCoefficient::Quantity > | quantity::DiffusionCoefficientVector |
the diffusionCoefficient variable vector with default storage unit and storage type double | |
Functions | |
typedef | quantity::diffusionCoefficient::LOKI_TYPELIST_3 (length::Metre, length::CentiMetre, length::MilliMetre) LengthList |
length compose element for DiffusionCoefficient square metre per second units | |
typedef | quantity::diffusionCoefficient::LOKI_TYPELIST_3 (time::Second, time::MilliSecond, time::MicroSecond) TimeList |
time compose element for DiffusionCoefficient square metre per second units | |
Variables | |
typedef | quantity::diffusionCoefficient::Units |
list of all available DiffusionCoefficient units |
For details see DiffusionCoefficient Quantity and Units
Definition in file DiffusionCoefficient.h.