initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / combustion / dieselFoam / aachenBomb / constant / polyMesh / blockMeshDict
blob070a7befc06c66196cb74e32c54cdcace242d01c
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 0.001;
19 vertices        
21     (-10 0 -10)
22     (-10 0 10)
23     (10 0 10)
24     (10 0 -10)
25     (-10 100 -10)
26     (-10 100 10)
27     (10 100 10)
28     (10 100 -10)
31 blocks          
33     hex (0 1 2 3 4 5 6 7) (41 41 100) simpleGrading (1 1 1)
36 edges           
40 patches         
42     wall walls 
43     (
44         (2 6 5 1)
45         (0 4 7 3)
46         (0 1 5 4)
47         (4 5 6 7)
48         (7 6 2 3)
49         (3 2 1 0)
50     )
53 mergePatchPairs
57 // ************************************************************************* //