/*--------------------------------*- 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          300;
        startFace       5825398;
    }
    walls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          13260;
        startFace       5825698;
    }
    outlet
    {
        type            patch;
        nFaces          300;
        startFace       5838958;
    }
    front
    {
        type            patch;
        nFaces          111892;
        startFace       5839258;
    }
    back
    {
        type            patch;
        nFaces          111892;
        startFace       5951150;
    }
    C1
    {
        type            patch;
        nFaces          8800;
        startFace       6063042;
    }
    C2
    {
        type            patch;
        nFaces          8800;
        startFace       6071842;
    }
)

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