initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / discreteMethods / dsmcFoam / freeSpaceStream / constant / polyMesh / blockMeshDict
blob24bcb1b5e89a5051872dece54a6878632d5852da
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     (-5 -4 -4)
30     (5 -4 -4)
31     (5 4 -4)
32     (-5 4 -4)
33     (-5 -4 4)
34     (5 -4 4)
35     (5 4 4)
36     (-5 4 4)
39 blocks
41     hex (0 1 2 3 4 5 6 7) (20 16 16) simpleGrading (1 1 1)
44 patches
46     patch
47     outlet
48     (
49         (1 2 6 5)
50     )
52     patch
53     inlet
54     (
55         (0 4 7 3)
56     )
58     patch
59     sides
60     (
61         (2 3 7 6)
62         (0 1 5 4)
63         (4 5 6 7)
64         (0 3 2 1)
65     )
68 mergePatchPairs
73 // ************************************************************************* //