FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

IDDESDelta Class Reference

IDDESDelta used by the IDDES (improved low Re Spalart-Allmaras DES model) The min and max delta are calculated using the double distance of the min or max from the face centre to the cell centre. More...

#include <incompressibleLESModels/IDDESDelta.H>


Detailed Description

IDDESDelta used by the IDDES (improved low Re Spalart-Allmaras DES model) The min and max delta are calculated using the double distance of the min or max from the face centre to the cell centre.

Source files

Definition at line 51 of file IDDESDelta.H.

Inheritance diagram for IDDESDelta:
Collaboration diagram for IDDESDelta:

List of all members.

Public Member Functions

 TypeName ("IDDESDelta")
 Runtime type information.
 IDDESDelta (const word &name, const fvMesh &mesh, const dictionary &)
 Construct from name, mesh and IOdictionary.
 ~IDDESDelta ()
void  read (const dictionary &)
 Read the LESdelta dictionary.
void  correct ()

Constructor & Destructor Documentation

IDDESDelta ( const word &   name,
const fvMesh &   mesh,
const dictionary &   dd  
)

Construct from name, mesh and IOdictionary.

Definition at line 131 of file IDDESDelta.C.

References dictionary::readIfPresent(), dictionary::subDict(), and Foam::type().

~IDDESDelta (  ) [inline]

Definition at line 91 of file IDDESDelta.H.


Member Function Documentation

TypeName ( "IDDESDelta"    )

Runtime type information.

void read ( const dictionary &   dd  ) [virtual]

Read the LESdelta dictionary.

Implements LESdelta.

Definition at line 152 of file IDDESDelta.C.

References dictionary::lookup(), dictionary::subDict(), and Foam::type().

void correct (  ) [virtual]

Implements LESdelta.

Definition at line 159 of file IDDESDelta.C.


The documentation for this class was generated from the following files:
  • src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/IDDESDelta.H
  • src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/IDDESDelta.C