00001
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #ifndef _FaradayConstant_cc
00026 #define _FaradayConstant_cc
00027
00028 #include "Quantity/Constant.h"
00029
00030 #include "PhysicalQuantities/FaradayConstant.h"
00031
00032 namespace quantity {
00033 namespace faradayConstant {
00034
00035
00036
00037
00038 template<>
00039 const double Standard<FaradayConstantComposedUnit>::ratio = 1.0;
00040 template<>
00041 const bool Standard<FaradayConstantComposedUnit>::exact = true;
00042
00043 }
00044
00045 template<> const double
00046 UniqueConstant<faradayConstant::Quantity>::default_value_ =
00047 9.648530910e4;
00048
00049 template<> const std::string
00050 Name<faradayConstant::Quantity>::String = "Faradayconstant";
00051 template<>
00052 const std::string Symbol<faradayConstant::Quantity>::String = "F";
00053
00054 }
00055
00056 #endif