Traits for the multi-component free-flow model. More...
#include <dumux/freeflow/compositional/navierstokesncmodel.hh>
Traits for the multi-component free-flow model.
dimension | The dimension of the problem |
nComp | The number of components to be considered |
useM | Use molar or mass balances |
repCompEqIdx | The index of the component balance equation that should be replaced by a total mass/mole balance |
Public Types | |
using | Indices = NavierStokesIndices< dimension > |
the indices More... | |
Static Public Member Functions | |
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 bool | usesTurbulenceModel () |
The model does not include a turbulence model. More... | |
static constexpr auto | turbulenceModel () |
return the type of turbulence model used 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::NavierStokesNCModelTraits< dimension, nComp, useM, repCompEqIdx >::Indices = NavierStokesIndices<dimension> |
the indices
|
inlinestaticconstexprinherited |
The dimension of the model.
|
inlinestaticconstexprinherited |
Enable advection.
|
inlinestaticconstexprinherited |
The model is isothermal.
|
inlinestaticconstexpr |
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.
|
inlinestaticconstexpr |
The number of components.
|
inlinestaticconstexprinherited |
The number of phases is 1.
|
inlinestaticconstexpr |
Index of of a component balance eq. to be replaced by a total mass/mole balance.
|
inlinestaticconstexpr |
return the type of turbulence model used
|
inlinestaticconstexpr |
Use moles or not.
|
inlinestaticconstexpr |
The model does not include a turbulence model.