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

6
(
    inlet
    {
        type            patch;
        nFaces          32;
        startFace       5008;
    }
    outlet
    {
        type            patch;
        nFaces          32;
        startFace       5040;
    }
    walls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          80;
        startFace       5072;
    }
    wedgeMinus
    {
        type            wedge;
        inGroups        List<word> 1(wedge);
        nFaces          2560;
        startFace       5152;
    }
    wedgePlus
    {
        type            wedge;
        inGroups        List<word> 1(wedge);
        nFaces          2560;
        startFace       7712;
    }
    defaultFaces
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          0;
        startFace       10272;
    }
)

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