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

K-omega model For a detailed model decription see freeflow/rans/twoeq/komega/model.hh. More...

Description

K-omega model For a detailed model decription see freeflow/rans/twoeq/komega/model.hh.

Files

file  fluxvariables.hh
 The flux variables class for the k-omega model. This is a convenience alias for that actual, discretization-specific flux variables.
file  iofields.hh
 Adds I/O fields for the Reynolds-Averaged Navier-Stokes model.
file  localresidual.hh
 The local residual class for the k-omega model. This is a convenience alias for the actual, discretization-specific local residual.
file  model.hh
 A single-phase, isothermal k-omega 2-Eq. model.
file  problem.hh
 K-Omega turbulence model problem base class.
file  fluxvariables.hh
 
file  localresidual.hh
 

Classes

struct  Dumux::KOmegaIOFields
 Adds I/O fields for the Reynolds-Averaged Navier-Stokes model. More...
struct  Dumux::Properties::KOmegaModelTraits< dimension >
 Traits for the k-omega model. More...
class  Dumux::RANSProblemImpl< TypeTag, TurbulenceModel::komega >
 K-Omega turbulence model problem base class. More...
class  Dumux::KOmegaFluxVariablesImpl< TypeTag, BaseFluxVariables, DiscretizationMethod::staggered >
 The flux variables class for the k-omega model using the staggered grid discretization. More...
class  Dumux::KOmegaResidualImpl< TypeTag, BaseLocalResidual, DiscretizationMethod::staggered >
 Element-wise calculation of the residual for k-omega models using the staggered discretization. More...

Typedefs

template<class TypeTag, class BaseFluxVariables>
using Dumux::KOmegaFluxVariables = KOmegaFluxVariablesImpl<TypeTag, BaseFluxVariables, GetPropType<TypeTag, Properties::GridGeometry>::discMethod>
 The flux variables class for the k-omega model. This is a convenience alias for that actual, discretization-specific flux variables.
template<class TypeTag, class BaseLocalResidual>
using Dumux::KOmegaResidual = KOmegaResidualImpl<TypeTag, BaseLocalResidual, GetPropType<TypeTag, Properties::GridGeometry>::discMethod>
 The local residual class for the k-omega model. This is a convenience alias for the actual, discretization-specific local residual.

Typedef Documentation

◆ KOmegaFluxVariables

template<class TypeTag, class BaseFluxVariables>
using Dumux::KOmegaFluxVariables = KOmegaFluxVariablesImpl<TypeTag, BaseFluxVariables, GetPropType<TypeTag, Properties::GridGeometry>::discMethod>

The flux variables class for the k-omega model. This is a convenience alias for that actual, discretization-specific flux variables.

Note
Not all specializations are currently implemented

◆ KOmegaResidual

template<class TypeTag, class BaseLocalResidual>
using Dumux::KOmegaResidual = KOmegaResidualImpl<TypeTag, BaseLocalResidual, GetPropType<TypeTag, Properties::GridGeometry>::discMethod>

The local residual class for the k-omega model. This is a convenience alias for the actual, discretization-specific local residual.

Note
Not all specializations are currently implemented