topoSetDict: Corrected/updated formatting
Patch contributed by Institute of Fluid Dynamics, Helmholtz-Zentrum Dresden - Rossendorf (HZDR)
This commit is contained in:
@ -21,7 +21,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
box (-100 -100 -0.2)(100 100 100);
|
||||
box (-100 -100 -0.2)(100 100 100);
|
||||
}
|
||||
|
||||
{
|
||||
@ -55,7 +55,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
box (-0.32 -100 -100)(100 100 100);
|
||||
box (-0.32 -100 -100)(100 100 100);
|
||||
}
|
||||
|
||||
{
|
||||
@ -63,8 +63,8 @@ actions
|
||||
type faceSet;
|
||||
action new;
|
||||
source cellToFace;
|
||||
set x;
|
||||
option all;
|
||||
set x;
|
||||
option all;
|
||||
}
|
||||
|
||||
{
|
||||
@ -78,8 +78,8 @@ actions
|
||||
type faceSet;
|
||||
action subset;
|
||||
source cellToFace;
|
||||
set x;
|
||||
option all;
|
||||
set x;
|
||||
option all;
|
||||
}
|
||||
|
||||
// ~~~~~~~~~~~~~~~~ //
|
||||
@ -89,8 +89,8 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source sphereToCell;
|
||||
centre (-0.3 -0.3 -0.3);
|
||||
radius 0.4;
|
||||
centre (-0.3 -0.3 -0.3);
|
||||
radius 0.4;
|
||||
}
|
||||
|
||||
{
|
||||
@ -98,8 +98,8 @@ actions
|
||||
type faceSet;
|
||||
action new;
|
||||
source cellToFace;
|
||||
set sp;
|
||||
option all;
|
||||
set sp;
|
||||
option all;
|
||||
}
|
||||
|
||||
{
|
||||
@ -113,8 +113,8 @@ actions
|
||||
type faceSet;
|
||||
action subset;
|
||||
source cellToFace;
|
||||
set sp;
|
||||
option all;
|
||||
set sp;
|
||||
option all;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user