Traits for the k-omega multi-component modelstates some specifics of the isothermal multi-component k-omega model. More...
#include <dumux/freeflow/compositional/komegancmodel.hh>
Traits for the k-omega multi-component modelstates some specifics of the isothermal multi-component k-omega model.
dimension | The dimension of the problem |
nComp | The number of components to be considered |
useM | Use molar or mass balances |
replaceCompEqIdx | The index of the component balance equation that should be replaced by a total mass/mole balance |
Public Types | |
using | Indices = RANSTwoEqIndices< dimension, nComp > |
the indices More... | |
Static Public Member Functions | |
static constexpr int | numEq () |
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 | 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... | |
using Dumux::Properties::KOmegaNCModelTraits< dimension, nComp, useMoles, replaceCompEqIdx >::Indices = RANSTwoEqIndices<dimension, nComp> |
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.
|
inlinestaticconstexpr |
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.