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

6
(
    inlet
    {
        type            patch;
        nFaces          78;
        startFace       33742;
    }
    outlet
    {
        type            patch;
        nFaces          310;
        startFace       33820;
    }
    frontBack
    {
        type            empty;
        inGroups        1(empty);
        nFaces          18096;
        startFace       34130;
    }
    cylinder
    {
        type            wall;
        inGroups        1(wall);
        nFaces          160;
        startFace       52226;
    }
    oversetPatch
    {
        type            overset;
        inGroups        1(overset);
        nFaces          160;
        startFace       52386;
    }
    frontAndBack
    {
        type            empty;//symmetryPatch;
        inGroups        1(empty);
        nFaces          16000;
        startFace       52546;
    }
)

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