initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / heatTransfer / buoyantBoussinesqSimpleFoam / iglooWithFridges / constant / polyMesh / blockMeshDict
blobeec7278da05642c3e09c68c1b651f59070267b0d
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;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 convertToMeters 1;
20 vertices
22     (-2.03 -2.0  0)
23     ( 8.03 -2.0  0)
24     ( 8.03  8.0  0)
25     (-2.03  8.0  0)
26     (-2.03 -2.0  5)
27     ( 8.03 -2.0  5)
28     ( 8.03  8.0  5)
29     (-2.03  8.0  5)
32 blocks
34     hex (0 1 2 3 4 5 6 7) (20 20 20) simpleGrading (1 1 1)
37 edges
41 patches
43     empty maxY
44     (
45         (3 7 6 2)
46     )
48     empty minX
49     (
50         (0 4 7 3)
51     )
53     empty maxX
54     (
55         (2 6 5 1)
56     )
58     empty minY
59     (
60         (1 5 4 0)
61     )
63     wall ground
64     (
65         (0 3 2 1)
66     )
68     empty maxZ
69     (
70         (4 5 6 7)
71     )
74 mergePatchPairs
78 // ************************************************************************* //