initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / lagrangian / reactingParcelFoam / evaporationTest / constant / polyMesh / blockMeshDict
blobf027e3747b8bbbbb8f3dfed42296d036bbd939db
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     location    "constant/polyMesh";
14     object      blockMeshDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 convertToMeters 0.001;
20 vertices
22     ( 0  0  0)
23     (12  0  0)
24     (12 12  0)
25     ( 0 12  0)
26     ( 0  0  1)
27     (12  0  1)
28     (12 12  1)
29     ( 0 12  1)
32 blocks
34     hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)
37 edges
41 patches
43     wall walls
44     (
45         (3 7 6 2)
46         (0 4 7 3)
47         (2 6 5 1)
48         (1 5 4 0)
49     )
50     empty frontAndBack
51     (
52         (0 3 2 1)
53         (4 5 6 7)
54     )
57 mergePatchPairs
61 // ************************************************************************* //