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

A single-phase, isothermal k-omega 2-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 Wilcox, 2008 [95].

Turbulent Kinetic Energy balance:

(ϱk)t+(vϱk)[(μ+σkμt)k]P+βkkϱω=0

with P=2μtSS and Sij=12[xivj+xjvi] based on aijbij=i,jaijbij.

Dissipation balance:

(ϱω)t+(vϱω)[(μ+σωμt)ω]αωkP+βωω2ϱσdωkω=0

The dynamic eddy viscosity μt is calculated as follows:

μt=ϱkω~

With a limited dissipation:

ω~=max{ω,0.875Pμtβk}

And a cross-diffusion coefficient σd

σd={0, if kω00.125, if kω>0.

Classes

struct  Dumux::Properties::KOmegaModelTraits< dimension >
 Traits for the k-omega model. More...
 
struct  Dumux::Properties::TTag::KOmega
 The type tag for the single-phase, isothermal k-omega model. More...
 
struct  Dumux::Properties::ModelTraits< TypeTag, TTag::KOmega >
 states some specifics of the isothermal k-omega model More...
 
struct  Dumux::Properties::FluxVariables< TypeTag, TTag::KOmega >
 The flux variables. More...
 
struct  Dumux::Properties::LocalResidual< TypeTag, TTag::KOmega >
 The local residual. More...
 
struct  Dumux::Properties::VolumeVariables< TypeTag, TTag::KOmega >
 Set the volume variables property. More...
 
struct  Dumux::Properties::IOFields< TypeTag, TTag::KOmega >
 The specific I/O fields. More...
 
struct  Dumux::Properties::TTag::KOmegaNI
 The type tag for the single-phase, non-isothermal k-omega 2-Eq. model. More...
 
struct  Dumux::Properties::ModelTraits< TypeTag, TTag::KOmegaNI >
 The model traits of the non-isothermal model. More...
 
struct  Dumux::Properties::VolumeVariables< TypeTag, TTag::KOmegaNI >
 Set the volume variables property. More...
 
struct  Dumux::Properties::IOFields< TypeTag, TTag::KOmegaNI >
 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/komega/model.hh: