Single-phase models based on the Navier-Stokes equation.
More...
|
class | Dumux::FreeFlowSpatialParams< GridGeometry, Scalar, Implementation > |
| Definition of the spatial parameters for the freeflow problems. More...
|
|
class | Dumux::BrinkmanSpatialParams< GridGeometry, Scalar, Implementation > |
| Definition of the spatial parameters for the darcy-brinkman problems. More...
|
|
class | Dumux::FreeFlowDefaultSpatialParams< GridGeometry, Scalar > |
| Definition of the spatial parameters for the freeflow problems. More...
|
|
class | Dumux::StaggeredUpwindMethods< Scalar, upwindSchemeOrder > |
| This file contains different higher order methods for approximating the velocity. More...
|
|
class | Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, false > |
| Volume variables for isothermal free-flow models. More...
|
|
class | Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, true > |
| Volume variables for the non-isothermal free-flow models. More...
|
|
|
enum class | Dumux::TvdApproach { Dumux::TvdApproach::none
, Dumux::TvdApproach::uniform
, Dumux::TvdApproach::li
, Dumux::TvdApproach::hou
} |
| Available Tvd approaches. More...
|
|
enum class | Dumux::DifferencingScheme {
Dumux::DifferencingScheme::none
, Dumux::DifferencingScheme::vanleer
, Dumux::DifferencingScheme::vanalbada
, Dumux::DifferencingScheme::minmod
,
Dumux::DifferencingScheme::superbee
, Dumux::DifferencingScheme::umist
, Dumux::DifferencingScheme::mclimiter
, Dumux::DifferencingScheme::wahyd
} |
| Available differencing schemes. More...
|
|
enum class | Dumux::TurbulenceModel {
Dumux::TurbulenceModel::none
, Dumux::TurbulenceModel::zeroeq
, Dumux::TurbulenceModel::oneeq
, Dumux::TurbulenceModel::kepsilon
,
Dumux::TurbulenceModel::lowrekepsilon
, Dumux::TurbulenceModel::komega
, Dumux::TurbulenceModel::sst
} |
| The available free flow turbulence models in Dumux. More...
|
|
◆ FreeFlowVolumeVariables
template<class Traits , class Impl >
◆ DifferencingScheme
Enumerator |
---|
none | |
vanleer | |
vanalbada | |
minmod | |
superbee | |
umist | |
mclimiter | |
wahyd | |
◆ TurbulenceModel
- Note
- Use none for plain (Navier-) Stokes models (DNS)
Enumerator |
---|
none | |
zeroeq | |
oneeq | |
kepsilon | |
lowrekepsilon | |
komega | |
sst | |
◆ TvdApproach
Enumerator |
---|
none | |
uniform | |
li | |
hou | |