BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / combustion / fireFoam / les / oppositeBurningPanels / constant / polyMesh / blockMeshDict
blobcbbe331309bbb03ac24cf18e0cd0cf589e1af809
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      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.15 0 -0.6)
22     ( 0.15 0 -0.6)
23     ( 0.15 4.2 -0.6)
24     (-0.15 4.2 -0.6)
25     (-0.15 0 0.6)
26     ( 0.15 0 0.6)
27     ( 0.15 4.2 0.6)
28     (-0.15 4.2 0.6)
31 blocks
33     hex (0 1 2 3 4 5 6 7) (16 124 24) simpleGrading (1 1 1)
36 edges
40 boundary
42     ground
43     {
44         type    wall;
45         faces
46         (
47             (0 1 5 4)
48         );
49     }
51     sides
52     {
53         type    patch;
54         faces
55         (
56             (1 2 6 5)
57             (0 3 2 1)
58             (0 4 7 3)
59             (6 7 4 5)
60         );
61     }
63     top
64     {
65         type    patch;
66         faces
67         (
68             (7 6 2 3)
69         );
70     }
73 mergePatchPairs
77 // ************************************************************************* //