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:
@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user