diff --git a/applications/utilities/parallelProcessing/decomposePar/decomposeParDict b/applications/utilities/parallelProcessing/decomposePar/decomposeParDict
index fc0edd941cb634834f02c5e40ab668efbac5abf0..73c2d96274004a5910732c16890ce42e0148127a 100644
--- a/applications/utilities/parallelProcessing/decomposePar/decomposeParDict
+++ b/applications/utilities/parallelProcessing/decomposePar/decomposeParDict
@@ -231,6 +231,34 @@ constraints
         type    refinementHistory;
         enabled false;
     }
+    geometric
+    {
+        type    geometric;
+
+        grow    false;
+
+        selection
+        {
+            box1
+            {
+                source  box;
+                min     (-0.1 -0.01 -0.1);
+                max     (0.1 0.30 0.1);
+            }
+            ball
+            {
+                source  sphere;
+                origin  (-0.1 -0.01 -0.1);
+                radius  0.25;
+            }
+            blob
+            {
+                source      surface;
+                surfaceType triSurfaceMesh;
+                surfaceName blob.obj;
+            }
+        }
+    }
 }
 */