3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Files | Classes | Typedefs

K-epsilon model For a detailed model decription see freeflow/rans/twoeq/kepsilon/model.hh. More...

Description

K-epsilon model For a detailed model decription see freeflow/rans/twoeq/kepsilon/model.hh.

Files

file  freeflow/rans/twoeq/kepsilon/fluxvariables.hh
 
file  freeflow/rans/twoeq/kepsilon/iofields.hh
 
file  freeflow/rans/twoeq/kepsilon/localresidual.hh
 
file  freeflow/rans/twoeq/kepsilon/model.hh
 A single-phase, isothermal k-epsilon model.
 
file  freeflow/rans/twoeq/kepsilon/problem.hh
 K-epsilon turbulence problem base class.
 
file  freeflow/rans/twoeq/kepsilon/staggered/fluxvariables.hh
 
file  freeflow/rans/twoeq/kepsilon/volumevariables.hh
 

Classes

struct  Dumux::KEpsilonIOFields
 Adds I/O fields for the k-epsilon turbulence model. More...
 
struct  Dumux::Properties::KEpsilonModelTraits< dimension >
 Traits for the k-epsilon model. More...
 
class  Dumux::RANSProblemImpl< TypeTag, TurbulenceModel::kepsilon >
 K-epsilon turbulence problem base class. More...
 
class  Dumux::KEpsilonFluxVariablesImpl< TypeTag, BaseFluxVariables, DiscretizationMethod::staggered >
 The flux variables class for the k-epsilon model using the staggered grid discretization. More...
 
class  Dumux::KEpsilonResidualImpl< TypeTag, BaseLocalResidual, DiscretizationMethod::staggered >
 Element-wise calculation of the residual for k-epsilon models using the staggered discretization. More...
 
class  Dumux::KEpsilonVolumeVariables< Traits, NSVolumeVariables >
 Volume variables for the isothermal single-phase k-epsilon model. More...
 

Typedefs

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...
 

Typedef Documentation

◆ KEpsilonFluxVariables

template<class TypeTag , class BaseFluxVariables >
using Dumux::KEpsilonFluxVariables = typedef 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.

Note
Not all specializations are currently implemented

◆ KEpsilonResidual

template<class TypeTag , class BaseLocalResidual >
using Dumux::KEpsilonResidual = typedef 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.

Note
Not all specializations are currently implemented