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

4
(
    inlet
    {
        type            patch;
        nFaces          125;
        startFace       144425;
    }
    outlet
    {
        type            patch;
        nFaces          325;
        startFace       144550;
    }
    sides
    {
        type            patch;
        nFaces          3000;
        startFace       144875;
    }
    base
    {
        type            patch;
        nFaces          200;
        startFace       147875;
    }
)

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