Distance calculation for cells with face on a wall. Searches pointNeighbours to find closest. More...
Public Member Functions | |
nearWallDist (const fvMesh &mesh) | |
Construct from components. More... | |
virtual | ~nearWallDist () |
Destructor. More... | |
const volScalarField::Boundary & | y () const |
virtual void | correct () |
Correct for mesh geom/topo changes. More... | |
Distance calculation for cells with face on a wall. Searches pointNeighbours to find closest.
Definition at line 51 of file nearWallDist.H.
nearWallDist | ( | const fvMesh & | mesh | ) |
Construct from components.
Definition at line 94 of file nearWallDist.C.
|
virtual |
Destructor.
Definition at line 110 of file nearWallDist.C.
|
inline |
Definition at line 87 of file nearWallDist.H.
References nearWallDist::correct().
|
virtual |
Correct for mesh geom/topo changes.
Definition at line 116 of file nearWallDist.C.
References fvMesh::boundary(), forAll, fvPatchField< Type >::New(), patchi, setSize(), UPtrList< T >::size(), polyMesh::topoChanging(), and fvMesh::V().
Referenced by nearWallDist::y().