initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / settlingFoam / ras / dahl / constant / polyMesh / blockMeshDict
blobaca4ffd37c3fe5e674c607b8282a36928c8a426c
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 1;
19 vertices        
21     (0 0 -0.1)
22     (8.65 0 -0.1)
23     (8.65 0.1 -0.1)
24     (0 0.1 -0.1)
25     (8.65 1 -0.1)
26     (0 1 -0.1)
27     (0 0 0.1)
28     (8.65 0 0.1)
29     (8.65 0.1 0.1)
30     (0 0.1 0.1)
31     (8.65 1 0.1)
32     (0 1 0.1)
35 blocks          
37     hex (0 1 2 3 6 7 8 9) (200 4 1) simpleGrading (1 1 1)
38     hex (3 2 4 5 9 8 10 11) (200 36 1) simpleGrading (1 1 1)
41 edges           
45 patches         
47     patch inlet 
48     (
49         (0 6 9 3)
50         (3 9 11 5)
51     )
52     patch outlet 
53     (
54         (1 2 8 7)
55     )
56     patch bottomWall 
57     (
58         (0 1 7 6)
59     )
60     wall endWall 
61     (
62         (2 4 10 8)
63     )
64     symmetryPlane top 
65     (
66         (5 11 10 4)
67     )
68     empty frontAndBack 
69     (
70         (0 3 2 1)
71         (6 7 8 9)
72         (3 5 4 2)
73         (9 8 10 11)
74     )
77 mergePatchPairs
81 // ************************************************************************* //