/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2112                                  |
|   \\  /    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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

7
(
    symmetryplane
    {
        type            symmetryPlane;
        nFaces          16174;
        startFace       656750;
    }
    top
    {
        type            patch;
        nFaces          5152;
        startFace       672924;
    }
    outlet
    {
        type            patch;
        nFaces          630;
        startFace       678076;
    }
    ground
    {
        type            wall;
        nFaces          5096;
        startFace       678706;
    }
    inlet
    {
        type            patch;
        nFaces          616;
        startFace       683802;
    }
    chamberwalls
    {
        type            wall;
        nFaces          1274;
        startFace       684418;
    }
    back
    {
        type            wall;
        nFaces          16174;
        startFace       685692;
    }
)

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