fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / viscoelastic / viscoelasticFluidFoam / DCPP / constant / polyMesh / blockMeshDict
blob866602929d6f75fc556a86d70914f836c8283a07
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     (0 0 0)
22     (80 0 0)
23     (0 0.5 0)
24     (80 0.5 0)
25     (0 1.275 0)
26     (80 1.275 0)
27     (0 2.05 0)
28     (80 2.05 0)
29     (160 0 0)
30     (160 0.5 0)
31     (0 0 1)
32     (80 0 1)
33     (0 0.5 1)
34     (80 0.5 1)
35     (0 1.275 1)
36     (80 1.275 1)
37     (0 2.05 1)
38     (80 2.05 1)
39     (160 0 1)
40     (160 0.5 1)
43 blocks
46     hex (0 1 3 2 10 11 13 12) (150 30 1) simpleGrading (0.002 0.3 1)
47     hex (2 3 5 4 12 13 15 14) (150 45 1) simpleGrading (0.002 3.333 1)
48     hex (4 5 7 6 14 15 17 16) (150 45 1) simpleGrading (0.002 0.3 1)
49     hex (1 8 9 3 11 18 19 13) (150 30 1) simpleGrading (500 0.3 1)
53 edges
57 patches
59     patch inlet
60     (
61         (0 10  12 2)
62         (2 12 14 4)
63         (4 14 16 6)
64     )
65     wall fixedWalls
66     (
67         (6 16 17 7)
68         (5 7 17 15)
69         (3 5 15 13)
70         (3 13 19 9)
71     )
72     patch outlet
73     (
74         (8 9 19 18)
75     )
76     symmetryPlane simetry
77     (
78         (0 1 11 10)
79         (1 8 18 11)
80     )
81     empty frontAndBack
82     (
83         (0 2 3 1)
84         (2 4 5 3)
85         (4 6 7 5)
86         (1 3 9 8)
87         (10 11 13 12)
88         (12 13 15 14)
89         (14 15 17 16)
90         (11 18 19 13)
91     )
94 mergePatchPairs
98 // ************************************************************************* //