Upgrade case file headers
[foam-extend-3.2.git] / tutorials / solidMechanics / deprecatedTutorials / solidDisplacementFoam / plateHole / constant / polyMesh / blockMeshDict
blob5d5f4e976e3e0f9d911b533e4139ceee7e461379
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     (0.5 0 0)
22     (1 0 0)
23     (2 0 0)
24     (2 0.707107 0)
25     (0.707107 0.707107 0)
26     (0.353553 0.353553 0)
27     (2 2 0)
28     (0.707107 2 0)
29     (0 2 0)
30     (0 1 0)
31     (0 0.5 0)
32     (0.5 0 0.5)
33     (1 0 0.5)
34     (2 0 0.5)
35     (2 0.707107 0.5)
36     (0.707107 0.707107 0.5)
37     (0.353553 0.353553 0.5)
38     (2 2 0.5)
39     (0.707107 2 0.5)
40     (0 2 0.5)
41     (0 1 0.5)
42     (0 0.5 0.5)
45 blocks
47     hex (5 4 9 10 16 15 20 21) (10 10 1) simpleGrading (1 1 1)
48     hex (0 1 4 5 11 12 15 16) (10 10 1) simpleGrading (1 1 1)
49     hex (1 2 3 4 12 13 14 15) (20 10 1) simpleGrading (1 1 1)
50     hex (4 3 6 7 15 14 17 18) (20 20 1) simpleGrading (1 1 1)
51     hex (9 4 7 8 20 15 18 19) (10 20 1) simpleGrading (1 1 1)
54 edges
56     arc 0 5 (0.469846 0.17101 0)
57     arc 5 10 (0.17101 0.469846 0)
58     arc 1 4 (0.939693 0.34202 0)
59     arc 4 9 (0.34202 0.939693 0)
60     arc 11 16 (0.469846 0.17101 0.5)
61     arc 16 21 (0.17101 0.469846 0.5)
62     arc 12 15 (0.939693 0.34202 0.5)
63     arc 15 20 (0.34202 0.939693 0.5)
66 patches
68     symmetryPlane left
69     (
70         (8 9 20 19)
71         (9 10 21 20)
72     )
73     patch right
74     (
75         (2 3 14 13)
76         (3 6 17 14)
77     )
78     symmetryPlane down
79     (
80         (0 1 12 11)
81         (1 2 13 12)
82     )
83     patch up
84     (
85         (7 8 19 18)
86         (6 7 18 17)
87     )
88     patch hole
89     (
90         (10 5 16 21)
91         (5 0 11 16)
92     )
93     empty frontAndBack
94     (
95         (10 9 4 5)
96         (5 4 1 0)
97         (1 4 3 2)
98         (4 7 6 3)
99         (4 9 8 7)
100         (21 16 15 20)
101         (16 11 12 15)
102         (12 13 14 15)
103         (15 14 17 18)
104         (15 18 19 20)
105     )
108 mergePatchPairs
112 // ************************************************************************* //