A class which provides on-demand creation and caching of wall distance and wall normal fields for use by multiple models. More...

Public Member Functions | |
| wallDependentModel (const fvMesh &mesh) | |
| Construct from a mesh. More... | |
| virtual | ~wallDependentModel () |
| Destructor. More... | |
| const volScalarField & | yWall () const |
| const volVectorField & | nWall () const |
| wallDependentModel (const fvMesh &mesh) | |
| Construct from a mesh. More... | |
| virtual | ~wallDependentModel () |
| Destructor. More... | |
| const volScalarField & | yWall () const |
| const volVectorField & | nWall () const |
A class which provides on-demand creation and caching of wall distance and wall normal fields for use by multiple models.
Definition at line 48 of file wallDependentModel.H.
| wallDependentModel | ( | const fvMesh & | mesh | ) |
Construct from a mesh.
Definition at line 26 of file wallDependentModel.C.
|
virtual |
Destructor.
Definition at line 34 of file wallDependentModel.C.
| wallDependentModel | ( | const fvMesh & | mesh | ) |
Construct from a mesh.
|
virtual |
Destructor.
| const Foam::volScalarField & yWall | ( | ) | const |
Definition at line 40 of file wallDependentModel.C.
References MeshObject< fvMesh, UpdateableMeshObject, wallDist >::New(), and wallDist::y().
Referenced by cosine::limiter(), sine::limiter(), and linear::limiter().


| const Foam::volVectorField & nWall | ( | ) | const |
Definition at line 46 of file wallDependentModel.C.
References wallDist::n(), and MeshObject< fvMesh, UpdateableMeshObject, wallDist >::New().

| const volScalarField& yWall | ( | ) | const |
| const volVectorField& nWall | ( | ) | const |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.