openfoam/applications/utilities/mesh
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
..
advanced C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
conversion Allwmake: Remove 'set -x' which generates a lot of noise 2016-11-13 18:08:22 +00:00
generation Allwmake: Remove 'set -x' which generates a lot of noise 2016-11-13 18:08:22 +00:00
manipulation topoSet: cellZoneSet, pointZoneSet extensions 2016-11-25 16:01:41 +00:00