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,10 +21,7 @@ actions
type cellSet;
action new;
source boxToCell;
boxes
(
(0 0.04 0) (0.1 0.05 0.1)
);
box (0 0.04 0) (0.1 0.05 0.1);
}
{

View File

@ -20,10 +20,7 @@ actions
type cellSet;
action new;
source boxToCell;
boxes
(
(0 -1 0.0) (0.005 1 0.01)
);
box (0 -1 0.0) (0.005 1 0.01);
}
{
@ -39,10 +36,7 @@ actions
type cellSet;
action new;
source boxToCell;
boxes
(
(0 -1 0.89) (0.025 1 0.9)
);
box (0 -1 0.89) (0.025 1 0.9);
}
{

View File

@ -20,10 +20,7 @@ actions
type cellSet;
action new;
source boxToCell;
boxes
(
(3.48 -0.1 -0.1) (3.5 0.1 0.1)
);
box (3.48 -0.1 -0.1) (3.5 0.1 0.1);
}
{
@ -39,10 +36,7 @@ actions
type cellSet;
action new;
source boxToCell;
boxes
(
(3.48 0.0093 -0.1) (3.5 0.1 0.1)
);
box (3.48 0.0093 -0.1) (3.5 0.1 0.1);
}
{
@ -58,10 +52,7 @@ actions
type cellSet;
action new;
source boxToCell;
boxes
(
(3.48 0.0 -0.1) (3.5 0.005 0.1)
);
box (3.48 0.0 -0.1) (3.5 0.005 0.1);
}
{

View File

@ -20,10 +20,7 @@ actions
type cellSet;
action new;
source boxToCell;
boxes
(
(3.48 -0.1 -0.1) (3.5 0.1 0.1)
);
box (3.48 -0.1 -0.1) (3.5 0.1 0.1);
}
{
@ -39,10 +36,7 @@ actions
type cellSet;
action new;
source boxToCell;
boxes
(
(3.48 0.0093 -0.1) (3.5 0.1 0.1)
);
box (3.48 0.0093 -0.1) (3.5 0.1 0.1);
}
{
@ -58,10 +52,7 @@ actions
type cellSet;
action new;
source boxToCell;
boxes
(
(3.48 0.0 -0.1) (3.5 0.005 0.1)
);
box (3.48 0.0 -0.1) (3.5 0.005 0.1);
}
{