/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

10
(
    xmin
    {
        type            patch;
        nFaces          120;
        startFace       29615;
    }
    xmax
    {
        type            patch;
        nFaces          120;
        startFace       29735;
    }
    ymin
    {
        type            patch;
        nFaces          120;
        startFace       29855;
    }
    ymax
    {
        type            patch;
        nFaces          120;
        startFace       29975;
    }
    zmin
    {
        type            empty;
        inGroups        1(empty);
        nFaces          14952;
        startFace       30095;
    }
    zmax
    {
        type            empty;
        inGroups        1(empty);
        nFaces          14952;
        startFace       45047;
    }
    innerWall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          304;
        startFace       59999;
    }
    inlet
    {
        type            wall;
        inGroups        1(wall);
        nFaces          4;
        startFace       60303;
    }
    sideWall1
    {
        type            wall;
        inGroups        1(wall);
        nFaces          5;
        startFace       60307;
    }
    sideWall2
    {
        type            wall;
        inGroups        1(wall);
        nFaces          5;
        startFace       60312;
    }
)

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