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

6
(
    inlet
    {
        type            patch;
        nFaces          196;
        startFace       7644;
    }
    outlet
    {
        type            patch;
        nFaces          196;
        startFace       7840;
    }
    ffmaxy
    {
        type            wall;
        nFaces          196;
        startFace       8036;
    }
    ffminy
    {
        type            wall;
        nFaces          196;
        startFace       8232;
    }
    ffmaxz
    {
        type            wall;
        nFaces          196;
        startFace       8428;
    }
    ffminz
    {
        type            wall;
        nFaces          196;
        startFace       8624;
    }
)

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