topoSet: the sourceInfo sub-dictionary of the topoSetDict actions is now optional

and only needed if there is a name clash between entries in the source
specification and the set specification, e.g. "name":

    {
        name    rotorCells;
        type    cellSet;
        action  new;
        source  zoneToCell;
        sourceInfo
        {
            name    cylinder;
        }
    }
This commit is contained in:
Henry Weller
2021-07-27 14:07:37 +01:00
parent 6cc34206c3
commit 15a27fee87
78 changed files with 401 additions and 1097 deletions

View File

@ -21,12 +21,9 @@ actions
type cellSet;
action new;
source fieldToCell;
sourceInfo
{
field radiusFieldXY;
min 13.36;
max 18.47;
}
field radiusFieldXY;
min 13.36;
max 18.47;
}
);

View File

@ -21,12 +21,9 @@ actions
type cellSet;
action new;
source fieldToCell;
sourceInfo
{
field radiusFieldXY;
min 7.00;
max 18.47;
}
field radiusFieldXY;
min 7.00;
max 18.47;
}
);

View File

@ -21,12 +21,9 @@ actions
type cellSet;
action new;
source fieldToCell;
sourceInfo
{
field radiusFieldXY;
min 3.67;
max 18.47;
}
field radiusFieldXY;
min 3.67;
max 18.47;
}
);

View File

@ -21,12 +21,9 @@ actions
type cellSet;
action new;
source fieldToCell;
sourceInfo
{
field radiusFieldXY;
min 0.0;
max 0.64;
}
field radiusFieldXY;
min 0.0;
max 0.64;
}
);

View File

@ -21,12 +21,9 @@ actions
type cellSet;
action new;
source fieldToCell;
sourceInfo
{
field radiusFieldXY;
min 0.0;
max 1.03;
}
field radiusFieldXY;
min 0.0;
max 1.03;
}
);

View File

@ -21,12 +21,9 @@ actions
type cellSet;
action new;
source fieldToCell;
sourceInfo
{
field radiusFieldXY;
min 0.0;
max 1.94;
}
field radiusFieldXY;
min 0.0;
max 1.94;
}
);

View File

@ -21,12 +21,9 @@ actions
type cellSet;
action new;
source fieldToCell;
sourceInfo
{
field radiusFieldXY;
min 0.0;
max 3.67;
}
field radiusFieldXY;
min 0.0;
max 3.67;
}
);

View File

@ -21,12 +21,9 @@ actions
type cellSet;
action new;
source fieldToCell;
sourceInfo
{
field radiusFieldXY;
min 0.0;
max 7.00;
}
field radiusFieldXY;
min 0.0;
max 7.00;
}
);

View File

@ -21,12 +21,9 @@ actions
type cellSet;
action new;
source fieldToCell;
sourceInfo
{
field radiusFieldXY;
min 0.0;
max 13.36;
}
field radiusFieldXY;
min 0.0;
max 13.36;
}
);