version 3.11-dev
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts

SST model. More...

Description

A single-phase, isothermal SST (Shear Stress Transport) -Eq. model.

Single-phase Reynolds-Averaged Navier-Stokes flow.

A single-phase, isothermal Reynolds-Averaged Navier-Stokes model.

This model implements a single-phase, isothermal Reynolds-Averaged Navier-Stokes model, solving the momentum balance equation

(ϱv)t+(ϱvvT)=(μeff(v+vT))p+ϱgf

The effective viscosity is composed of the fluid and the eddy viscosity:

μeff=μ+μt

.

Two additional PDEs, one for the turbulentKineticEnergy (k) and a second for the dissipation (omega) are used to calculate the eddy viscosity for this model. The model is taken from Menter, 1994 [56].

Turbulent Kinetic Energy balance:

ϱkt+(ϱuk)2μtSS+βϱωk[(μ+σkμt)k]=0

and Sij=12[xiuj+xjui] based on aijbij=i,jaijbij.

Dissipation(rate) balance:

ϱωt+(ϱuω)γνt(2μtSS)+βϱω2[(μ+σkμt)ω]2ϱ(1F1)σω21ωkω=0

The dynamic eddy viscosity μt is calculated as follows:

μt=ϱa1kmax(a1ω;ΩF2)

and a1=0.31 and Ω=2ΩΩ with Ω=12(uTu) and F2=tanh(arg22) and arg2=max(2k0.09ωy;500νy2ω) where y is the distance to the closest wall and ν is the kinematic viscosity.

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>
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>
Note
Not all specializations are currently implemented

Enumeration Type Documentation

◆ SSTModel

enum class Dumux::SSTModel
strong
Enumerator
BSL 
SST