STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / incompressible / simpleFoam / pitzDaily3Blocks / constant / polyMesh / blockMeshDict
blob25f539f3ac9fd25d46f8c1dcb11b17bc6ec185e8
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      blockMeshDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 convertToMeters 0.001;
19 vertices
21     (-20.6 0 -0.5)
22     (-20.6 25.4 -0.5)
23     (0 -25.4 -0.5)
24     (0 0 -0.5)
25     (0 25.4 -0.5)
26     (206 -25.4 -0.5)
27     (206 25.4 -0.5)
28     (290 -16.6 -0.5)
29     (290 16.6 -0.5)
30     (-20.6 0 0.5)
31     (-20.6 25.4 0.5)
32     (0 -25.4 0.5)
33     (0 0 0.5)
34     (0 25.4 0.5)
35     (206 -25.4 0.5)
36     (206 25.4 0.5)
37     (290 -16.6 0.5)
38     (290 16.6 0.5)
41 blocks
43     hex (0 3 4 1 9 12 13 10) (18 30 1) simpleGrading (1 2 1)
44     hex (2 5 6 4 11 14 15 13) (180 60 1) simpleGrading (1 2 1)
45     hex (5 7 8 6 14 16 17 15) (30 60 1) simpleGrading (1 2 1)
48 edges
52 patches
54     patch inlet
55     (
56         (0 9 10 1)
57     )
58     patch outlet
59     (
60         (8 17 16 7)
61     )
62     wall upperWall
63     (
64         (1 10 13 4)
65         (4 13 15 6)
66         (6 15 17 8)
67     )
68     wall lowerWall
69     (
70         (7 16 14 5)
71         (5 14 11 2)
72     )
74     wall lowerWallInterface
75     (
76         (2 11 13 4)
77     )
78     wall lowerWallInlet
79     (
80         (3 12 9 0)
81     )
82     patch interface
83     (
84         (4 13 12 3)
85     )
88 mergePatchPairs
90     ( lowerWallInterface interface )
93 // ************************************************************************* //