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

6
(
    downwall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          400;
        startFace       63520;
    }
    empty
    {
        type            empty;
        inGroups        1(empty);
        nFaces          64000;
        startFace       63920;
    }
    injet
    {
        type            patch;
        nFaces          20;
        startFace       127920;
    }
    out
    {
        type            patch;
        nFaces          80;
        startFace       127940;
    }
    symmetry
    {
        type            symmetryPlane;
        inGroups        1(symmetryPlane);
        nFaces          80;
        startFace       128020;
    }
    upwall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          380;
        startFace       128100;
    }
)

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