BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / incompressible / simpleFoam / motorBike / constant / polyMesh / boundary
blobb0ffa21c4ed310c9b2fad3914e21316aeda4d422
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            patch;
23         nFaces          320;
24         startFace       3456;
25     }
26     inlet
27     {
28         type            patch;
29         nFaces          64;
30         startFace       3776;
31     }
32     outlet
33     {
34         type            patch;
35         nFaces          64;
36         startFace       3840;
37     }
38     lowerWall
39     {
40         type            wall;
41         nFaces          160;
42         startFace       3904;
43     }
44     upperWall
45     {
46         type            patch;
47         nFaces          160;
48         startFace       4064;
49     }
52 // ************************************************************************* //