checkMesh: Added writing of faceSets and cellSets containing errors
In parallel the sets are reconstructed. e.g. mpirun -np 6 checkMesh -parallel -allGeometry -allTopology -writeSets vtk will create a postProcessing/ folder with the vtk files of the (reconstructed) faceSets and cellSets. Also improved analysis of disconnected regions now also checks for point connectivity with is useful for detecting if AMI regions have duplicate points. Patch contributed by Mattijs Janssens
Showing
- applications/utilities/mesh/manipulation/checkMesh/Make/files 1 addition, 1 deletion...ications/utilities/mesh/manipulation/checkMesh/Make/files
- applications/utilities/mesh/manipulation/checkMesh/Make/options 4 additions, 0 deletions...ations/utilities/mesh/manipulation/checkMesh/Make/options
- applications/utilities/mesh/manipulation/checkMesh/checkGeometry.C 68 additions, 1 deletion...ons/utilities/mesh/manipulation/checkMesh/checkGeometry.C
- applications/utilities/mesh/manipulation/checkMesh/checkGeometry.H 7 additions, 1 deletion...ons/utilities/mesh/manipulation/checkMesh/checkGeometry.H
- applications/utilities/mesh/manipulation/checkMesh/checkMesh.C 39 additions, 7 deletions...cations/utilities/mesh/manipulation/checkMesh/checkMesh.C
- applications/utilities/mesh/manipulation/checkMesh/checkMeshQuality.C 8 additions, 2 deletions.../utilities/mesh/manipulation/checkMesh/checkMeshQuality.C
- applications/utilities/mesh/manipulation/checkMesh/checkMeshQuality.H 8 additions, 1 deletion.../utilities/mesh/manipulation/checkMesh/checkMeshQuality.H
- applications/utilities/mesh/manipulation/checkMesh/checkTools.C 374 additions, 0 deletions...ations/utilities/mesh/manipulation/checkMesh/checkTools.C
- applications/utilities/mesh/manipulation/checkMesh/checkTools.H 33 additions, 0 deletions...ations/utilities/mesh/manipulation/checkMesh/checkTools.H
- applications/utilities/mesh/manipulation/checkMesh/checkTopology.C 94 additions, 2 deletions...ons/utilities/mesh/manipulation/checkMesh/checkTopology.C
- applications/utilities/mesh/manipulation/checkMesh/checkTopology.H 9 additions, 2 deletions...ons/utilities/mesh/manipulation/checkMesh/checkTopology.H
- src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.H 29 additions, 0 deletionssrc/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchTools.H
- src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsGatherAndMerge.C 101 additions, 4 deletions...eshes/primitiveMesh/PatchTools/PatchToolsGatherAndMerge.C
Please register or sign in to comment