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

SST model. More...

Description

SST model.

For a detailed model description see freeflow/rans/twoeq/sst/model.hh

Files

file  freeflow/rans/twoeq/sst/fluxvariables.hh
 
file  freeflow/rans/twoeq/sst/iofields.hh
 
file  freeflow/rans/twoeq/sst/localresidual.hh
 
file  freeflow/rans/twoeq/sst/model.hh
 A single-phase, isothermal SST (Shear Stress Transport) -Eq. model.
 
file  freeflow/rans/twoeq/sst/problem.hh
 SST turbulence model problem base class.
 
file  freeflow/rans/twoeq/sst/staggered/fluxvariables.hh
 
file  freeflow/rans/twoeq/sst/staggered/localresidual.hh
 
file  freeflow/rans/twoeq/sst/volumevariables.hh
 

Classes

struct  Dumux::SSTIOFields
 Adds I/O fields for the Reynolds-Averaged Navier-Stokes model. More...
 
struct  Dumux::Properties::SSTModelTraits< dimension >
 Traits for the sst model. More...
 
class  Dumux::RANSProblemImpl< TypeTag, TurbulenceModel::sst >
 SST turbulence model problem base class. More...
 
class  Dumux::SSTFluxVariablesImpl< TypeTag, BaseFluxVariables, DiscretizationMethod >
 The flux variables class for the SST model using the staggered grid discretization. More...
 
class  Dumux::SSTResidualImpl< TypeTag, BaseLocalResidual, DiscretizationMethod >
 Element-wise calculation of the residual for SST models using the staggered discretization. More...
 
class  Dumux::SSTVolumeVariables< Traits, NSVolumeVariables >
 Volume variables for the isothermal single-phase SST 2-Eq model. More...
 

Typedefs

template<class TypeTag , class BaseFluxVariables >
using Dumux::SSTFluxVariables = SSTFluxVariablesImpl< TypeTag, BaseFluxVariables, typename GetPropType< TypeTag, Properties::GridGeometry >::DiscretizationMethod >
 The flux variables class for the SST model. This is a convenience alias for that actual, discretization-specific flux variables. More...
 
template<class TypeTag , class BaseLocalResidual >
using Dumux::SSTResidual = SSTResidualImpl< TypeTag, BaseLocalResidual, typename GetPropType< TypeTag, Properties::GridGeometry >::DiscretizationMethod >
 The local residual class for the SST model. This is a convenience alias for the actual, discretization-specific local residual. More...
 

Enumerations

enum class  Dumux::SSTModel { Dumux::SSTModel::BSL , Dumux::SSTModel::SST }
 The available variations of the SST Turbulence Model. More...
 

Typedef Documentation

◆ SSTFluxVariables

template<class TypeTag , class BaseFluxVariables >
using Dumux::SSTFluxVariables = typedef SSTFluxVariablesImpl<TypeTag, BaseFluxVariables, typename GetPropType<TypeTag, Properties::GridGeometry>::DiscretizationMethod>

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

Note
Not all specializations are currently implemented

◆ SSTResidual

template<class TypeTag , class BaseLocalResidual >
using Dumux::SSTResidual = typedef SSTResidualImpl<TypeTag, BaseLocalResidual, typename GetPropType<TypeTag, Properties::GridGeometry>::DiscretizationMethod>

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

Note
Not all specializations are currently implemented

Enumeration Type Documentation

◆ SSTModel

enum class Dumux::SSTModel
strong

The available variations of the SST Turbulence Model.

Enumerator
BSL 
SST