fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / heatTransfer / buoyantBoussinesqSimpleFoam / iglooWithFridges / constant / polyMesh / blockMeshDict
blobc59cde8c5c901a86cc7a2023e2f3095d81a3e6c0
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      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 1;
19 vertices
21     (-2.03 -2.0  0)
22     ( 8.03 -2.0  0)
23     ( 8.03  8.0  0)
24     (-2.03  8.0  0)
25     (-2.03 -2.0  5)
26     ( 8.03 -2.0  5)
27     ( 8.03  8.0  5)
28     (-2.03  8.0  5)
31 blocks
33     hex (0 1 2 3 4 5 6 7) (20 20 20) simpleGrading (1 1 1)
36 edges
40 patches
42     empty maxY
43     (
44         (3 7 6 2)
45     )
47     empty minX
48     (
49         (0 4 7 3)
50     )
52     empty maxX
53     (
54         (2 6 5 1)
55     )
57     empty minY
58     (
59         (1 5 4 0)
60     )
62     wall ground
63     (
64         (0 3 2 1)
65     )
67     empty maxZ
68     (
69         (4 5 6 7)
70     )
73 mergePatchPairs
77 // ************************************************************************* //