Traits for the Navier-Stokes model. More...
#include <dumux/freeflow/navierstokes/model.hh>
Traits for the Navier-Stokes model.
| dimension | The dimension of the problem |
Public Types | |
| using | Indices = NavierStokesIndices< dim()> |
| the indices More... | |
Static Public Member Functions | |
| static constexpr int | dim () |
| The dimension of the model. More... | |
| static constexpr int | numEq () |
| static constexpr int | numFluidPhases () |
| The number of phases is 1. More... | |
| static constexpr int | numFluidComponents () |
| The number of components 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... | |
| 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... | |
| using Dumux::NavierStokesModelTraits< dimension >::Indices = NavierStokesIndices<dim()> |
the indices
|
inlinestaticconstexpr |
The dimension of the model.
|
inlinestaticconstexpr |
Enable advection.
|
inlinestaticconstexpr |
The model is isothermal.
|
inlinestaticconstexpr |
The one-phase model has no molecular diffusion.
|
inlinestaticconstexpr |
There are as many momentum balance equations as dimensions and one mass balance equation.
|
inlinestaticconstexpr |
The number of components is 1.
|
inlinestaticconstexpr |
The number of phases is 1.
|
inlinestaticconstexpr |
return the type of turbulence model used
|
inlinestaticconstexpr |
The model does not include a turbulence model.