/*--------------------------------*- 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          5250;
        startFace       162375;
    }
    front
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          3750;
        startFace       167625;
    }
    back
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          3750;
        startFace       171375;
    }
)

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