Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / discreteMethods / dsmcFoam / wedge15Ma5 / constant / polyMesh / blockMeshDict
blob598ae75272e0165c00f2428561bfc8e0d37bf05a
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      blockMeshDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 convertToMeters 1;
19 vertices
21     (-0.15242 0       -0.0042)
22     ( 0       0       -0.0042)
23     ( 0.3048  0.081670913853  -0.0042)
24     (-0.15242 0.3 -0.0042)
25     ( 0       0.3 -0.0042)
26     ( 0.3048  0.3 -0.0042)
28     (-0.15242 0        0.0042)
29     ( 0       0        0.0042)
30     ( 0.3048  0.081670913853 0.0042)
31     (-0.15242 0.3  0.0042)
32     ( 0       0.3  0.0042)
33     ( 0.3048  0.3  0.0042)
37 blocks
39     hex (0 1 4 3 6 7 10 9 ) (20 40 1) simpleGrading (1 1 1)
40     hex (1 2 5 4 7 8 11 10) (40 40 1) simpleGrading (1 1 1)
43 edges
47 boundary
49     flow
50     {
51         type patch;
52         faces
53         (
54             (0 6 9 3)
55             (2 5 11 8)
56             (0 1 7 6)
57             (3 9 10 4)
58             (4 10 11 5)
59         );
60     }
61     obstacle
62     {
63         type wall;
64         faces
65         (
66             (1 2 8 7)
67         );
68     }
69     frontAndBack
70     {
71         type empty;
72         faces
73         (
74             (0 3 4 1)
75             (1 4 5 2)
76             (6 7 10 9)
77             (7 8 11 10)
78         );
79     }
82 mergePatchPairs
86 // ************************************************************************* //