initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / discreteMethods / dsmcFoam / supersonicCorner / constant / polyMesh / blockMeshDict
blobc824baec7b1dbc8267ee69b9d2b1b87c5584f6f6
1 /*---------------------------------------------------------------------------*\
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 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version         2.0;
12     format          ascii;
14     root            "";
15     case            "";
16     instance        "";
17     local           "";
19     class           dictionary;
20     object          blockMeshDict;
23 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
25 convertToMeters 0.01;
27 vertices
29     (0 0 0)
30     (5 0 0)
31     (5 18 0)
32     (0 18 0)
33     (0 0 18)
34     (5 0 18)
35     (5 18 18)
36     (0 18 18)
37     (30 0 0)
38     (30 18 0)
39     (30 0 18)
40     (30 18 18)
44 blocks
46     hex (0 1 2 3 4 5 6 7) (10 36 36) simpleGrading (1 1 1)
47     hex (1 8 9 2 5 10 11 6) (50 36 36) simpleGrading (1 1 1)
50 patches
52     patch
53     flow
54     (
55         (8 9 11 10)
56         (0 4 7 3)
57         (2 3 7 6)
58         (2 6 11 9)
59         (4 5 6 7)
60         (5 10 11 6)
61     )
63     symmetryPlane
64     entrance
65     (
66         (0 1 5 4)
67         (0 3 2 1)
68     )
70     wall
71     walls
72     (
73         (1 8 10 5)
74         (1 2 9 8)
75     )
78 mergePatchPairs
83 // ************************************************************************* //