Typedefs | |
typedef unit::Component < electricCharge::Units, BSUtilities::Rational< 1 > > | ElectricChargeComponent |
electric charge compose element for Faraday constant coulomb per mole units | |
typedef unit::Component < amountOfSubstance::Units, BSUtilities::Rational<-1 > > | AmountOfSubstanceComponent |
amount of substance compose element for Faraday constant coulomb per mole units | |
typedef unit::ComposeBase < Unit, Loki::Typelist < ElectricChargeComponent, Loki::Typelist < AmountOfSubstanceComponent, Loki::NullType > > > | FaradayConstantComposedUnit |
typedef unit::Composed < FaradayConstantComposedUnit, Loki::Typelist < electricCharge::Coulomb, Loki::Typelist < amountOfSubstance::Mole, Loki::NullType > > > | CoulombPerMole |
typedef unit::Composed < FaradayConstantComposedUnit, Loki::Typelist < electricCharge::Coulomb, Loki::Typelist < amountOfSubstance::MilliMole, Loki::NullType > > > | CoulombPerMilliMole |
typedef Loki::Typelist < FaradayConstantComposedUnit, Loki::NullType > | Units |
list of all available Faraday constant units | |
typedef Quantity< Class > | Quantity |
typedef unit::Component<amountOfSubstance::Units, BSUtilities::Rational<-1> > quantity::faradayConstant::AmountOfSubstanceComponent |
amount of substance compose element for Faraday constant coulomb per mole units
Definition at line 53 of file FaradayConstant.h.
typedef unit::Composed<FaradayConstantComposedUnit, Loki::Typelist<electricCharge::Coulomb, Loki::Typelist<amountOfSubstance::MilliMole, Loki::NullType> > > quantity::faradayConstant::CoulombPerMilliMole |
Definition at line 66 of file FaradayConstant.h.
typedef unit::Composed<FaradayConstantComposedUnit, Loki::Typelist<electricCharge::Coulomb, Loki::Typelist<amountOfSubstance::Mole, Loki::NullType> > > quantity::faradayConstant::CoulombPerMole |
Definition at line 62 of file FaradayConstant.h.
typedef unit::Component<electricCharge::Units, BSUtilities::Rational<1> > quantity::faradayConstant::ElectricChargeComponent |
electric charge compose element for Faraday constant coulomb per mole units
Definition at line 43 of file FaradayConstant.h.
typedef unit::ComposeBase<Unit, Loki::Typelist<ElectricChargeComponent, Loki::Typelist<AmountOfSubstanceComponent, Loki::NullType> > > quantity::faradayConstant::FaradayConstantComposedUnit |
Definition at line 58 of file FaradayConstant.h.
typedef Quantity<Class> quantity::faradayConstant::Quantity |
Definition at line 74 of file FaradayConstant.h.
typedef Loki::Typelist<FaradayConstantComposedUnit, Loki::NullType> quantity::faradayConstant::Units |