Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / electromagnetics / electrostaticFoam / chargedWire / constant / polyMesh / blockMeshDict
blob63e4a041cb6db7441659fe3bc1d2d6f0807c8a9e
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
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.001 0 0)
22     (0.038 0 0)
23     (0.076 0 0)
24     (0.076 0.02687 0)
25     (0.02687 0.02687 0)
26     (0.0007071 0.0007071 0)
27     (0.076 0.114 0)
28     (0.02687 0.114 0)
29     (0 0.114 0)
30     (0 0.038 0)
31     (0 0.001 0)
32     (0.001 0 0.5)
33     (0.038 0 0.5)
34     (0.076 0 0.5)
35     (0.076 0.02687 0.5)
36     (0.02687 0.02687 0.5)
37     (0.0007071 0.0007071 0.5)
38     (0.076 0.114 0.5)
39     (0.02687 0.114 0.5)
40     (0 0.114 0.5)
41     (0 0.038 0.5)
42     (0 0.001 0.5)
45 blocks          
47     hex (5 4 9 10 16 15 20 21) (60 30 1) simpleGrading (5 1 1)
48     hex (0 1 4 5 11 12 15 16) (60 30 1) simpleGrading (5 1 1)
49     hex (1 2 3 4 12 13 14 15) (50 30 1) simpleGrading (1 1 1)
50     hex (4 3 6 7 15 14 17 18) (50 50 1) simpleGrading (1 1 1)
51     hex (9 4 7 8 20 15 18 19) (30 50 1) simpleGrading (1 1 1)
54 edges           
56     arc 0 5 (0.00092387 0.00038268 0)
57     arc 5 10 (0.00038268 0.00092387 0)
58     arc 1 4 (0.0351074 0.0145419 0)
59     arc 4 9 (0.0145419 0.0351074 0)
60     arc 11 16 (0.00092387 0.00038268 0.5)
61     arc 16 21 (0.00038268 0.00092387 0.5)
62     arc 12 15 (0.0351074 0.0145419 0.5)
63     arc 15 20 (0.0145419 0.0351074 0.5)
66 boundary
68     left
69     {
70         type symmetryPlane;
71         faces
72         (
73             (8 9 20 19)
74             (9 10 21 20)
75         );
76     }
77     right
78     {
79         type symmetryPlane;
80         faces
81         (
82             (2 3 14 13)
83             (3 6 17 14)
84         );
85     }
86     down
87     {
88         type symmetryPlane;
89         faces
90         (
91             (0 1 12 11)
92             (1 2 13 12)
93         );
94     }
95     up
96     {
97         type patch;
98         faces
99         (
100             (7 8 19 18)
101             (6 7 18 17)
102         );
103     }
104     hole
105     {
106         type patch;
107         faces
108         (
109             (10 5 16 21)
110             (5 0 11 16)
111         );
112     }
115 mergePatchPairs
119 // ************************************************************************* //