/*--------------------------------*- 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          15901;
        startFace       645655;
    }
    top
    {
        type            patch;
        nFaces          5068;
        startFace       661556;
    }
    outlet
    {
        type            patch;
        nFaces          616;
        startFace       666624;
    }
    back
    {
        type            wall;
        nFaces          15901;
        startFace       667240;
    }
    ground
    {
        type            wall;
        nFaces          5068;
        startFace       683141;
    }
    inlet
    {
        type            patch;
        nFaces          616;
        startFace       688209;
    }
    chamberwalls
    {
        type            wall;
        nFaces          1204;
        startFace       688825;
    }
)

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