initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / lagrangian / rhoPisoTwinParcelFoam / simplifiedSiwek / constant / polyMesh / blockMeshDict
blob48cc0c40f340250bb72c210f19371e9353e59e88
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      blockMeshDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 convertToMeters 1.0;
19 vertices
21     (0     0     0)
22     (0.05  0     0)
23     (0.05  0.5   0)
24     (0     0.5   0)
25     (0     0     0.1)
26     (0.05  0     0.1)
27     (0.05  0.5   0.1)
28     (0     0.5   0.1)
29     (0.5   0     0)
30     (0.5   0.5   0)
31     (0.5   0     0.1)
32     (0.5   0.5   0.1)
33     (0.05  1     0)
34     (0     1     0)
35     (0.05  1     0.1)
36     (0     1     0.1)
39 blocks
41     hex (0 1 2 3 4 5 6 7)     (5 50 1) simpleGrading (1 1 1)
42     hex (1 8 9 2 5 10 11 6)   (40 50 1) simpleGrading (1 1 1)
43     hex (3 2 12 13 7 6 14 15) (5 50 1) simpleGrading (1 1 1)
46 edges
50 patches
52     wall top
53     (
54         (13 15 14 12)
55     )
56     wall bottom
57     (
58         (0 1 5 4)
59         (1 8 10 5)
60     )
61     wall walls
62     (
63         (8 9 11 10)
64         (9 2 6 11)
65         (2 12 14 6)
66     )
67     symmetryPlane symmetry
68     (
69         (4 7 3 0)
70         (7 15 13 3)
71     )
72     empty frontAndBack
73     (
74         (0 3 2 1)
75         (3 13 12 2)
76         (1 2 9 8)
77         (5 6 7 4)
78         (6 14 15 7)
79         (10 11 6 5)
80     )
83 mergePatchPairs
87 // ************************************************************************* //