openfoam/applications/utilities/mesh/manipulation/topoSet
Henry Weller 81de1dc9ac topoSet: cellZoneSet, pointZoneSet extensions
cellZones and pointZones can now be created in one action without the
need to first create a cellSet or pointSet and converting that to the
corresponding zone, e.g.

actions
(
    // Example: create cellZone from a box region
    {
        name    c0;
        type    cellZoneSet;
        action  new;
        source  boxToCell;
        sourceInfo
        {
            box   (0.04 0 0)(0.06 100 100);
        }
    }
);
2016-11-25 16:01:41 +00:00
..
Make COMP: timeSelector: remove local copy 2011-06-30 17:46:38 +01:00
topoSet.C topoSet: cellZoneSet, pointZoneSet extensions 2016-11-25 16:01:41 +00:00
topoSetDict topoSet: cellZoneSet, pointZoneSet extensions 2016-11-25 16:01:41 +00:00