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

7
(
    defaultFaces
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          0;
        startFace       33030;
    }
    inlet
    {
        type            patch;
        nFaces          50;
        startFace       33030;
    }
    outlet
    {
        type            patch;
        nFaces          362;
        startFace       33080;
    }
    wedge1
    {
        type            wedge;
        inGroups        List<word> 1(wedge);
        nFaces          17053;
        startFace       33442;
    }
    wedge2
    {
        type            wedge;
        inGroups        List<word> 1(wedge);
        nFaces          16995;
        startFace       50495;
    }
    sbs
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          994;
        startFace       67490;
    }
    walls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          456;
        startFace       68484;
    }
)

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