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

5
(
    left
    {
        type            wall;
        inGroups        1(wall);
        nFaces          15;
        startFace       913;
    }
    right
    {
        type            wall;
        inGroups        1(wall);
        nFaces          15;
        startFace       928;
    }
    interface
    {
        type            wall;
        inGroups        1(wall);
        nFaces          32;
        startFace       943;
    }
    bottom
    {
        type            wall;
        inGroups        1(wall);
        nFaces          32;
        startFace       975;
    }
    defaultFaces
    {
        type            empty;
        inGroups        1(empty);
        nFaces          960;
        startFace       1007;
    }
)

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