Wall distance and reflection vector calculation. See wallDist.H. More...
#include <finiteVolume/wallDistReflection.H>
Wall distance and reflection vector calculation. See wallDist.H.
Definition at line 51 of file wallDistReflection.H.
Public Member Functions | |
wallDistReflection (const fvMesh &mesh, bool correctWalls=true) | |
Construct from mesh and flag whether or not to correct wall.
| |
void | correct () |
Correct for mesh geom/topo changes.
|
wallDistReflection | ( | const fvMesh & | mesh, |
bool | correctWalls = true
|
||
) |
Construct from mesh and flag whether or not to correct wall.
Calculate for all cells. correctWalls : correct wall (face&point) cells for correct distance, searching neighbours.
Definition at line 32 of file wallDistReflection.C.
void correct | ( | ) |
Correct for mesh geom/topo changes.
Reimplemented from reflectionVectors.
Definition at line 50 of file wallDistReflection.C.
Referenced by LaunderGibsonRSTM::correct().