topoSetDict: Corrected/updated formatting

Patch contributed by Institute of Fluid Dynamics, Helmholtz-Zentrum
Dresden - Rossendorf (HZDR)
This commit is contained in:
Henry Weller
2022-03-14 13:49:07 +00:00
parent dfc28bb580
commit bbaba1a645
33 changed files with 128 additions and 155 deletions

View File

@ -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;
}
);