diff --git a/applications/utilities/mesh/manipulation/checkMesh/checkGeometry.C b/applications/utilities/mesh/manipulation/checkMesh/checkGeometry.C index 6711ed8a96..ee6c726834 100644 --- a/applications/utilities/mesh/manipulation/checkMesh/checkGeometry.C +++ b/applications/utilities/mesh/manipulation/checkMesh/checkGeometry.C @@ -834,5 +834,39 @@ Foam::label Foam::checkGeometry(const polyMesh& mesh, const bool allGeometry) } } + if (allGeometry) + { + faceSet faces(mesh, "lowWeightFaces", mesh.nFaces()/100); + if (mesh.checkFaceWeight(true, 0.05, &faces)) + { + noFailedChecks++; + + label nFaces = returnReduce(faces.size(), sumOp