db7fac3f24
git-svn-id: https://openfoam-extend.svn.sourceforge.net/svnroot/openfoam-extend/trunk/Core/OpenFOAM-1.5-dev@1731 e4e07f05-0c2f-0410-a05a-b8ba57e0c909
81 lines
1.7 KiB
C++
81 lines
1.7 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.5 |
|
|
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object blockMeshDict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
convertToMeters 1;
|
|
|
|
vertices
|
|
(
|
|
(0 0 -0.05)
|
|
(0.6 0 -0.05)
|
|
(0 0.2 -0.05)
|
|
(0.6 0.2 -0.05)
|
|
(3 0.2 -0.05)
|
|
(0 1 -0.05)
|
|
(0.6 1 -0.05)
|
|
(3 1 -0.05)
|
|
(0 0 0.05)
|
|
(0.6 0 0.05)
|
|
(0 0.2 0.05)
|
|
(0.6 0.2 0.05)
|
|
(3 0.2 0.05)
|
|
(0 1 0.05)
|
|
(0.6 1 0.05)
|
|
(3 1 0.05)
|
|
);
|
|
|
|
blocks
|
|
(
|
|
hex (0 1 3 2 8 9 11 10) (25 10 1) simpleGrading (1 1 1)
|
|
hex (2 3 6 5 10 11 14 13) (25 40 1) simpleGrading (1 1 1)
|
|
hex (3 4 7 6 11 12 15 14) (100 40 1) simpleGrading (1 1 1)
|
|
);
|
|
|
|
edges
|
|
(
|
|
);
|
|
|
|
patches
|
|
(
|
|
patch inlet
|
|
(
|
|
(0 8 10 2)
|
|
(2 10 13 5)
|
|
)
|
|
patch outlet
|
|
(
|
|
(4 7 15 12)
|
|
)
|
|
symmetryPlane bottom
|
|
(
|
|
(0 1 9 8)
|
|
)
|
|
symmetryPlane top
|
|
(
|
|
(5 13 14 6)
|
|
(6 14 15 7)
|
|
)
|
|
patch obstacle
|
|
(
|
|
(1 3 11 9)
|
|
(3 4 12 11)
|
|
)
|
|
);
|
|
|
|
mergePatchPairs
|
|
(
|
|
);
|
|
|
|
// ************************************************************************* //
|