ENH: support multiple zones for topo set sources (#1060)

- uses the keywords 'zones' and 'zone' to avoid potential conflicts
  with a named topoSet action, but accepts 'name' for compatibility.
This commit is contained in:
Mark Olesen
2018-10-29 12:54:30 +00:00
parent 26f6f4257a
commit c2e58dca64
25 changed files with 195 additions and 158 deletions

View File

@ -25,7 +25,7 @@ actions
source zoneToCell;
sourceInfo
{
name cylinder;
zone cylinder;
}
}
{

View File

@ -25,17 +25,7 @@ actions
source zoneToCell;
sourceInfo
{
name cylinder;
}
}
{
name rotorCells;
type cellSet;
action add;
source zoneToCell;
sourceInfo
{
name innerCylinder;
zones (cylinder innerCylinder);
}
}
{