/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

3
(
    inlet
    {
        type            patch;
        nFaces          1344;
        startFace       2002656;
    }
    outlet
    {
        type            patch;
        nFaces          1344;
        startFace       2004000;
    }
    wall
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          24000;
        startFace       2005344;
    }
)

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