diff --git a/applications/utilities/mesh/manipulation/cellSet/cellSetDict b/applications/utilities/mesh/manipulation/cellSet/cellSetDict index 3bda8ccd01..9589b484eb 100644 --- a/applications/utilities/mesh/manipulation/cellSet/cellSetDict +++ b/applications/utilities/mesh/manipulation/cellSet/cellSetDict @@ -82,7 +82,7 @@ topoSetSources // Cells in cell zone zoneToCell { - name cellZone; // name of cellZone + name ".*Zone"; // name of cellZone, wildcards allowed. } // values of field within certain range diff --git a/applications/utilities/mesh/manipulation/faceSet/faceSetDict b/applications/utilities/mesh/manipulation/faceSet/faceSetDict index 4f6c0d1509..4d5abe2a5e 100644 --- a/applications/utilities/mesh/manipulation/faceSet/faceSetDict +++ b/applications/utilities/mesh/manipulation/faceSet/faceSetDict @@ -56,13 +56,13 @@ topoSetSources // All faces of patch patchToFace { - name movingWall; + name ".*Wall"; // Name of patch, regular expressions allowed } // All faces of faceZone zoneToFace { - name faceZone1; // Name of faceZone + name ".*Zone1"; // Name of faceZone, regular expressions allowed } // Faces with face centre within box diff --git a/applications/utilities/mesh/manipulation/pointSet/pointSetDict b/applications/utilities/mesh/manipulation/pointSet/pointSetDict index 27a43d3ad9..5c19ea60fe 100644 --- a/applications/utilities/mesh/manipulation/pointSet/pointSetDict +++ b/applications/utilities/mesh/manipulation/pointSet/pointSetDict @@ -57,6 +57,12 @@ topoSetSources box (0 0 0) (1 1 1); } + // All points in pointzone + zoneToPoint + { + name ".*Zone"; // name of pointZone, wildcards allowed. + } + // Select based on surface surfaceToPoint {