initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / compressible / sonicLiquidFoam / decompressionTank / constant / polyMesh / blockMeshDict
blob1dd311e1c2ac3a3b81e7ba1bc06007e0aa185479
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.1;
19 vertices        
21     (0 0 -0.1)
22     (1 0 -0.1)
23     (0 0.5 -0.1)
24     (1 0.5 -0.1)
25     (1.5 0.5 -0.1)
26     (0 0.6 -0.1)
27     (1 0.6 -0.1)
28     (1.5 0.6 -0.1)
29     (0 3 -0.1)
30     (1 3 -0.1)
31     (0 0 0.1)
32     (1 0 0.1)
33     (0 0.5 0.1)
34     (1 0.5 0.1)
35     (1.5 0.5 0.1)
36     (0 0.6 0.1)
37     (1 0.6 0.1)
38     (1.5 0.6 0.1)
39     (0 3 0.1)
40     (1 3 0.1)
43 blocks          
45     hex (0 1 3 2 10 11 13 12) (30 20 1) simpleGrading (1 1 1)
46     hex (2 3 6 5 12 13 16 15) (30 5 1) simpleGrading (1 1 1)
47     hex (3 4 7 6 13 14 17 16) (25 5 1) simpleGrading (1 1 1)
48     hex (5 6 9 8 15 16 19 18) (30 95 1) simpleGrading (1 1 1)
51 edges           
55 patches         
57     wall outerWall 
58     (
59         (0 1 11 10)
60         (1 3 13 11)
61         (3 4 14 13)
62         (7 6 16 17)
63         (6 9 19 16)
64         (9 8 18 19)
65     )
66     symmetryPlane axis 
67     (
68         (0 10 12 2)
69         (2 12 15 5)
70         (5 15 18 8)
71     )
72     patch nozzle 
73     (
74         (4 7 17 14)
75     )
76     empty back 
77     (
78         (0 2 3 1)
79         (2 5 6 3)
80         (3 6 7 4)
81         (5 8 9 6)
82     )
83     empty front 
84     (
85         (10 11 13 12)
86         (12 13 16 15)
87         (13 14 17 16)
88         (15 16 19 18)
89     )
92 mergePatchPairs
96 // ************************************************************************* //