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


6
(
    outlet
    {
        type            patch;
        nFaces          295;
        startFace       196315;
    }

    inlet
    {
        type            patch;
        nFaces          295;
        startFace       196610;
    }

    wall
    {
        type            wall;
        inGroups        1 ( wall );
        nFaces          600;
        startFace       196905;
    }

    symmetry
    {
        type            symmetry;
        inGroups        1 ( symmetry );
        nFaces          50;
        startFace       197505;
    }

    farfield
    {
        type            symmetry;
        inGroups        1 ( symmetry );
        nFaces          330;
        startFace       197555;
    }

    frontAndBackPlanes
    {
        type            empty;
        inGroups        1 ( empty );
        nFaces          197100;
        startFace       197885;
    }

)


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