ENH: namedDictionary for managing keyword/dictionary combinations

- reworked from the openfoam.org wordAndDictionary version.

Allows, for example, named entries in topoSet.
This commit is contained in:
Mark Olesen
2021-05-18 12:01:04 +02:00
parent c9fda67b5f
commit 2dbabb242b
10 changed files with 471 additions and 31 deletions

View File

@ -16,29 +16,25 @@ FoamFile
actions
(
pickCells
{
name zone;
type cellSet;
action new;
source boxToCell;
sourceInfo
{
boxes
(
(0 0.4 0) (0.15 0.5 0.1)
);
}
boxes
(
(0 0.4 0) (0.15 0.5 0.1)
);
}
convertToZone
{
name zone;
type cellZoneSet;
action new;
source setToCellZone;
sourceInfo
{
set zone;
}
set zone;
}
);