topoSetDict: Corrected/updated formatting
Patch contributed by Institute of Fluid Dynamics, Helmholtz-Zentrum Dresden - Rossendorf (HZDR)
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user