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

6
(
    Inlet
    {
        type            patch;
        nFaces          160;
        startFace       122695;
    }
    Outlet
    {
        type            patch;
        nFaces          160;
        startFace       122855;
    }
    Top
    {
        type            patch;
        nFaces          185;
        startFace       123015;
    }
    Bottom
    {
        type            patch;
        nFaces          185;
        startFace       123200;
    }
    FrontBack
    {
        type            empty;
        inGroups        1(empty);
        nFaces          123200;
        startFace       123385;
    }
    InterfaceFluid
    {
        type            wall;
        inGroups        1(wall);
        nFaces          320;
        startFace       246585;
    }
)

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