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