FreeFOAM The Cross-Platform CFD Toolkit
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 ()
- Public Member Functions inherited from LESdelta
 TypeName ("LESdelta")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, LESdelta, dictionary,(const word &name, const fvMesh &mesh, const dictionary &LESdeltaDict),(name, mesh, LESdeltaDict))
 LESdelta (const word &name, const fvMesh &)
 Construct from name and mesh.
virtual ~LESdelta ()
 Destructor.
const fvMeshmesh () const
 Return mesh reference.
virtual operator const volScalarField & () const

Additional Inherited Members

- Static Public Member Functions inherited from LESdelta
static autoPtr< LESdeltaNew (const word &name, const fvMesh &, const dictionary &)
 Return a reference to the selected LES delta.
- Protected Attributes inherited from LESdelta
const fvMeshmesh_
volScalarField delta_

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: