STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / incompressible / icoFoam / mixingPlane / twoBlocksMixingPlane_dirZ_spanY / constant / polyMesh / blockMeshDict
bloba083d6f924f83413e77a7a5eaf5d1784274a3ec9
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://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.1;
19 vertices
21     (0 0 0)
22     (1 0 0)
23     (1 1 0)
24     (0 1 0)
25     (0 0 0.1)
26     (1 0 0.1)
27     (1 1 0.1)
28     (0 1 0.1)
30     (1 0 0)
31     (2 0 0)
32     (2 1 0)
33     (1 1 0)
34     (1 0 0.1)
35     (2 0 0.1)
36     (2 1 0.1)
37     (1 1 0.1)
40 blocks
42     hex (0 1 2 3 4 5 6 7) (10 10 1) simpleGrading (1 1 1)
43     hex (8 9 10 11 12 13 14 15) (10 10 1) simpleGrading (1 1 1)
46 edges
50 patches
52     wall top
53     (
54         (3 7 6 2)
55         (11 15 14 10)
56     )
57     wall bottom
58     (
59         (1 5 4 0)
60         (9 13 12 8)
61     )
62     patch leftIn
63     (
64         (0 4 7 3)
65     )
66     mixingPlane mixpLeftOut
67     (
68         (2 6 5 1)
69     )
70     mixingPlane mixpRightIn
71     (
72         (8 12 15 11)
73     )
74     patch rightOut
75     (
76         (10 14 13 9)
77     )
78     empty frontAndBack
79     (
80         (0 3 2 1)
81         (4 5 6 7)
82         (8 11 10 9)
83         (12 13 14 15)
84     )
87 mergePatchPairs
91 // ************************************************************************* //