3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Static Public Attributes | List of all members
Dumux::Constants< Scalar > Class Template Reference

A central place for various physical constants occuring in some equations. More...

#include <dumux/material/constants.hh>

Description

template<class Scalar>
class Dumux::Constants< Scalar >

A central place for various physical constants occuring in some equations.

Static Public Attributes

static constexpr Scalar R = 8.314472
 The ideal gas constant \(\mathrm{[J/(mol K)]}\). More...
 
static constexpr Scalar Na = 6.02214179e23
 The Avogadro constant \(\mathrm{[1/mol]}\). More...
 
static constexpr Scalar kb = R / Na
 The Boltzmann constant \(\mathrm{[J/K]}\). More...
 
static constexpr Scalar c = 299792458
 Speed of light in vacuum \(\mathrm{[m/s]}\). More...
 
static constexpr Scalar F = 96485.3365
 Faraday constant \(\mathrm{[C/mol]}\). More...
 
static constexpr Scalar G = 6.67428e-11
 Newtonian constant of gravitation \(\mathrm{[m^3/(kg s^2)]}\). More...
 
static constexpr Scalar h = 6.62606896e-34
 Planck constant \(\mathrm{[J s]}\). More...
 
static constexpr Scalar hRed = h / (2 * M_PI)
 Reduced Planck constant \(\mathrm{[J s]}\). More...
 

Member Data Documentation

◆ c

template<class Scalar >
constexpr Scalar Dumux::Constants< Scalar >::c = 299792458
staticconstexpr

Speed of light in vacuum \(\mathrm{[m/s]}\).

◆ F

template<class Scalar >
constexpr Scalar Dumux::Constants< Scalar >::F = 96485.3365
staticconstexpr

Faraday constant \(\mathrm{[C/mol]}\).

Source: CODATA 2010

◆ G

template<class Scalar >
constexpr Scalar Dumux::Constants< Scalar >::G = 6.67428e-11
staticconstexpr

Newtonian constant of gravitation \(\mathrm{[m^3/(kg s^2)]}\).

◆ h

template<class Scalar >
constexpr Scalar Dumux::Constants< Scalar >::h = 6.62606896e-34
staticconstexpr

Planck constant \(\mathrm{[J s]}\).

◆ hRed

template<class Scalar >
constexpr Scalar Dumux::Constants< Scalar >::hRed = h / (2 * M_PI)
staticconstexpr

Reduced Planck constant \(\mathrm{[J s]}\).

◆ kb

template<class Scalar >
constexpr Scalar Dumux::Constants< Scalar >::kb = R / Na
staticconstexpr

The Boltzmann constant \(\mathrm{[J/K]}\).

◆ Na

template<class Scalar >
constexpr Scalar Dumux::Constants< Scalar >::Na = 6.02214179e23
staticconstexpr

The Avogadro constant \(\mathrm{[1/mol]}\).

◆ R

template<class Scalar >
constexpr Scalar Dumux::Constants< Scalar >::R = 8.314472
staticconstexpr

The ideal gas constant \(\mathrm{[J/(mol K)]}\).


The documentation for this class was generated from the following file: