maxDeltaxyz takes the maximum of the three dimensions per cell: max(hx, hy, hz). Valid for structures hexahedral cells only. More...
#include <LESdeltas/maxDeltaxyz.H>
maxDeltaxyz takes the maximum of the three dimensions per cell: max(hx, hy, hz). Valid for structures hexahedral cells only.
Definition at line 51 of file maxDeltaxyz.H.
Inheritance diagram for maxDeltaxyz:
Collaboration diagram for maxDeltaxyz:Public Member Functions | |
| TypeName ("maxDeltaxyz") | |
| Runtime type information. | |
| maxDeltaxyz (const word &name, const fvMesh &mesh, const dictionary &) | |
| Construct from name, mesh and IOdictionary. | |
| virtual | ~maxDeltaxyz () |
| Destructor. | |
| virtual void | read (const dictionary &) |
| Read the LESdelta dictionary. | |
| virtual 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 fvMesh & | mesh () const |
| Return mesh reference. | |
| virtual | operator const volScalarField & () const |
Additional Inherited Members | |
Static Public Member Functions inherited from LESdelta | |
| static autoPtr< LESdelta > | New (const word &name, const fvMesh &, const dictionary &) |
| Return a reference to the selected LES delta. | |
Protected Attributes inherited from LESdelta | |
| const fvMesh & | mesh_ |
| volScalarField | delta_ |
| maxDeltaxyz | ( | const word & | name, |
| const fvMesh & | mesh, | ||
| const dictionary & | dd | ||
| ) |
Construct from name, mesh and IOdictionary.
Definition at line 107 of file maxDeltaxyz.C.
|
inlinevirtual |
Destructor.
Definition at line 88 of file maxDeltaxyz.H.
| TypeName | ( | "maxDeltaxyz" | ) |
Runtime type information.
|
virtual |
Read the LESdelta dictionary.
Implements LESdelta.
Definition at line 122 of file maxDeltaxyz.C.
References dictionary::lookup(), dictionary::subDict(), and Foam::type().
|
virtual |
Implements LESdelta.
Definition at line 129 of file maxDeltaxyz.C.
References polyMesh::changing(), and LESdelta::mesh_.