/*------------------------------*- FOAMDict -*-------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  1.7.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

5
(
    inlet
    {
        type            patch;
        nFaces          840;
        startFace       96680;
    }
    outlet
    {
        type            patch;
        nFaces          840;
        startFace       97520;
    }
    innerWall
    {
        type            wall;
        nFaces          2480;
        startFace       98360;
    }
    outerWall
    {
        type            wall;
        nFaces          880;
        startFace       100840;
    }
    cyclic
    {
        type            cyclic;
        nFaces          3200;
        startFace       101720;
        featureCos      0.9;
    }
)

// ****************** vim: set ft=foamdict sw=4 sts=4 et: ****************** //
