src/OpenFOAM logo
The Open Source CFD Toolbox
  Search
  
  Back to OpenFOAM Home
 
  OpenCFD®
  Company profile
  OpenFOAM support
  OpenFOAM development
  OpenFOAM training
  Solutions
  Contact OpenCFD
  Recruitment
  Recommended links
 
  OpenFOAM®
  Features
  Download
  Documentation
  * User Guide
  * C++ Source Guide
  * README file
  * Release notes
  * Upgrading to 1.5
 
  Our trade mark policy
 
  © 2000-2008 OpenCFD Ltd
SourceForge.net Logo
OpenCFD® Solutions Contact OpenFOAM®
OpenFOAM 1.5 User Guide © 2000-2008 OpenCFD Ltd

7.2 Turbulence models

The RASProperties dictionary is read by any solver that uses models Reynolds-averaged stress (RAS) models for turbulence and the LESProperties dictionary is read by solvers that use large-eddy simulation (LES) of turbulence. The entries required in the RASProperties are listed in listed in 7.4and those for LESProperties dictionaries are listed in 7.5.


RASModel Name of RAS turbulence model
turbulence Switch to turn turbulence modelling on/off
<RASModel>Coeffs Dictionary of coefficients for the respective RASModel
wallFunctionCoeffs Dictionary of wall function coefficients

Table 7.4: Keyword entries in the RASProperties dictionary.


LESmodel Name of LES model
delta Name of delta d  \special {t4ht= model
<LESmodel>Coeffs Dictionary of coefficients for the respective LESmodel
<delta>Coeffs Dictionary of coefficients for each delta model
kappa von Kármán’s constant k  \special {t4ht=
wallFunctionCoeffs Dictionary of wall function coefficients

Table 7.5: Keyword entries in the LESProperties dictionary.

The incompressible and compressible RAS turbulence models, isochoric and anisochoric LES models and delta models are all named and described in 3.9. The user may consult turbulenceProperties dictionary from a relevant example case to get a full list of coefficients required for each model and their default values. The required coefficients may differ depending on whether the RAS models are incompressible or compressible and whether the LES models are isochoric or anisochoric. For reference, these different categories of RAS and LES models are represented in the RASProperties and LESProperties dictionaries, respectively, of the following example cases in the $FOAM_TUTORIALS directory:

turbFoam/cavity
Incompressible RAS turbulence models;
sonicTurbFoam/prism
Compressible RAS turbulence models;
oodles/pitzDaily
Isochoric LES turbulence models;
Xoodles/pitzDaily
Anisochoric LES turbulence models;