fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / pimpleDyMFoam / movingCone / constant / polyMesh / blockMeshDict
bloba41055bc79dd07ab6a7f5258df02b952624b41cd
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      blockMeshDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 convertToMeters 0.001;
19 vertices
21     (-7.5 0 0)
22     (-7 0 0)
23     (-3.5 0 0)
24     (0 0 0)
25     (-7.5 0.75 -0.0327457)
26     (-7 0.75 -0.0327457)
27     (-3.5 2 -0.0873219)
28     (0 2 -0.0873219)
29     (-7.5 2.5 -0.109152)
30     (-7 2.5 -0.109152)
31     (-3.5 2.5 -0.109152)
32     (0 2.5 -0.109152)
33     (-7.5 0.75 0.0327457)
34     (-7 0.75 0.0327457)
35     (-3.5 2 0.0873219)
36     (0 2 0.0873219)
37     (-7.5 2.5 0.109152)
38     (-7 2.5 0.109152)
39     (-3.5 2.5 0.109152)
40     (0 2.5 0.109152)
43 blocks
45     hex (0 1 5 4 0 1 13 12) (15 15 1) simpleGrading (1 1 1)
46     hex (2 3 7 6 2 3 15 14) (20 20 1) simpleGrading (2 0.25 1)
47     hex (4 5 9 8 12 13 17 16) (15 15 1) simpleGrading (1 1 1)
48     hex (5 6 10 9 13 14 18 17) (50 15 1) simpleGrading (1 1 1)
49     hex (6 7 11 10 14 15 19 18) (20 15 1) simpleGrading (2 1 1)
52 edges
56 patches
58     wall movingWall
59     (
60         (1 5 13 1)
61         (5 6 14 13)
62         (2 2 14 6)
63     )
64     patch farFieldMoving
65     (
66         (9 17 18 10)
67     )
68     wall fixedWall
69     (
70         (3 7 15 3)
71         (7 11 19 15)
72     )
73     symmetryPlane axis
74     (
75         (0 1 1 0)
76         (2 3 3 2)
77     )
78     patch left
79     (
80         (0 0 12 4)
81         (4 12 16 8)
82     )
83     patch farField
84     (
85         (8 16 17 9)
86         (10 18 19 11)
87     )
88     wedge back
89     (
90         (0 4 5 1)
91         (2 6 7 3)
92         (4 8 9 5)
93         (5 9 10 6)
94         (6 10 11 7)
95     )
96     wedge front
97     (
98         (0 1 13 12)
99         (2 3 15 14)
100         (12 13 17 16)
101         (13 14 18 17)
102         (14 15 19 18)
103     )
106 mergePatchPairs
110 // ************************************************************************* //