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 50 of file wallDependentModel.H.
| wallDependentModel | ( | const fvMesh & | mesh | ) |
Construct from a mesh.
|
virtual |
Destructor.
| wallDependentModel | ( | const fvMesh & | mesh | ) |
Construct from a mesh.
|
virtual |
Destructor.
| const volScalarField& yWall | ( | ) | const |
| const volVectorField& nWall | ( | ) | const |
| const volScalarField& yWall | ( | ) | const |
| const volVectorField& nWall | ( | ) | const |
1.8.11