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