Fix tutorials: surfaceTracking/surfactantFoam/sphereTransport: fix system/faSolution
[OpenFOAM-1.6-ext.git] / tutorials / discreteMethods / dsmcFoam / wedge15Ma5 / constant / polyMesh / blockMeshDict
blob7906adbe08637076d0c8eb2c7d3484ac80231a4b
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
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.15242 0       -0.05)
22     ( 0       0       -0.05)
23     ( 0.3048  0.081670913853  -0.05)
24     (-0.15242 0.3 -0.05)
25     ( 0       0.3 -0.05)
26     ( 0.3048  0.3 -0.05)
28     (-0.15242 0        0.05)
29     ( 0       0        0.05)
30     ( 0.3048  0.081670913853 0.05)
31     (-0.15242 0.3  0.05)
32     ( 0       0.3  0.05)
33     ( 0.3048  0.3  0.05)
37 blocks
39     hex (0 1 4 3 6 7 10 9 ) (20 40 12) simpleGrading (1 1 1)
40     hex (1 2 5 4 7 8 11 10) (40 40 12) simpleGrading (1 1 1)
43 edges
47 patches
49     patch flow
50     (
51         (0 6 9 3)
52         (2 5 11 8)
53         (0 1 7 6)
54         (3 9 10 4)
55         (4 10 11 5)
56     )
57     wall obstacle
58     (
59         (1 2 8 7)
60     )
61     cyclic periodic
62     (
63         (0 3 4 1)
64         (1 4 5 2)
65         (6 7 10 9)
66         (7 8 11 10)
67     )
70 mergePatchPairs
74 // ************************************************************************* //