Upgrade case file headers
[foam-extend-3.2.git] / tutorials / solidMechanics / deprecatedTutorials / icoFsiFoam / flappingConsoleSmall / fluid / constant / polyMesh / blockMeshDict
blob6eb99b8cd657e03f25bf83655984e711b498ac84
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.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     (-2   0    -0.1)
22     (0    0    -0.1)
23     (0.05 0    -0.1)
24     (4    0    -0.1)
25     (-2   0.6  -0.1)
26     (0    0.6  -0.1)
27     (0.05 0.6  -0.1)
28     (4    0.6  -0.1)
29     (-2   1    -0.1)
30     (0    1    -0.1)
31     (0.05 1    -0.1)
32     (4    1    -0.1)
34     (-2   0     0.1)
35     (0    0     0.1)
36     (0.05 0     0.1)
37     (4    0     0.1)
38     (-2   0.6   0.1)
39     (0    0.6   0.1)
40     (0.05 0.6   0.1)
41     (4    0.6   0.1)
42     (-2   1     0.1)
43     (0    1     0.1)
44     (0.05 1     0.1)
45     (4    1     0.1)
48 blocks
50     hex (0 1 5 4 12 13 17 16) (40 20 1) simpleGrading (0.1 0.2 1)
51     hex (2 3 7 6 14 15 19 18) (80 20 1) simpleGrading (10 0.2 1)
52     hex (4 5 9 8 16 17 21 20) (40 20 1) simpleGrading (0.1 2 1)
53     hex (5 6 10 9 17 18 22 21) (5 20 1) simpleGrading (1 2 1)
54     hex (6 7 11 10 18 19 23 22) (80 20 1) simpleGrading (10 2 1)
57 edges
61 patches
63     patch consoleFluid
64     (
65         (1 13 17 5)
66         (5 17 18 6)
67         (6 18 14 2)
68     )
69     wall topWall
70     (
71         (8 20 21 9)
72         (9 21 22 10)
73         (10 22 23 11)
74     )
75     wall bottomWall
76     (
77         (0 1 13 12)
78         (2 3 15 14)
79     )
80     patch outlet
81     (
82         (3 7 19 15)
83         (7 11 23 19)
84     )
85     wall inlet
86     (
87         (0 12 16 4)
88         (4 16 20 8)
89     )
92 mergePatchPairs
96 // ************************************************************************* //