/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2012                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "0.005/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    inlet
    {
        type            patch;
        nFaces          40;
        startFace       12970;
    }
    outlet
    {
        type            patch;
        nFaces          40;
        startFace       13010;
    }
    lowerWall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          112;
        startFace       13050;
    }
    atmosphere
    {
        type            patch;
        nFaces          100;
        startFace       13162;
    }
    defaultFaces
    {
        type            empty;
        inGroups        1(empty);
        nFaces          8840;
        startFace       13262;
    }
    weir
    {
        type            wall;
        inGroups        1(wall);
        nFaces          748;
        startFace       22102;
    }
)

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