Simple cube-root of cell volume delta used in LES models. More...
#include <LESdeltas/PrandtlDelta.H>
Simple cube-root of cell volume delta used in LES models.
Definition at line 49 of file PrandtlDelta.H.
Inheritance diagram for PrandtlDelta:
Collaboration diagram for PrandtlDelta:Public Member Functions | |
| TypeName ("Prandtl") | |
| Runtime type information.
| |
| PrandtlDelta (const word &name, const fvMesh &mesh, const dictionary &) | |
| Construct from name, mesh and IOdictionary.
| |
| virtual | ~PrandtlDelta () |
| Destructor.
| |
| virtual void | read (const dictionary &) |
| Read the LESdelta dictionary.
| |
| virtual void | correct () |
| PrandtlDelta | ( | const word & | name, |
| const fvMesh & | mesh, | ||
| const dictionary & | dd | ||
| ) |
Construct from name, mesh and IOdictionary.
Definition at line 56 of file PrandtlDelta.C.
| virtual ~PrandtlDelta | ( | ) | [inline, virtual]
|
Destructor.
Definition at line 88 of file PrandtlDelta.H.
| TypeName | ( | "Prandtl" | ) |
Runtime type information.
| void read | ( | const dictionary & | d ) | [virtual]
|
Read the LESdelta dictionary.
Implements LESdelta.
Definition at line 76 of file PrandtlDelta.C.
References dictionary::readIfPresent(), dictionary::subDict(), and Foam::type().
| void correct | ( | ) | [virtual]
|
Implements LESdelta.
Definition at line 87 of file PrandtlDelta.C.
References polyMesh::changing(), and LESdelta::mesh_.