/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

4
(
    airfoil
    {
        type            wall;
        inGroups        1(wall);
        nFaces          79;
        startFace       2449;
    }
    empty
    {
        type            empty;
        inGroups        1(empty);
        nFaces          2528;
        startFace       2528;
    }
    inlet
    {
        type            patch;
        nFaces          40;
        startFace       5056;
    }
    outlet
    {
        type            patch;
        nFaces          39;
        startFace       5096;
    }
)

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