78#ifndef DUMUX_LOWREKEPSILON_MODEL_HH
79#define DUMUX_LOWREKEPSILON_MODEL_HH
102template<
int dimension>
106 static constexpr int dim() {
return dimension; }
134template<
class TypeTag>
139 static constexpr int dim = GridView::dimension;
145template<
class TypeTag>
155template<
class TypeTag>
165template<
class TypeTag>
174 static_assert(FSY::numPhases == MT::numFluidPhases(),
"Number of phases mismatch between model and fluid system");
175 static_assert(FST::numPhases == MT::numFluidPhases(),
"Number of phases mismatch between model and fluid state");
176 static_assert(!FSY::isMiscible(),
"The Navier-Stokes model only works with immiscible fluid systems.");
185template<
class TypeTag>
199template<
class TypeTag>
204 static constexpr int dim = GridView::dimension;
211template<
class TypeTag>
220 static_assert(FSY::numPhases == MT::numFluidPhases(),
"Number of phases mismatch between model and fluid system");
221 static_assert(FST::numPhases == MT::numFluidPhases(),
"Number of phases mismatch between model and fluid state");
222 static_assert(!FSY::isMiscible(),
"The Navier-Stokes model only works with immiscible fluid systems.");
231template<
class TypeTag>
The available free flow turbulence models in Dumux.
@ lowrekepsilon
Definition turbulencemodel.hh:38
NavierStokesResidualImpl< TypeTag, GetPropType< TypeTag, Properties::GridGeometry >::discMethod > NavierStokesResidual
The local residual class for the Navier-Stokes model (balance equations). This is a convenience alias...
Definition freeflow/navierstokes/localresidual.hh:45
NavierStokesFluxVariablesImpl< TypeTag, GetPropType< TypeTag, Properties::GridGeometry >::discMethod > NavierStokesFluxVariables
The flux variables class for the Navier-Stokes model. This is a convenience alias for that actual,...
Definition freeflow/navierstokes/fluxvariables.hh:45
LowReKEpsilonResidualImpl< TypeTag, BaseLocalResidual, GetPropType< TypeTag, Properties::GridGeometry >::discMethod > LowReKEpsilonResidual
The local residual class for the low-Reynolds k-epsilon model. This is a convenience alias for the ac...
Definition freeflow/rans/twoeq/lowrekepsilon/localresidual.hh:46
LowReKEpsilonFluxVariablesImpl< TypeTag, BaseFluxVariables, GetPropType< TypeTag, Properties::GridGeometry >::discMethod > LowReKEpsilonFluxVariables
The flux variables class for the low-Reynolds k-epsilon model. This is a convenience alias for that a...
Definition freeflow/rans/twoeq/lowrekepsilon/fluxvariables.hh:44
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition propertysystem.hh:149
Definition common/properties.hh:48
Type tag for numeric models.
Definition grid.hh:36
Traits class encapsulating model specifications.
Definition common/properties.hh:66
A class helping models to define input and output fields.
Definition common/properties.hh:76
Definition common/properties.hh:89
The secondary variables within a sub-control volume.
Definition common/properties.hh:118
Container storing the different types of flux variables.
Definition common/properties.hh:124
Traits class for the volume variables of the Navier-Stokes model.
Definition freeflow/navierstokes/model.hh:125
Volume variables for the single-phase Navier-Stokes model.
Definition freeflow/navierstokes/volumevariables.hh:38
Adds I/O fields specific to non-isothermal free-flow models.
Definition freeflow/nonisothermal/iofields.hh:38
Specifies a number properties of non-isothermal free-flow flow models based on the specifics of a giv...
Definition freeflow/nonisothermal/model.hh:59
Traits for the Reynolds-averaged Navier-Stokes model.
Definition freeflow/rans/model.hh:73
The common indices for isothermal two-equation RANS models.
Definition freeflow/rans/twoeq/indices.hh:41
Adds I/O fields for the low-Re k-epsilon turbulence model.
Definition freeflow/rans/twoeq/lowrekepsilon/iofields.hh:36
Traits for the low-Reynolds k-epsilon model.
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:104
static constexpr int dim()
The dimension of the model.
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:106
static constexpr int numEq()
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:110
RANSTwoEqIndices< dim(), numFluidComponents()> Indices
the indices
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:116
static constexpr int numFluidComponents()
The number of components.
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:113
static constexpr auto turbulenceModel()
return the type of turbulence model used
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:119
The type tag for the single-phase, isothermal low-Reynolds k-epsilon model.
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:130
std::tuple< RANS > InheritsFrom
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:130
LowReKEpsilonModelTraits< dim > type
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:141
LowReKEpsilonFluxVariables< TypeTag, BaseFluxVariables > type
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:151
LowReKEpsilonResidual< TypeTag, BaseLocalResidual > type
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:161
LowReKEpsilonVolumeVariables< Traits, NSVolVars > type
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:181
LowReKEpsilonIOFields type
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:186
The type tag for the single-phase, non-isothermal low-Reynolds k-epsilon model.
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:195
std::tuple< LowReKEpsilon, RANSNI > InheritsFrom
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:195
FreeflowNIModelTraits< IsothermalTraits > type
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:207
LowReKEpsilonVolumeVariables< Traits, NSVolVars > type
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:227
FreeflowNonIsothermalIOFields< LowReKEpsilonIOFields, true > type
Definition freeflow/rans/twoeq/lowrekepsilon/model.hh:232
Volume variables for the isothermal single-phase low-Re k-epsilons model.
Definition freeflow/rans/twoeq/lowrekepsilon/volumevariables.hh:40
Declares all properties used in Dumux.
Defines a type tag and some properties for free flow models.
A single-phase, isothermal Reynolds-Averaged Navier-Stokes model.
The flux variables class for the low-Reynolds k-epsilon model. This is a convenience alias for that a...
The common indices for isothermal two-equation RANS models.
Adds I/O fields for the low-Re k-epsilon turbulence model.
The local residual class for the low-Reynolds k-epsilon model. This is a convenience alias for the ac...
Low-Re k-epsilon turbulence problem base class.
Volume variables for the isothermal single-phase low-Re k-epsilons model.