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,10 +21,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
sourceInfo
|
||||
{
|
||||
box (0.1 0.8 -100) (0.4 100 100);
|
||||
}
|
||||
box (0.1 0.8 -100) (0.4 100 100);
|
||||
}
|
||||
|
||||
{
|
||||
@ -49,10 +46,7 @@ actions
|
||||
type faceSet;
|
||||
action subset;
|
||||
source boxToFace;
|
||||
sourceInfo
|
||||
{
|
||||
box (-100 0.9 -100) (0.2 100 100);
|
||||
}
|
||||
box (-100 0.9 -100) (0.2 100 100);
|
||||
}
|
||||
|
||||
{
|
||||
@ -60,10 +54,7 @@ actions
|
||||
type faceZoneSet;
|
||||
action new;
|
||||
source setToFaceZone;
|
||||
sourceInfo
|
||||
{
|
||||
faceSet f0FaceSet;
|
||||
}
|
||||
faceSet f0FaceSet;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -32,11 +32,8 @@ actions
|
||||
type faceSet;
|
||||
action subset;
|
||||
source normalToFace;
|
||||
sourceInfo
|
||||
{
|
||||
normal (0 1 0); // Vector
|
||||
cos 0.01; // Tolerance (max cos of angle)
|
||||
}
|
||||
normal (0 1 0); // Vector
|
||||
cos 0.01; // Tolerance (max cos of angle)
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user