/*--------------------------------*- 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      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    inlet
    {
        type            patch;
        nFaces          100;
        startFace       143280;
    }
    outlet
    {
        type            patch;
        nFaces          100;
        startFace       143380;
    }
    top
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          420;
        startFace       143480;
    }
    bottom
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          420;
        startFace       143900;
    }
    obstacle
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          400;
        startFace       144320;
    }
    frontAndBack
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          144000;
        startFace       144720;
    }
)

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