/*--------------------------------*- 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      ascii;
    arch        "LSB;label=32;scalar=64";
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

5
(
    left
    {
        type            patch;
        nFaces          1;
        startFace       999;
    }
    right
    {
        type            patch;
        nFaces          1;
        startFace       1000;
    }
    up
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1000;
        startFace       1001;
    }
    down
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1000;
        startFace       2001;
    }
    frontAndBack
    {
        type            empty;
        inGroups        1(empty);
        nFaces          2000;
        startFace       3001;
    }
)

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