/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | foam-extend: Open Source CFD                    |
|  \\    /   O peration     | Version:     4.1                                |
|   \\  /    A nd           | Web:         http://www.foam-extend.org         |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

7
(
    impellerWall
    {
        type            wall;
        nFaces          17;
        startFace       250;
    }
    baffleWall
    {
        type            wall;
        nFaces          21;
        startFace       267;
    }
    insideSlider
    {
        type            ggi;
        nFaces          9;
        startFace       288;
        shadowPatch     outsideSlider;
        zone            insideZone;
        bridgeOverlap   false;
    }
    outsideSlider
    {
        type            ggi;
        nFaces          9;
        startFace       297;
        shadowPatch     insideSlider;
        zone            outsideZone;
        bridgeOverlap   false;
    }
    defaultFaces
    {
        type            empty;
        nFaces          288;
        startFace       306;
    }
    procBoundary2to0
    {
        type            processor;
        nFaces          8;
        startFace       594;
        myProcNo        2;
        neighbProcNo    0;
    }
    procBoundary2to3
    {
        type            processor;
        nFaces          12;
        startFace       602;
        myProcNo        2;
        neighbProcNo    3;
    }
)


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