Generated on Wed Apr 29 2015 11:51:40 for GGL-4.1.2 by doxygen 1.8.3.1
EnergyCalculationConstants.hh
Go to the documentation of this file.
1 
2 #ifndef GGL_CHEM_ENERGYCALCULATION_HH_
3 #define GGL_CHEM_ENERGYCALCULATION_HH_
4 
5 #include "ggl/chem/Molecule.hh"
6 
7 
8 namespace ggl {
9 namespace chem {
10 
11 
12  /*! @brief Constants for energy calculations
13  *
14  */
16 
17  public:
18 
19  //! The gas constant R given in unit "kcal/(mol*K)"
20  static const double Gas_constant_R;
21 
22  //! The Avogardo constant N_A given in unit "1/mol"
23  static const double Avogardo_constant_NA;
24 
25  //! The Boltzmann constant k_B = R / N_A, i.e. gas constant (R)
26  //! divided by the Avogardo constant (N_A), given in unit "kcal/K"
27  static const double Boltzmann_constant_kB;
28 
29  };
30 
31 } // namespace chem
32 } // namespace ggl
33 
34 #endif /* GGL_CHEM_ENERGYCALCULATION_HH_ */