Canoe
Comprehensive Atmosphere N' Ocean Engine
constants.hpp
Go to the documentation of this file.
1 #ifndef SRC_CONSTANTS_HPP_
2 #define SRC_CONSTANTS_HPP_
3 
4 namespace Constants {
5 double const Rgas = 8.314462;
6 double const Rgas_cgs = 8.314462E7;
7 double const kBoltz = 1.3806504E-23;
8 double const kBoltz_cgs = 1.3806504E-16;
9 double const Lo = 2.68719E25;
10 
11 double const hPlanck = 6.62606957E-34;
12 double const hPlanck_cgs = 6.62606957e-27;
13 double const cLight = 2.99792458E8;
14 double const cLight_cgs = 2.99792458E10;
15 double const stefanBoltzmann = 5.670374419E-8;
16 } // namespace Constants
17 
18 #endif // SRC_CONSTANTS_HPP_
double const Rgas_cgs
Definition: constants.hpp:6
double const hPlanck_cgs
Definition: constants.hpp:12
double const hPlanck
Definition: constants.hpp:11
double const Lo
Definition: constants.hpp:9
double const kBoltz
Definition: constants.hpp:7
double const cLight_cgs
Definition: constants.hpp:14
double const kBoltz_cgs
Definition: constants.hpp:8
double const stefanBoltzmann
Definition: constants.hpp:15
double const Rgas
Definition: constants.hpp:5
double const cLight
Definition: constants.hpp:13