Functions for checking mesh topology and geometry. More...
Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Foam::meshCheck | |
Collection of functions checking primitiveMesh. | |
Functions | |
label | findOppositeWedge (const polyMesh &, const wedgePolyPatch &) |
Find wedge with opposite orientation. Note: does not actually check. More... | |
bool | checkWedges (const polyMesh &, const bool report, const Vector< label > &, labelHashSet *) |
Check wedge orientation. More... | |
bool | checkCoupledPoints (const polyMesh &, const bool report, labelHashSet *) |
Check 0th vertex on coupled faces. More... | |
label | checkTopology (const polyMesh &mesh, const bool allTopology, const autoPtr< surfaceWriter > &surfWriter, const autoPtr< setWriter > &setWriter) |
Check the topology. More... | |
label | checkGeometry (const polyMesh &mesh, const bool allGeometry, const scalar nonOrthThreshold, const scalar skewThreshold, const autoPtr< surfaceWriter > &, const autoPtr< setWriter > &) |
Check the geometry. More... | |
bool | checkMesh (const bool report, const polyMesh &mesh, const dictionary &dict, const labelList &checkFaces, const List< labelPair > &baffles, labelHashSet &wrongFaces) |
Check (subset of mesh including baffles) with mesh settings in dict. More... | |
bool | checkMesh (const bool report, const polyMesh &mesh, const dictionary &dict, const labelList &checkFaces, labelHashSet &wrongFaces) |
Check (subset of mesh) with mesh settings in dict. More... | |
bool | checkMesh (const bool report, const polyMesh &mesh, const dictionary &dict, labelHashSet &wrongFaces) |
Check mesh with mesh settings in dict. More... | |
Functions for checking mesh topology and geometry.
Original source file meshCheck.H
Definition in file meshCheck.H.