diff --git a/applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C b/applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C index a4b33b97dd..02accb32a8 100644 --- a/applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C +++ b/applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C @@ -30,12 +30,17 @@ Description - any face inbetween differing cellZones (-cellZones) Output is: - - mesh with multiple regions + - mesh with multiple regions or - mesh with cells put into cellZones (-makeCellZones) - Should work in parallel but cellZone interfaces cannot align with + Note: + - Should work in parallel but cellZone interfaces cannot align with processor boundaries so use the correct option in decomposition to preserve those interfaces. + - If a cell zone gets split into more than one region it can detect + the largest matching region (-sloppyCellZones). This will accept any + region that covers more than 50% of the zone. It has to be a subset + so cannot have any cells in any other zone. \*---------------------------------------------------------------------------*/ @@ -1036,78 +1041,181 @@ EdgeMap