101 lines
1.9 KiB
C++
101 lines
1.9 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
|
| \\ / O peration | Version: 1.6-ext |
|
|
| \\ / A nd | Web: www.extend-project.de |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object blockMeshDict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
convertToMeters 0.01;
|
|
|
|
vertices
|
|
(
|
|
(-1 -0.5 -0.05)
|
|
(1 -0.5 -0.05)
|
|
(-1 0 -0.05)
|
|
(1 0 -0.05)
|
|
(-1 0.1 -0.05)
|
|
(1 0.1 -0.05)
|
|
(-1 0.5 -0.05)
|
|
(1 0.5 -0.05)
|
|
(-1 -0.5 0.05)
|
|
(1 -0.5 0.05)
|
|
(-1 0 0.05)
|
|
(1 0 0.05)
|
|
(-1 0.1 0.05)
|
|
(1 0.1 0.05)
|
|
(-1 0.5 0.05)
|
|
(1 0.5 0.05)
|
|
);
|
|
|
|
blocks
|
|
(
|
|
hex (0 1 3 2 8 9 11 10) (20 10 1) simpleGrading (1 1 1)
|
|
hex (4 5 7 6 12 13 15 14) (20 10 1) simpleGrading (1 1 1)
|
|
);
|
|
|
|
edges
|
|
(
|
|
arc 4 5 (0 0 -0.05)
|
|
arc 12 13 (0 0 0.05)
|
|
);
|
|
|
|
patches
|
|
(
|
|
symmetryPlane bottomBrickDown
|
|
(
|
|
(0 1 9 8)
|
|
)
|
|
patch bottomBrickUp
|
|
(
|
|
(2 10 11 3)
|
|
)
|
|
patch topBrickDown
|
|
(
|
|
(4 5 13 12)
|
|
)
|
|
patch topBrickUp
|
|
(
|
|
(6 14 15 7)
|
|
)
|
|
patch bottomBrickLeft
|
|
(
|
|
(0 8 10 2)
|
|
)
|
|
patch bottomBrickRight
|
|
(
|
|
(1 3 11 9)
|
|
)
|
|
patch topBrickLeft
|
|
(
|
|
(4 12 14 6)
|
|
)
|
|
patch topBrickRight
|
|
(
|
|
(5 7 15 13)
|
|
)
|
|
empty back
|
|
(
|
|
(0 2 3 1)
|
|
(4 6 7 5)
|
|
)
|
|
empty front
|
|
(
|
|
(8 9 11 10)
|
|
(12 13 15 14)
|
|
)
|
|
);
|
|
|
|
mergePatchPairs
|
|
(
|
|
);
|
|
|
|
// ************************************************************************* //
|