Simple cube-root of cell volume delta used in incompressible LES models. More...
#include <incompressibleLESModels/vanDriestDelta.H>
Simple cube-root of cell volume delta used in incompressible LES models.
Definition at line 53 of file vanDriestDelta.H.
Inheritance diagram for vanDriestDelta:
Collaboration diagram for vanDriestDelta:Public Member Functions | |
| TypeName ("vanDriest") | |
| Runtime type information.
| |
| vanDriestDelta (const word &name, const fvMesh &mesh, const dictionary &) | |
| Construct from name, mesh and IOdictionary.
| |
| virtual | ~vanDriestDelta () |
| Destructor.
| |
| virtual void | read (const dictionary &) |
| Read the LESdelta dictionary.
| |
| virtual void | correct () |
| vanDriestDelta | ( | const word & | name, |
| const fvMesh & | mesh, | ||
| const dictionary & | dd | ||
| ) |
Construct from name, mesh and IOdictionary.
Definition at line 97 of file vanDriestDelta.C.
| virtual ~vanDriestDelta | ( | ) | [inline, virtual]
|
Destructor.
Definition at line 89 of file vanDriestDelta.H.
| TypeName | ( | "vanDriest" | ) |
Runtime type information.
| void read | ( | const dictionary & | d ) | [virtual]
|
Read the LESdelta dictionary.
Implements LESdelta.
Definition at line 128 of file vanDriestDelta.C.
References dictionary::readIfPresent(), dictionary::subDict(), and Foam::type().
| void correct | ( | ) | [virtual]
|
Implements LESdelta.
Definition at line 141 of file vanDriestDelta.C.
References LESdelta::mesh(), and timeIndex.