/*--------------------------------*- 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          0;
        startFace       35056;
    }
    outlet
    {
        type            patch;
        nFaces          196;
        startFace       35056;
    }
    ffmaxy
    {
        type            wall;
        nFaces          112;
        startFace       35252;
    }
    ffminy
    {
        type            wall;
        nFaces          112;
        startFace       35364;
    }
    ffmaxz
    {
        type            wall;
        nFaces          112;
        startFace       35476;
    }
    ffminz
    {
        type            wall;
        nFaces          112;
        startFace       35588;
    }
    disc_region0
    {
        type            wall;
        nFaces          0;
        startFace       35700;
    }
    procBoundary1to0
    {
        type            processor;
        nFaces          1298;
        startFace       35700;
        myProcNo        1;
        neighbProcNo    0;
    }
)

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