initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / incompressible / icoFoam / cavityClipped / constant / polyMesh / blockMeshDict
blob414dc7787fdbf8a770c7fea0cdbe75aa7782788e
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 0.1;
19 vertices        
21     (0 0 0)
22     (0.6 0 0)
23     (0 0.4 0)
24     (0.6 0.4 0)
25     (1 0.4 0)
26     (0 1 0)
27     (0.6 1 0)
28     (1 1 0)
30     (0 0 0.1)
31     (0.6 0 0.1)
32     (0 0.4 0.1)
33     (0.6 0.4 0.1)
34     (1 0.4 0.1)
35     (0 1 0.1)
36     (0.6 1 0.1)
37     (1 1 0.1)
41 blocks          
43     hex (0 1 3 2 8 9 11 10) (12 8 1) simpleGrading (1 1 1)
44     hex (2 3 6 5 10 11 14 13) (12 12 1) simpleGrading (1 1 1)
45     hex (3 4 7 6 11 12 15 14) (8 12 1) simpleGrading (1 1 1)
48 edges           
52 patches         
54     wall lid 
55     (
56         (5 13 14 6)
57         (6 14 15 7)
58     )
59     wall fixedWalls 
60     (
61         (0 8 10 2)
62         (2 10 13 5)
63         (7 15 12 4)
64         (4 12 11 3)
65         (3 11 9 1)
66         (1 9 8 0) 
67     )
68     empty frontAndBack 
69     (
70         (0 2 3 1)
71         (2 5 6 3)
72         (3 6 7 4)
73         (8 9 11 10)
74         (10 11 14 13)
75         (11 12 15 14)
76     )
79 mergePatchPairs
83 // ************************************************************************* //