BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / heatTransfer / buoyantSimpleFoam / buoyantCavity / constant / polyMesh / boundary
blobadbb50fa7f77d3f556ad379d3a11c4bcbc081a89
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       polyBoundaryMesh;
13     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     frontAndBack
21     {
22         type            wall;
23         nFaces          1050;
24         startFace       228225;
25     }
26     topAndBottom
27     {
28         type            wall;
29         nFaces          10500;
30         startFace       229275;
31     }
32     hot
33     {
34         type            wall;
35         nFaces          2250;
36         startFace       239775;
37     }
38     cold
39     {
40         type            wall;
41         nFaces          2250;
42         startFace       242025;
43     }
46 // ************************************************************************* //