A central place for various physical constants occurring in some equations.  
#include <dumux/material/constants.hh>
|  | 
| static constexpr Scalar | R = 8.314472 | 
|  | The ideal gas constant \(\mathrm{[J/(mol K)]}\). 
 | 
|  | 
| static constexpr Scalar | Na = 6.02214179e23 | 
|  | The Avogadro constant \(\mathrm{[1/mol]}\). 
 | 
|  | 
| static constexpr Scalar | kb = R / Na | 
|  | The Boltzmann constant \(\mathrm{[J/K]}\). 
 | 
|  | 
| static constexpr Scalar | c = 299792458 | 
|  | Speed of light in vacuum \(\mathrm{[m/s]}\). 
 | 
|  | 
| static constexpr Scalar | F = 96485.3365 | 
|  | Faraday constant \(\mathrm{[C/mol]}\). 
 | 
|  | 
| static constexpr Scalar | G = 6.67428e-11 | 
|  | Newtonian constant of gravitation \(\mathrm{[m^3/(kg s^2)]}\). 
 | 
|  | 
| static constexpr Scalar | h = 6.62606896e-34 | 
|  | Planck constant \(\mathrm{[J s]}\). 
 | 
|  | 
| static constexpr Scalar | hRed = h / (2 * M_PI) | 
|  | Reduced Planck constant \(\mathrm{[J s]}\). 
 | 
|  | 
◆ hRed
◆ kb
◆ Na
The documentation for this class was generated from the following file: