|
|
|
wallDist Class ReferenceCalculation of distance to nearest wall for all cells and boundary. Uses meshWave to do actual calculation. More...
Inheritance diagram for wallDist:
![]()
Collaboration diagram for wallDist:
![]()
Detailed DescriptionCalculation of distance to nearest wall for all cells and boundary. Uses meshWave to do actual calculation.if correctWalls = true: For each cell with face on wall calculate the true nearest point (by triangle decomposition) on that face and do that same for that face's pointNeighbours. This will find the true nearest distance in almost all cases. Only very skewed cells or cells close to another wall might be missed. For each cell with only point on wall the same is done except now it takes the pointFaces() of the wall point to look for the nearest point.
Definition at line 74 of file wallDist.H. Constructor & Destructor DocumentationConstruct 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 28 of file wallDist.C.
Definition at line 51 of file wallDist.C. References correct().
Here is the call graph for this function:
![]()
Member Function Documentation
Definition at line 120 of file wallDist.H.
Definition at line 125 of file wallDist.H.
The documentation for this class was generated from the following files:
| |||||||||||||||||||||||||||||||||||||