/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2406                                  |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    arch        "LSB;label=32;scalar=64";
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

13
(
    outlet
    {
        type            patch;
        nFaces          280;
        startFace       39275;
    }
    front
    {
        type            empty;
        inGroups        1(empty);
        nFaces          4900;
        startFace       39555;
    }
    back
    {
        type            empty;
        inGroups        1(empty);
        nFaces          4900;
        startFace       44455;
    }
    xmin
    {
        type            patch;
        nFaces          120;
        startFace       49355;
    }
    xmax
    {
        type            patch;
        nFaces          120;
        startFace       49475;
    }
    ymin
    {
        type            patch;
        nFaces          120;
        startFace       49595;
    }
    ymax
    {
        type            patch;
        nFaces          120;
        startFace       49715;
    }
    zmin
    {
        type            empty;
        inGroups        1(empty);
        nFaces          14952;
        startFace       49835;
    }
    zmax
    {
        type            empty;
        inGroups        1(empty);
        nFaces          14952;
        startFace       64787;
    }
    innerWall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          304;
        startFace       79739;
    }
    inlet
    {
        type            wall;
        inGroups        1(wall);
        nFaces          4;
        startFace       80043;
    }
    sideWall1
    {
        type            wall;
        inGroups        1(wall);
        nFaces          5;
        startFace       80047;
    }
    sideWall2
    {
        type            wall;
        inGroups        1(wall);
        nFaces          5;
        startFace       80052;
    }
)

// ************************************************************************* //
