Distance calculation for cells with face on a wall. Does not search anything, just takes normal component of distance. More...
Public Member Functions | |
nearWallDistNoSearch (const fvMesh &mesh) | |
Construct from components. More... | |
nearWallDistNoSearch (const nearWallDistNoSearch &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~nearWallDistNoSearch () |
Destructor. More... | |
virtual void | correct () |
Correct for mesh geom/topo changes. More... | |
void | operator= (const nearWallDistNoSearch &)=delete |
Disallow default bitwise assignment. More... | |
Distance calculation for cells with face on a wall. Does not search anything, just takes normal component of distance.
Definition at line 52 of file nearWallDistNoSearch.H.
nearWallDistNoSearch | ( | const fvMesh & | mesh | ) |
Construct from components.
Definition at line 77 of file nearWallDistNoSearch.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 93 of file nearWallDistNoSearch.C.
|
virtual |
Correct for mesh geom/topo changes.
Definition at line 99 of file nearWallDistNoSearch.C.
References fvMesh::boundary(), polyMesh::changing(), forAll, patchi, and UPtrList< T >::size().
|
delete |
Disallow default bitwise assignment.