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

3
(
    walls
    {
        type            patch;
        nFaces          2000;
        startFace       71500;
    }
    front
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          2500;
        startFace       73500;
    }
    back
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          2500;
        startFace       76000;
    }
)

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