Tools for checking the mesh. More...


Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| Foam::meshCheck | |
| Collection of functions checking primitiveMesh. | |
Functions | |
| fileName | checkMeshOutputDir (const polyMesh &mesh) |
| Output directory for sets and surfaces. More... | |
| void | printMeshStats (const polyMesh &mesh, const bool allTopology) |
| Print mesh statistics. More... | |
| void | mergeAndWrite (const polyMesh &mesh, const surfaceWriter &setWriter, const word &name, const indirectPrimitivePatch setPatch, const fileName &outputDir) |
| Generate merged surface on master and write. Needs input patch. More... | |
| void | mergeAndWrite (const surfaceWriter &, const faceSet &) |
| Write representation of (assembled) faceSet to surface file in. More... | |
| void | mergeAndWrite (const surfaceWriter &, const cellSet &) |
| Write representation of (assembled) cellSet to surface file in. More... | |
| void | mergeAndWrite (const setWriter &, const pointSet &) |
| Write representation of (assembled) pointSet to 'set' file in. More... | |
Tools for checking the mesh.
Original source file mergeAndWrite.H
Definition in file mergeAndWrite.H.