initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / lesInterFoam / nozzleFlow2D / constant / polyMesh / blockMeshDict
blob6285892ea29e4638dc16ada984cfb49a403ad4bf
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
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 1e-06;
19 vertices        
21     (0 0 0)
22     (3000 0 0)
23     (0 100 -4.36609429085)
24     (3000 300 -13.0982828726)
25     (0 400 -17.4643771634)
26     (3000 700 -30.562660036)
27     (0 800 -34.9287543268)
28     (3000 1000 -43.6609429085)
29     (0 1600 -69.8575086536)
30     (3000 1600 -69.8575086536)
32     (0 100 4.36609429085)
33     (3000 300 13.0982828726)
34     (0 400 17.4643771634)
35     (3000 700 30.562660036)
36     (0 800 34.9287543268)
37     (3000 1000 43.6609429085)
38     (0 1600 69.8575086536)
39     (3000 1600 69.8575086536)
42 blocks          
44     hex (0 1 3 2 0 1 11 10)
45     (75 30 1)
46     edgeGrading (1 1 1 1 0.1666667 1 1 0.1666667 1 1 1 1)
48     hex (2 3 5 4 10 11 13 12)
49     (75 40 1)
50     edgeGrading (1 1 1 1 20 1 1 20 1 1 1 1)
52     hex (4 5 7 6 12 13 15 14)
53     (75 15 1)
54     simpleGrading (1.0 1.0 1.0)
55     
56     hex (6 7 9 8 14 15 17 16)
57     (75 15 1)
58     simpleGrading (1.0 1.0 1.0)
61 edges           
65 patches         
67     empty axis
68     (
69         (0 1 1 0) 
70     )
72     patch inlet
73     (
74         (0 0 10 2)
75     )
77     wall wall
78     (
79         (2 10 12 4)
80         (4 12 14 6)
81         (6 14 16 8)
82     )
84     patch atmosphere
85     (
86         (8 16 17 9)
87         (7 9 17 15)
88         (5 7 15 13)
89         (3 5 13 11)
90         (1 3 11 1)
91     )
93     wedge front
94     (
95         (0 1 11 10)
96         (10 11 13 12)
97         (12 13 15 14)
98         (14 15 17 16)
99     )
101     wedge back
102     (
103         (0 2 3 1)
104         (2 4 5 3)
105         (4 6 7 5)
106         (6 8 9 7)
107     )
110 mergePatchPairs
114 // ************************************************************************* //