/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  9
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

7
(
    inlet
    {
        type            patch;
        nFaces          60;
        startFace       222922;
    }
    walls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          1084;
        startFace       222982;
    }
    outlet
    {
        type            patch;
        nFaces          60;
        startFace       224066;
    }
    front
    {
        type            empty;
        nFaces          223784;
        startFace       224126;
    }
    back
    {
        type            empty;
        nFaces          0;
        startFace       447910;
    }
    C1
    {
        type            patch;
        nFaces          440;
        startFace       447910;
    }
    C2
    {
        type            patch;
        nFaces          440;
        startFace       448350;
    }
)

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