initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / heatTransfer / chtMultiRegionFoam / multiRegionHeater / constant / polyMesh / blockMeshDict
blob33ec044c079bff5993ab7f35f801c0f697e4ceae
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.1 -0.04  -0.05)
22     ( 0.1 -0.04  -0.05)
23     ( 0.1  0.04  -0.05)
24     (-0.1  0.04  -0.05)
25     (-0.1 -0.04   0.05)
26     ( 0.1 -0.04   0.05)
27     ( 0.1  0.04   0.05)
28     (-0.1  0.04   0.05)
31 blocks          
33     hex (0 1 2 3 4 5 6 7) (30 10 10) simpleGrading (1 1 1)
36 edges           
40 patches         
42     wall maxY 
43     (
44         (3 7 6 2)
45     )
46     patch minX
47     (
48         (0 4 7 3)
49     )
50     patch maxX
51     (
52         (2 6 5 1)
53     )
54     wall minY
55     (
56         (1 5 4 0)
57     )
58     wall minZ
59     (
60         (0 3 2 1)
61     )
62     wall maxZ
63     (
64         (4 5 6 7)
65     )
68 mergePatchPairs 
72 // ************************************************************************* //