K-epsilon model For a detailed model decription see freeflow/rans/twoeq/kepsilon/model.hh.
More...
K-epsilon model For a detailed model decription see freeflow/rans/twoeq/kepsilon/model.hh.
|
template<class TypeTag , class BaseFluxVariables > |
using | Dumux::KEpsilonFluxVariables = KEpsilonFluxVariablesImpl< TypeTag, BaseFluxVariables, GetPropType< TypeTag, Properties::GridGeometry >::discMethod > |
| The flux variables class for the k-epsilon model. This is a convenience alias for that actual, discretization-specific flux variables. More...
|
|
template<class TypeTag , class BaseLocalResidual > |
using | Dumux::KEpsilonResidual = KEpsilonResidualImpl< TypeTag, BaseLocalResidual, GetPropType< TypeTag, Properties::GridGeometry >::discMethod > |
| The local residual class for the k-epsilon model. This is a convenience alias for the actual, discretization-specific local residual. More...
|
|
◆ KEpsilonFluxVariables
template<class TypeTag , class BaseFluxVariables >
The flux variables class for the k-epsilon model. This is a convenience alias for that actual, discretization-specific flux variables.
- Note
- Not all specializations are currently implemented
◆ KEpsilonResidual
template<class TypeTag , class BaseLocalResidual >
The local residual class for the k-epsilon model. This is a convenience alias for the actual, discretization-specific local residual.
- Note
- Not all specializations are currently implemented