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

One-equation turbulence model by Spalart-Allmaras For a detailed model decription see freeflow/rans/oneeq/model.hh. More...

Description

One-equation turbulence model by Spalart-Allmaras For a detailed model decription see freeflow/rans/oneeq/model.hh.

Files

file  freeflow/rans/oneeq/fluxvariables.hh
 
file  freeflow/rans/oneeq/indices.hh
 
file  freeflow/rans/oneeq/iofields.hh
 
file  freeflow/rans/oneeq/localresidual.hh
 
file  freeflow/rans/oneeq/model.hh
 A single-phase, isothermal one-equation turbulence model by Spalart-Allmaras.
 
file  freeflow/rans/oneeq/problem.hh
 One-equation turbulence problem base class.
 
file  freeflow/rans/oneeq/staggered/fluxvariables.hh
 
file  freeflow/rans/oneeq/staggered/localresidual.hh
 
file  freeflow/rans/oneeq/volumevariables.hh
 

Classes

struct  Dumux::OneEqIndices< dimension, numComponents >
 The common indices for the isothermal one-equation turbulence model by Spalart-Allmaras. More...
 
struct  Dumux::OneEqIOFields
 Adds I/O fields for the one-equation turbulence model by Spalart-Allmaras. More...
 
struct  Dumux::Properties::OneEqModelTraits< dimension >
 Traits for the Spalart-Allmaras model. More...
 
class  Dumux::RANSProblemImpl< TypeTag, TurbulenceModel::oneeq >
 One-equation turbulence problem base class. More...
 
class  Dumux::OneEqFluxVariablesImpl< TypeTag, BaseFluxVariables, DiscretizationMethod::staggered >
 The flux variables class for the one-equation model by Spalart-Allmaras using the staggered grid discretization. More...
 
class  Dumux::OneEqResidualImpl< TypeTag, BaseLocalResidual, DiscretizationMethod::staggered >
 Element-wise calculation of the residual for one-equation turbulence models using the staggered discretization. More...
 
class  Dumux::OneEqVolumeVariables< Traits, NSVolumeVariables >
 Volume variables for the isothermal single-phase one-equation turbulence model by Spalart-Allmaras. More...
 

Typedefs

template<class TypeTag , class BaseFluxVariables >
using Dumux::OneEqFluxVariables = OneEqFluxVariablesImpl< TypeTag, BaseFluxVariables, GetPropType< TypeTag, Properties::GridGeometry >::discMethod >
 The flux variables class for the one-equation turbulence model by Spalart-Allmaras. This is a convenience alias for that actual, discretization-specific flux variables. More...
 
template<class TypeTag , class BaseLocalResidual >
using Dumux::OneEqResidual = OneEqResidualImpl< TypeTag, BaseLocalResidual, GetPropType< TypeTag, Properties::GridGeometry >::discMethod >
 The local residual class for the one-equation turbulence model by Spalart-Allmaras This is a convenience alias for the actual, discretization-specific local residual. More...
 

Typedef Documentation

◆ OneEqFluxVariables

template<class TypeTag , class BaseFluxVariables >
using Dumux::OneEqFluxVariables = typedef OneEqFluxVariablesImpl<TypeTag, BaseFluxVariables, GetPropType<TypeTag, Properties::GridGeometry>::discMethod>

The flux variables class for the one-equation turbulence model by Spalart-Allmaras. This is a convenience alias for that actual, discretization-specific flux variables.

Note
Not all specializations are currently implemented

◆ OneEqResidual

template<class TypeTag , class BaseLocalResidual >
using Dumux::OneEqResidual = typedef OneEqResidualImpl<TypeTag, BaseLocalResidual, GetPropType<TypeTag, Properties::GridGeometry>::discMethod>

The local residual class for the one-equation turbulence model by Spalart-Allmaras This is a convenience alias for the actual, discretization-specific local residual.

Note
Not all specializations are currently implemented