initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / interFoam / ras / damBreak / constant / polyMesh / blockMeshDict
bloba2553926d290a80076f1bf827324fd256d933b53
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.146;
19 vertices        
21     (0 0 0)
22     (2 0 0)
23     (2.16438 0 0)
24     (4 0 0)
25     (0 0.32876 0)
26     (2 0.32876 0)
27     (2.16438 0.32876 0)
28     (4 0.32876 0)
29     (0 4 0)
30     (2 4 0)
31     (2.16438 4 0)
32     (4 4 0)
33     (0 0 0.1)
34     (2 0 0.1)
35     (2.16438 0 0.1)
36     (4 0 0.1)
37     (0 0.32876 0.1)
38     (2 0.32876 0.1)
39     (2.16438 0.32876 0.1)
40     (4 0.32876 0.1)
41     (0 4 0.1)
42     (2 4 0.1)
43     (2.16438 4 0.1)
44     (4 4 0.1)
47 blocks          
49     hex (0 1 5 4 12 13 17 16) (23 8 1) simpleGrading (1 1 1)
50     hex (2 3 7 6 14 15 19 18) (19 8 1) simpleGrading (1 1 1)
51     hex (4 5 9 8 16 17 21 20) (23 42 1) simpleGrading (1 1 1)
52     hex (5 6 10 9 17 18 22 21) (4 42 1) simpleGrading (1 1 1)
53     hex (6 7 11 10 18 19 23 22) (19 42 1) simpleGrading (1 1 1)
56 edges           
60 patches         
62     wall leftWall 
63     (
64         (0 12 16 4)
65         (4 16 20 8)
66     )
67     wall rightWall 
68     (
69         (7 19 15 3)
70         (11 23 19 7)
71     )
72     wall lowerWall 
73     (
74         (0 1 13 12)
75         (1 5 17 13)
76         (5 6 18 17)
77         (2 14 18 6)
78         (2 3 15 14)
79     )
80     patch atmosphere 
81     (
82         (8 20 21 9)
83         (9 21 22 10)
84         (10 22 23 11)
85     )
88 mergePatchPairs
92 // ************************************************************************* //