initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / electrostaticFoam / chargedWire / constant / polyMesh / blockMeshDict
blob9f2fe222f1fb8430f2aa75174e8b1c052670ae8e
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.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.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 patches         
68     symmetryPlane left 
69     (
70         (8 9 20 19)
71         (9 10 21 20)
72     )
73     symmetryPlane 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     )
95 mergePatchPairs
99 // ************************************************************************* //