7 #ifndef cf3_Physics_Consts_hpp
8 #define cf3_Physics_Consts_hpp
28 inline Real
kB() {
return 1.3806503e-23; }
30 inline Real
e() {
return 1.60217646e-19; }
32 inline Real
NA() {
return 6.02214199e23; }
34 inline Real
F() {
return e() *
NA(); }
36 inline Real
R() {
return kB() *
NA(); }
38 inline Real
gamma() {
return 0.57721566; }
46 #endif // cf3_Physics_Consts_hpp
Real R()
Definition of the ideal gas constant [J/mol K].
Real e()
Definition of the Unit charge [C].
Top-level namespace for coolfluid.
Real kB()
Definition of the Boltzmann's constant [J/K].
Real gamma()
Definition of the Euler gamma.
coolfluid3 header, included almost everywhere
Real NA()
Definition of Avogadro's constant [1/mol].
Real F()
Definition of the Faraday's constant [C/mol].