Removed unnecessary return statement
[foam-extend-3.2.git] / tutorials / solidMechanics / stressFemFoam / plateHole / constant / polyMesh / blockMeshDict
blobcb8fb1ad7a64e85b22cf2fb566a67c05f985860b
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.1)
23     (1 0 -0.1)
24     (2 0 -0.1)
25     (2 0.707107 -0.1)
26     (0.707107 0.707107 -0.1)
27     (0.353553 0.353553 -0.1)
28     (2 2 -0.1)
29     (0.707107 2 -0.1)
30     (0 2 -0.1)
31     (0 1 -0.1)
32     (0 0.5 -0.1)
33     (0.5 0 0.1)
34     (1 0 0.1)
35     (2 0 0.1)
36     (2 0.707107 0.1)
37     (0.707107 0.707107 0.1)
38     (0.353553 0.353553 0.1)
39     (2 2 0.1)
40     (0.707107 2 0.1)
41     (0 2 0.1)
42     (0 1 0.1)
43     (0 0.5 0.1)
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.1)
58     arc 5 10 (0.17101 0.469846 -0.1)
59     arc 1 4 (0.939693 0.34202 -0.1)
60     arc 4 9 (0.34202 0.939693 -0.1)
61     arc 11 16 (0.469846 0.17101 0.1)
62     arc 16 21 (0.17101 0.469846 0.1)
63     arc 12 15 (0.939693 0.34202 0.1)
64     arc 15 20 (0.34202 0.939693 0.1)
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 // ************************************************************************* //