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

SST model. More...

Description

SST model.

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

Files

file  fluxvariables.hh
 The flux variables class for the SST 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 SST model. This is a convenience alias for the actual, discretization-specific local residual.
file  model.hh
 A single-phase, isothermal SST (Shear Stress Transport) -Eq. model.
file  problem.hh
 SST turbulence model problem base class.
file  fluxvariables.hh
 The flux variables class for the SST model using the staggered grid discretization.
file  localresidual.hh
 Element-wise calculation of the residual for SST models using the staggered discretization.
file  volumevariables.hh
 Volume variables for the isothermal single-phase SST 2-Eq model.

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

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