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); } } );
Showing
- applications/utilities/mesh/manipulation/topoSet/topoSet.C 0 additions, 3 deletionsapplications/utilities/mesh/manipulation/topoSet/topoSet.C
- applications/utilities/mesh/manipulation/topoSet/topoSetDict 28 additions, 6 deletionsapplications/utilities/mesh/manipulation/topoSet/topoSetDict
- src/meshTools/sets/topoSets/cellZoneSet.C 7 additions, 1 deletionsrc/meshTools/sets/topoSets/cellZoneSet.C
- src/meshTools/sets/topoSets/cellZoneSet.H 3 additions, 7 deletionssrc/meshTools/sets/topoSets/cellZoneSet.H
- src/meshTools/sets/topoSets/faceZoneSet.C 129 additions, 1 deletionsrc/meshTools/sets/topoSets/faceZoneSet.C
- src/meshTools/sets/topoSets/faceZoneSet.H 2 additions, 6 deletionssrc/meshTools/sets/topoSets/faceZoneSet.H
- src/meshTools/sets/topoSets/pointZoneSet.C 7 additions, 1 deletionsrc/meshTools/sets/topoSets/pointZoneSet.C
- src/meshTools/sets/topoSets/pointZoneSet.H 3 additions, 6 deletionssrc/meshTools/sets/topoSets/pointZoneSet.H
Please register or sign in to comment