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

6
(
    INLET1
    {
        type            patch;
        nFaces          8;
        startFace       9502;
    }
    INLET2
    {
        type            patch;
        nFaces          7;
        startFace       9510;
    }
    UPLATE
    {
        type            wall;
        inGroups        1(wall);
        nFaces          345;
        startFace       9517;
    }
    LPLATE
    {
        type            wall;
        inGroups        1(wall);
        nFaces          353;
        startFace       9862;
    }
    OUTLET
    {
        type            patch;
        nFaces          23;
        startFace       10215;
    }
    defaultFaces
    {
        type            empty;
        inGroups        1(empty);
        nFaces          9870;
        startFace       10238;
    }
)

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