Checks the mesh for edge connectivity as expected by the AVL/FIRE on-the-fly calculations. Errors flagged here are not necessarily topological errors at all. More...


Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| label | checkFireEdges (const faceList &faces, const labelListList &pointFaces, const UList< point > &points=UList< point >::null()) |
| check edge connectivity | |
| label | checkFireEdges (const faceList &, const UList< point > &points=UList< point >::null()) |
| check edge connectivity with pointFaces mapping calculated automatically | |
| label | checkFireEdges (const polyMesh &mesh) |
| check edge connectivity | |
Checks the mesh for edge connectivity as expected by the AVL/FIRE on-the-fly calculations. Errors flagged here are not necessarily topological errors at all.
Original source file checkFireEdges.H
Definition in file checkFireEdges.H.