Traits for the low-Reynolds k-epsilon multi-component model states some specifics of the isothermal multi-component low-Reynolds k-epsilon model.
#include <dumux/freeflow/compositional/kepsilonncmodel.hh>
|
static constexpr int | numEq () |
|
static constexpr bool | usesTurbulenceModel () |
| The model does include a turbulence model.
|
|
static constexpr auto | turbulenceModel () |
| return the type of turbulence model used
|
|
static constexpr int | numFluidComponents () |
| The number of components.
|
|
static constexpr bool | useMoles () |
| Use moles or not.
|
|
static constexpr bool | enableMolecularDiffusion () |
| The one-phase model has no molecular diffusion.
|
|
static constexpr int | replaceCompEqIdx () |
| Index of of a component balance eq. to be replaced by a total mass/mole balance.
|
|
static constexpr int | dim () |
| The dimension of the model.
|
|
static constexpr int | numFluidPhases () |
| The number of phases is 1.
|
|
static constexpr bool | enableAdvection () |
| Enable advection.
|
|
static constexpr bool | enableEnergyBalance () |
| The model is isothermal.
|
|
◆ Indices
template<int dimension, int nComp, bool useMoles, int replaceCompEqIdx>
◆ dim()
template<int dimension>
|
inlinestaticconstexprinherited |
◆ enableAdvection()
template<int dimension>
|
inlinestaticconstexprinherited |
◆ enableEnergyBalance()
template<int dimension>
|
inlinestaticconstexprinherited |
◆ enableMolecularDiffusion()
|
inlinestaticconstexprinherited |
◆ numEq()
template<int dimension, int nComp, bool useMoles, int replaceCompEqIdx>
There are as many momentum balance equations as dimensions and as many balance equations as components.
◆ numFluidComponents()
|
inlinestaticconstexprinherited |
◆ numFluidPhases()
template<int dimension>
|
inlinestaticconstexprinherited |
◆ replaceCompEqIdx()
|
inlinestaticconstexprinherited |
◆ turbulenceModel()
template<int dimension, int nComp, bool useMoles, int replaceCompEqIdx>
◆ useMoles()
|
inlinestaticconstexprinherited |
◆ usesTurbulenceModel()
template<int dimension, int nComp, bool useMoles, int replaceCompEqIdx>
The documentation for this struct was generated from the following file: