/*--------------------------------*- C++ -*----------------------------------*\
|       o          |                                                          |
|    o     o       | OpenFOAM (Engys Edition):                                |
|   o   O   o      | Version: 1.6_engysEdition-beta                           |
|    o     o       | Web:     http://www.engys.eu                             |
|       o          |                                                          |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "0/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

8
(
    inlet
    {
        type            patch;
        nFaces          196;
        startFace       36222;
    }
    outlet
    {
        type            patch;
        nFaces          0;
        startFace       36418;
    }
    ffmaxy
    {
        type            wall;
        nFaces          84;
        startFace       36418;
    }
    ffminy
    {
        type            wall;
        nFaces          84;
        startFace       36502;
    }
    ffmaxz
    {
        type            wall;
        nFaces          84;
        startFace       36586;
    }
    ffminz
    {
        type            wall;
        nFaces          84;
        startFace       36670;
    }
    disc_region0
    {
        type            wall;
        nFaces          576;
        startFace       36754;
    }
    procBoundary0to1
    {
        type            processor;
        nFaces          1298;
        startFace       37330;
        myProcNo        0;
        neighbProcNo    1;
    }
)

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