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 |
Private Member Functions | |
wallDependentModel (const wallDependentModel &) | |
Disallow default bitwise copy construct. More... | |
void | operator= (const wallDependentModel &) |
Disallow default bitwise assignment. More... | |
wallDependentModel (const wallDependentModel &) | |
Disallow default bitwise copy construct. More... | |
void | operator= (const wallDependentModel &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
const fvMesh & | mesh_ |
Reference to the mesh. More... | |
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.
|
private |
Disallow default bitwise copy construct.
wallDependentModel | ( | const fvMesh & | mesh | ) |
Construct from a mesh.
|
virtual |
Destructor.
|
private |
Disallow default bitwise copy construct.
wallDependentModel | ( | const fvMesh & | mesh | ) |
Construct from a mesh.
|
virtual |
Destructor.
|
private |
Disallow default bitwise assignment.
const volScalarField& yWall | ( | ) | const |
const volVectorField& nWall | ( | ) | const |
|
private |
Disallow default bitwise assignment.
const volScalarField& yWall | ( | ) | const |
const volVectorField& nWall | ( | ) | const |
|
private |
Reference to the mesh.
Definition at line 55 of file wallDependentModel.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.