Traits for the k-epsilon model. More...
#include <dumux/freeflow/rans/twoeq/kepsilon/model.hh>
Traits for the k-epsilon model.
dimension | The dimension of the problem |
Public Types | |
using | Indices = RANSTwoEqIndices< dim(), numFluidComponents()> |
the indices More... | |
Static Public Member Functions | |
static constexpr int | dim () |
The dimension of the model. More... | |
static constexpr int | numEq () |
static constexpr int | numFluidComponents () |
The number of components. More... | |
static constexpr auto | turbulenceModel () |
return the type of turbulence model used More... | |
static constexpr bool | usesTurbulenceModel () |
The model does include a turbulence model. More... | |
static constexpr int | numFluidPhases () |
The number of phases is 1. More... | |
static constexpr bool | enableAdvection () |
Enable advection. More... | |
static constexpr bool | enableMolecularDiffusion () |
The one-phase model has no molecular diffusion. More... | |
static constexpr bool | enableEnergyBalance () |
The model is isothermal. More... | |
using Dumux::Properties::KEpsilonModelTraits< dimension >::Indices = RANSTwoEqIndices<dim(), numFluidComponents()> |
the indices
|
inlinestaticconstexpr |
The dimension of the model.
|
inlinestaticconstexprinherited |
Enable advection.
|
inlinestaticconstexprinherited |
The model is isothermal.
|
inlinestaticconstexprinherited |
The one-phase model has no molecular diffusion.
|
inlinestaticconstexpr |
There are as many momentum balance equations as dimensions, one mass balance equation and two turbulent transport equations
|
inlinestaticconstexpr |
The number of components.
|
inlinestaticconstexprinherited |
The number of phases is 1.
|
inlinestaticconstexpr |
return the type of turbulence model used
|
inlinestaticconstexprinherited |
The model does include a turbulence model.