mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user