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

6
(
    inlet
    {
        type            patch;
        nFaces          30;
        startFace       17670;
    }
    outlet
    {
        type            patch;
        nFaces          30;
        startFace       17700;
    }
    wall
    {
        type            patch;
        nFaces          300;
        startFace       17730;
    }
    front
    {
        type            wedge;
        inGroups        List<word> 1(wedge);
        nFaces          9000;
        startFace       18030;
    }
    back
    {
        type            wedge;
        inGroups        List<word> 1(wedge);
        nFaces          9000;
        startFace       27030;
    }
    axis
    {
        type            symmetry;
        inGroups        List<word> 1(symmetry);
        nFaces          0;
        startFace       36030;
    }
)

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