initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / compressible / sonicFoam / laminar / forwardStep / constant / polyMesh / blockMeshDict
blob43f728fbec3385ee835012de7c14ba04e7f84ce7
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.05)
22     (0.6 0 -0.05)
23     (0 0.2 -0.05)
24     (0.6 0.2 -0.05)
25     (3 0.2 -0.05)
26     (0 1 -0.05)
27     (0.6 1 -0.05)
28     (3 1 -0.05)
29     (0 0 0.05)
30     (0.6 0 0.05)
31     (0 0.2 0.05)
32     (0.6 0.2 0.05)
33     (3 0.2 0.05)
34     (0 1 0.05)
35     (0.6 1 0.05)
36     (3 1 0.05)
39 blocks          
41     hex (0 1 3 2 8 9 11 10) (25 10 1) simpleGrading (1 1 1)
42     hex (2 3 6 5 10 11 14 13) (25 40 1) simpleGrading (1 1 1)
43     hex (3 4 7 6 11 12 15 14) (100 40 1) simpleGrading (1 1 1)
46 edges           
50 patches         
52     patch inlet 
53     (
54         (0 8 10 2)
55         (2 10 13 5)
56     )
57     patch outlet 
58     (
59         (4 7 15 12)
60     )
61     symmetryPlane bottom 
62     (
63         (0 1 9 8)
64     )
65     symmetryPlane top 
66     (
67         (5 13 14 6)
68         (6 14 15 7)
69     )
70     patch obstacle
71     (
72         (1 3 11 9)
73         (3 4 12 11)
74     )
77 mergePatchPairs
81 // ************************************************************************* //