diff --git a/applications/utilities/mesh/manipulation/checkMesh/checkGeometry.C b/applications/utilities/mesh/manipulation/checkMesh/checkGeometry.C index a64e84e3bc..283146e33b 100644 --- a/applications/utilities/mesh/manipulation/checkMesh/checkGeometry.C +++ b/applications/utilities/mesh/manipulation/checkMesh/checkGeometry.C @@ -15,7 +15,7 @@ #include "vtkSurfaceWriter.H" #include "writer.H" -#include "cyclicAMIPolyPatch.H" +#include "cyclicACMIPolyPatch.H" #include "Time.H" // Find wedge with opposite orientation. Note: does not actually check that @@ -1033,6 +1033,40 @@ Foam::label Foam::checkGeometry false ); } + + if (isA(pbm[patchi])) + { + const cyclicACMIPolyPatch& pp = + refCast(pbm[patchi]); + scalarField mergedMask; + globalFaces().gather + ( + UPstream::worldComm, + ListOps::create