OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
Functions | |
double | R () |
Universal gas constant = 8.314462176 J/(mol K) | |
double | F () |
Faraday constant = 96483.399242424 C/mol. | |
double | Pi () |
Pi = 3.141592654. | |
double | E0 () |
Permittivity of free space = 8.854187818e-12 F/m. | |
double | K () |
Boltzmann constant = 8.617332478e-5 eV/K. | |
const dealii::Tensor< 1, dim > | gravity_acceleration () |
Gravitational acceleration, \( \mathbf{g} = \{ g_{\alpha} \}_{\alpha = 1}^d \quad \text{such that} \quad \forall \alpha \neq d : \quad g_{\alpha} = 0 \quad \left[ \frac{\text{m}}{\text{sec}^2} \right] \quad \text{and} \quad g_d = -9.81 \quad \left[ \frac{\text{m}}{\text{sec}^2} \right] \). | |
const dealii::SymmetricTensor < 2, dim > | unit_tensor () |
Unit tensor, \( \hat{ \mathbf{I} } = \{ \delta_{\alpha \beta} \}_{\alpha,\beta = 1}^d \). | |
|
inline |
Permittivity of free space = 8.854187818e-12 F/m.
Referenced by FuelCellShop::MicroScale::AgglomerateBase::AgglomerateBase().
|
inline |
Faraday constant = 96483.399242424 C/mol.
Referenced by FuelCellShop::MicroScale::AgglomerateBase::AgglomerateBase(), and FuelCellShop::Kinetics::BaseKinetics::BaseKinetics().
|
inline |
Gravitational acceleration, \( \mathbf{g} = \{ g_{\alpha} \}_{\alpha = 1}^d \quad \text{such that} \quad \forall \alpha \neq d : \quad g_{\alpha} = 0 \quad \left[ \frac{\text{m}}{\text{sec}^2} \right] \quad \text{and} \quad g_d = -9.81 \quad \left[ \frac{\text{m}}{\text{sec}^2} \right] \).
References dim.
|
inline |
Boltzmann constant = 8.617332478e-5 eV/K.
Referenced by FuelCellShop::Kinetics::BaseKinetics::BaseKinetics().
|
inline |
Pi = 3.141592654.
Referenced by FuelCellShop::MicroScale::AgglomerateBase::AgglomerateBase().
|
inline |
Universal gas constant = 8.314462176 J/(mol K)
Referenced by FuelCellShop::MicroScale::AgglomerateBase::AgglomerateBase(), FuelCellShop::Kinetics::BaseKinetics::BaseKinetics(), FuelCellShop::Material::IdealGas::set_cT_and_gas(), FuelCellShop::Mixture::IdealGasMixture::set_cT_xi_and_gases(), FuelCellShop::Mixture::IdealGasMixture::set_cv_T_and_gases(), FuelCellShop::Material::IdealGas::set_pT_and_gas(), FuelCellShop::Mixture::IdealGasMixture::set_pT_xi_and_gases(), and FuelCellShop::Mixture::IdealGasMixture::set_pv_T_and_gases().