mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STY: Changinf blockMeshDict style
This commit is contained in:
@ -167,9 +167,12 @@ blocks
|
|||||||
hex (29 13 12 28 73 61 60 72) (5 5 7) simpleGrading (1 1 2.985984)
|
hex (29 13 12 28 73 61 60 72) (5 5 7) simpleGrading (1 1 2.985984)
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch outer
|
outer
|
||||||
|
{
|
||||||
|
type patch;
|
||||||
|
faces
|
||||||
(
|
(
|
||||||
(91 90 86 87)
|
(91 90 86 87)
|
||||||
(90 89 85 86)
|
(90 89 85 86)
|
||||||
@ -204,8 +207,13 @@ patches
|
|||||||
(74 62 61 73)
|
(74 62 61 73)
|
||||||
(89 73 72 88)
|
(89 73 72 88)
|
||||||
(73 61 60 72)
|
(73 61 60 72)
|
||||||
)
|
);
|
||||||
wall ground
|
}
|
||||||
|
|
||||||
|
ground
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
(
|
(
|
||||||
(0 4 5 1)
|
(0 4 5 1)
|
||||||
(1 5 6 2)
|
(1 5 6 2)
|
||||||
@ -228,15 +236,32 @@ patches
|
|||||||
(15 14 62 63)
|
(15 14 62 63)
|
||||||
(14 13 61 62)
|
(14 13 61 62)
|
||||||
(13 12 60 61)
|
(13 12 60 61)
|
||||||
)
|
);
|
||||||
wall blockedFaces
|
}
|
||||||
()
|
|
||||||
wall baffleWall
|
blockedFaces
|
||||||
()
|
{
|
||||||
cycic baffleCyclic_half0
|
type wall;
|
||||||
()
|
faces ();
|
||||||
cycic baffleCyclic_half1
|
}
|
||||||
()
|
|
||||||
|
baffleWall
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces ();
|
||||||
|
}
|
||||||
|
|
||||||
|
baffleCyclic_half0
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
neighbourPatch baffleCyclic_half1;
|
||||||
|
faces ();
|
||||||
|
}
|
||||||
|
|
||||||
|
baffleCyclic_half1
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
neighbourPatch baffleCyclic_half0;
|
||||||
|
faces ();
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user