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... | |
nearWallDist (const nearWallDist &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~nearWallDist () |
Destructor. More... | |
const volScalarField::Boundary & | y () const |
virtual void | correct () |
Correct for mesh geom/topo changes. More... | |
void | operator= (const nearWallDist &)=delete |
Disallow default bitwise assignment. 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.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 110 of file nearWallDist.C.
|
inline |
Definition at line 84 of file nearWallDist.H.
References nearWallDist::correct(), and nearWallDist::operator=().
|
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().
|
delete |
Disallow default bitwise assignment.
Referenced by nearWallDist::y().