Traits for the Reynolds-averaged Navier-Stokes 0-Eq. model. More...
#include <dumux/freeflow/compositional/zeroeqncmodel.hh>
Traits for the Reynolds-averaged Navier-Stokes 0-Eq. model.
Public Types | |
using | Indices = NavierStokesIndices< dimension > |
the indices More... | |
Static Public Member Functions | |
static constexpr bool | usesTurbulenceModel () |
The model does include a turbulence model. More... | |
static constexpr auto | turbulenceModel () |
return the type of turbulence model used More... | |
static constexpr int | numEq () |
static constexpr int | numFluidComponents () |
The number of components. More... | |
static constexpr bool | useMoles () |
Use moles or not. More... | |
static constexpr bool | enableMolecularDiffusion () |
The one-phase model has no molecular diffusion. More... | |
static constexpr int | replaceCompEqIdx () |
Index of of a component balance eq. to be replaced by a total mass/mole balance. More... | |
static constexpr int | dim () |
The dimension of the model. More... | |
static constexpr int | numFluidPhases () |
The number of phases is 1. More... | |
static constexpr bool | enableAdvection () |
Enable advection. More... | |
static constexpr bool | enableEnergyBalance () |
The model is isothermal. More... | |
|
inherited |
the indices
|
inlinestaticconstexprinherited |
The dimension of the model.
|
inlinestaticconstexprinherited |
Enable advection.
|
inlinestaticconstexprinherited |
The model is isothermal.
|
inlinestaticconstexprinherited |
The one-phase model has no molecular diffusion.
|
inlinestaticconstexprinherited |
There are as many momentum balance equations as dimensions and as many balance equations as components.
|
inlinestaticconstexprinherited |
The number of components.
|
inlinestaticconstexprinherited |
The number of phases is 1.
|
inlinestaticconstexprinherited |
Index of of a component balance eq. to be replaced by a total mass/mole balance.
|
inlinestaticconstexpr |
return the type of turbulence model used
|
inlinestaticconstexprinherited |
Use moles or not.
|
inlinestaticconstexpr |
The model does include a turbulence model.