3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches

Low-Re k-epsilon model For a detailed model decription see freeflow/rans/twoeq/lowrekepsilon/model.hh. More...

Description

Low-Re k-epsilon model For a detailed model decription see freeflow/rans/twoeq/lowrekepsilon/model.hh.

Files

file  fluxvariables.hh
 The flux variables class for the low-Reynolds k-epsilon model. This is a convenience alias for that actual, discretization-specific flux variables.
file  iofields.hh
 Adds I/O fields for the low-Re k-epsilon turbulence model.
file  localresidual.hh
 The local residual class for the low-Reynolds k-epsilon model. This is a convenience alias for the actual, discretization-specific local residual.
file  model.hh
 A single-phase, isothermal low-Reynolds k-epsilon model.
file  problem.hh
 Low-Re k-epsilon turbulence problem base class.
file  fluxvariables.hh
 
file  localresidual.hh
 
file  volumevariables.hh
 Volume variables for the isothermal single-phase low-Re k-epsilons model.

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, DiscretizationMethod::staggered >
 The flux variables class for the low-Reynolds k-epsilon model using the staggered grid discretization. More...
class  Dumux::LowReKEpsilonResidualImpl< TypeTag, BaseLocalResidual, DiscretizationMethod::staggered >
 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.
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.

Typedef Documentation

◆ LowReKEpsilonFluxVariables

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.

Note
Not all specializations are currently implemented

◆ LowReKEpsilonResidual

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.

Note
Not all specializations are currently implemented