initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / gnemdFoam / nanoNozzle / constant / polyMesh / blockMeshDict
blob024f66a3838c1a7bd2348707c3fca7e080686015
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 3e-9;
19 vertices        
21         (0 0 0)
22         (3.5 0 0)
23         (3.5 3 0)
24         (0 3 0)
25         (0 0 3)
26         (3.5 0 3)
27         (3.5 3 3)
28         (0 3 3)
29         (7.5 1 0.5)
30         (7.5 2 0.5)
31         (7.5 1 2.5)
32         (7.5 2 2.5)
33         (10 1 0.5)
34         (10 2 0.5)
35         (10 1 2.5)
36         (10 2 2.5)
37         (11.5 0.5 -0.5)
38         (11.5 2.5 -0.5)
39         (11.5 0.5 3.5)
40         (11.5 2.5 3.5)
41         (16 0.5 -0.5)
42         (16 2.5 -0.5)
43         (16 0.5 3.5)
44         (16 2.5 3.5)
47 blocks          
49         hex (0 1 2 3 4 5 6 7) sectionA (16 15 15) simpleGrading (1 1 1)
50     hex (1 8 9 2 5 10 11 6) sectionA (16 15 15) simpleGrading (0.4 1 1)
51         hex (8 12 13 9 10 14 15 11) sectionB (16 15 15) simpleGrading (1 1 1)
52         hex (12 16 17 13 14 18 19 15) sectionC (11 15 15) simpleGrading (2.8 1 1)
53         hex (16 20 21 17 18 22 23 19) sectionC (16 15 15) simpleGrading (1 1 1)
56 edges           
58                 simpleSpline 12 16
59                 (
60                         (10.375 0.875 0.4)
61                         (10.75 0.75 0)
62                         (11.125 0.625 -0.4)
63                 )
64                 
65                 simpleSpline 14 18
66                 (
67                         (10.375 0.875 2.6)
68                         (10.75 0.75 3)
69                         (11.125 0.625 3.4)
70                 )
71                 
72                 simpleSpline 15 19
73                 (
74                         (10.375 2.125 2.6)
75                         (10.75 2.25 3)
76                         (11.125 2.375 3.4)
77                 )
78                 
79                 simpleSpline 13 17
80                 (
81                         (10.375 2.125 0.4)
82                         (10.75 2.25 0)
83                         (11.125 2.375 -0.4)
84                 )
87 patches         
89         patch
90         sectionAEnd
91         (
92                 (0 4 7 3)
93         )
95         patch
96         sectionCEnd
97         (
98                 (20 21 23 22)
99         )
100                 
101         wall
102         front
103         (
104                 (0 1 5 4)
105                 (1 8 10 5)
106                 (8 12 14 10)
107                 (12 16 18 14)
108                 (16 20 22 18)
109         )
110                 
111         wall
112         back
113         (
114                 (2 3 7 6)
115                 (2 6 11 9)
116                 (9 11 15 13)
117                 (13 15 19 17)
118                 (17 19 23 21)
119         )
120                 
121         wall
122         top
123         (
124                 (4 5 6 7)
125                 (5 10 11 6)
126                 (10 14 15 11)
127                 (14 18 19 15)
128                 (18 22 23 19)
129         )
130                 
131         wall
132         bottom
133         (
134                 (0 3 2 1)
135                 (1 2 9 8)
136                 (8 9 13 12)
137                 (12 13 17 16)
138                 (16 17 21 20)
139         )
142 mergePatchPairs 
146 // ************************************************************************* //