/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

8
(
    inlet
    {
        type            wall;
        inGroups        1(wall);
        nFaces          41;
        startFace       9328;
    }
    outlet
    {
        type            wall;
        inGroups        1(wall);
        nFaces          41;
        startFace       9369;
    }
    top
    {
        type            wall;
        inGroups        1(wall);
        nFaces          104;
        startFace       9410;
    }
    slip-bottom-fluid
    {
        type            wall;
        inGroups        1(wall);
        nFaces          21;
        startFace       9514;
    }
    bottom-fluid
    {
        type            wall;
        inGroups        1(wall);
        nFaces          51;
        startFace       9535;
    }
    walls-solid
    {
        type            wall;
        inGroups        1(wall);
        nFaces          30;
        startFace       9586;
    }
    bottom-solid
    {
        type            wall;
        inGroups        1(wall);
        nFaces          32;
        startFace       9616;
    }
    frontAndBack
    {
        type            empty;
        inGroups        1(empty);
        nFaces          9488;
        startFace       9648;
    }
)

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