/*--------------------------------*- 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    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

7
(
    inlet
    {
        type            patch;
        nFaces          0;
        startFace       3724;
    }
    outlet
    {
        type            patch;
        nFaces          196;
        startFace       3724;
    }
    ffmaxy
    {
        type            wall;
        nFaces          98;
        startFace       3920;
    }
    ffminy
    {
        type            wall;
        nFaces          98;
        startFace       4018;
    }
    ffmaxz
    {
        type            wall;
        nFaces          98;
        startFace       4116;
    }
    ffminz
    {
        type            wall;
        nFaces          98;
        startFace       4214;
    }
    procBoundary1to0
    {
        type            processor;
        nFaces          196;
        startFace       4312;
        myProcNo        1;
        neighbProcNo    0;
    }
)

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