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

6
(
    left
    {
        type            cyclic;
        inGroups        1(cyclic);
        nFaces          120;
        startFace       114600;
        matchTolerance  0.0001;
        transform       unknown;
        neighbourPatch  right;
    }
    right
    {
        type            cyclic;
        inGroups        1(cyclic);
        nFaces          120;
        startFace       114720;
        matchTolerance  0.0001;
        transform       unknown;
        neighbourPatch  left;
    }
    top
    {
        type            wall;
        inGroups        1(wall);
        nFaces          480;
        startFace       114840;
    }
    bottom
    {
        type            wall;
        inGroups        1(wall);
        nFaces          480;
        startFace       115320;
    }
    front
    {
        type            empty;
        inGroups        1(empty);
        nFaces          57600;
        startFace       115800;
    }
    back
    {
        type            empty;
        inGroups        1(empty);
        nFaces          57600;
        startFace       173400;
    }
)

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