Low-Re k-epsilon model For a detailed model description see freeflow/rans/twoeq/lowrekepsilon/model.hh. More...
Low-Re k-epsilon model For a detailed model description see freeflow/rans/twoeq/lowrekepsilon/model.hh.
Files | |
file | freeflow/rans/twoeq/lowrekepsilon/fluxvariables.hh |
file | freeflow/rans/twoeq/lowrekepsilon/iofields.hh |
file | freeflow/rans/twoeq/lowrekepsilon/localresidual.hh |
file | freeflow/rans/twoeq/lowrekepsilon/model.hh |
A single-phase, isothermal low-Reynolds k-epsilon model. | |
file | freeflow/rans/twoeq/lowrekepsilon/problem.hh |
Low-Re k-epsilon turbulence problem base class. | |
file | freeflow/rans/twoeq/lowrekepsilon/staggered/fluxvariables.hh |
file | freeflow/rans/twoeq/lowrekepsilon/staggered/localresidual.hh |
file | freeflow/rans/twoeq/lowrekepsilon/volumevariables.hh |
Classes | |
struct | Dumux::LowReKEpsilonIOFields |
Adds I/O fields for the low-Re k-epsilon turbulence model. More... | |
struct | Dumux::Properties::LowReKEpsilonModelTraits< dimension > |
Traits for the low-Reynolds k-epsilon model. More... | |
class | Dumux::RANSProblemImpl< TypeTag, TurbulenceModel::lowrekepsilon > |
Low-Re k-epsilon turbulence problem base class. More... | |
class | Dumux::LowReKEpsilonFluxVariablesImpl< TypeTag, BaseFluxVariables, discMethod > |
The flux variables class for the low-Reynolds k-epsilon model using the staggered grid discretization. More... | |
class | Dumux::LowReKEpsilonResidualImpl< TypeTag, BaseLocalResidual, discMethod > |
Element-wise calculation of the residual for low-Reynolds k-epsilon models using the staggered discretization. More... | |
class | Dumux::LowReKEpsilonVolumeVariables< Traits, NSVolumeVariables > |
Volume variables for the isothermal single-phase low-Re k-epsilons model. More... | |
Typedefs | |
template<class TypeTag , class BaseFluxVariables > | |
using | Dumux::LowReKEpsilonFluxVariables = LowReKEpsilonFluxVariablesImpl< TypeTag, BaseFluxVariables, GetPropType< TypeTag, Properties::GridGeometry >::discMethod > |
The flux variables class for the low-Reynolds k-epsilon model. This is a convenience alias for that actual, discretization-specific flux variables. More... | |
template<class TypeTag , class BaseLocalResidual > | |
using | Dumux::LowReKEpsilonResidual = LowReKEpsilonResidualImpl< TypeTag, BaseLocalResidual, GetPropType< TypeTag, Properties::GridGeometry >::discMethod > |
The local residual class for the low-Reynolds k-epsilon model. This is a convenience alias for the actual, discretization-specific local residual. More... | |
using Dumux::LowReKEpsilonFluxVariables = typedef LowReKEpsilonFluxVariablesImpl<TypeTag, BaseFluxVariables, GetPropType<TypeTag, Properties::GridGeometry>::discMethod> |
The flux variables class for the low-Reynolds k-epsilon model. This is a convenience alias for that actual, discretization-specific flux variables.
using Dumux::LowReKEpsilonResidual = typedef LowReKEpsilonResidualImpl<TypeTag, BaseLocalResidual, GetPropType<TypeTag, Properties::GridGeometry>::discMethod> |
The local residual class for the low-Reynolds k-epsilon model. This is a convenience alias for the actual, discretization-specific local residual.