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

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

Go to the source code of this file.

Description

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.

Classes

struct  Dumux::Properties::SSTModelTraits< dimension >
 Traits for the sst model. More...
 
struct  Dumux::Properties::TTag::SST
 The type tag for the single-phase, isothermal SST model. More...
 
struct  Dumux::Properties::ModelTraits< TypeTag, TTag::SST >
 states some specifics of the isothermal SST model More...
 
struct  Dumux::Properties::FluxVariables< TypeTag, TTag::SST >
 The flux variables. More...
 
struct  Dumux::Properties::LocalResidual< TypeTag, TTag::SST >
 The local residual. More...
 
struct  Dumux::Properties::VolumeVariables< TypeTag, TTag::SST >
 Set the volume variables property. More...
 
struct  Dumux::Properties::IOFields< TypeTag, TTag::SST >
 The specific I/O fields. More...
 
struct  Dumux::Properties::TTag::SSTNI
 The type tag for the single-phase, non-isothermal SST 2-Eq. model. More...
 
struct  Dumux::Properties::ModelTraits< TypeTag, TTag::SSTNI >
 The model traits of the non-isothermal model. More...
 
struct  Dumux::Properties::VolumeVariables< TypeTag, TTag::SSTNI >
 Set the volume variables property. More...
 
struct  Dumux::Properties::IOFields< TypeTag, TTag::SSTNI >
 The specific non-isothermal I/O fields. More...
 

Namespaces

namespace  Dumux
 
namespace  Dumux::Properties
 The energy balance equation for a porous solid.
 
namespace  Dumux::Properties::TTag
 Type tag for numeric models.
 
Include dependency graph for freeflow/rans/twoeq/sst/model.hh: