OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#include <deal.II/base/tensor.h>
#include <deal.II/base/symmetric_tensor.h>
Go to the source code of this file.
Namespaces | |
Constants | |
Functions | |
double | Constants::R () |
Universal gas constant, . More... | |
double | Constants::F () |
Faraday constant, . More... | |
double | Constants::Pi () |
. More... | |
double | Constants::E0 () |
Permittivity of free space, . More... | |
double | Constants::K () |
Boltzmann constant, . More... | |
const dealii::Tensor< 1, dim > | Constants::gravity_acceleration () |
Gravitational acceleration, . More... | |
const dealii::SymmetricTensor < 2, dim > | Constants::unit_tensor () |
Unit tensor, . More... | |
double | Constants::A_vk () |
Coefficient of the Neufeld-Jansen-Aziz collision integrals formula (viscosity and thermal conductivity). More... | |
double | Constants::B_vk () |
Coefficient of the Neufeld-Jansen-Aziz collision integrals formula (viscosity and thermal conductivity). More... | |
double | Constants::C_vk () |
Coefficient of the Neufeld-Jansen-Aziz collision integrals formula (viscosity and thermal conductivity). More... | |
double | Constants::D_vk () |
Coefficient of the Neufeld-Jansen-Aziz collision integrals formula (viscosity and thermal conductivity). More... | |
double | Constants::E_vk () |
Coefficient of the Neufeld-Jansen-Aziz collision integrals formula (viscosity and thermal conductivity). More... | |
double | Constants::F_vk () |
Coefficient of the Neufeld-Jansen-Aziz collision integrals formula (viscosity and thermal conductivity). More... | |
double | Constants::A_diff () |
Coefficient of the Neufeld-Jansen-Aziz collision integrals formula (diffusivity). More... | |
double | Constants::B_diff () |
Coefficient of the Neufeld-Jansen-Aziz collision integrals formula (diffusivity). More... | |
double | Constants::C_diff () |
Coefficient of the Neufeld-Jansen-Aziz collision integrals formula (diffusivity). More... | |
double | Constants::D_diff () |
Coefficient of the Neufeld-Jansen-Aziz collision integrals formula (diffusivity). More... | |
double | Constants::E_diff () |
Coefficient of the Neufeld-Jansen-Aziz collision integrals formula (diffusivity). More... | |
double | Constants::F_diff () |
Coefficient of the Neufeld-Jansen-Aziz collision integrals formula (diffusivity). More... | |
double | Constants::G_diff () |
Coefficient of the Neufeld-Jansen-Aziz collision integrals formula (diffusivity). More... | |
double | Constants::H_diff () |
Coefficient of the Neufeld-Jansen-Aziz collision integrals formula (diffusivity). More... | |
double | Constants::b_0 () |
Coefficient of the Springer-Zawodzinski-Gottesfeld water vapor saturation pressure formula. More... | |
double | Constants::b_1 () |
Coefficient of the Springer-Zawodzinski-Gottesfeld water vapor saturation pressure formula. More... | |
double | Constants::b_2 () |
Coefficient of the Springer-Zawodzinski-Gottesfeld water vapor saturation pressure formula. More... | |
double | Constants::b_3 () |
Coefficient of the Springer-Zawodzinski-Gottesfeld water vapor saturation pressure formula. More... | |
Variables | |
const unsigned int | dim = deal_II_dimension |
const unsigned int dim = deal_II_dimension |
Referenced by Constants::gravity_acceleration(), and Constants::unit_tensor().