/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | foam-extend: Open Source CFD                    |
|  \\    /   O peration     | Version:     4.1                                |
|   \\  /    A nd           | Web:         http://www.foam-extend.org         |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    naca_0012
    {
        type            immersedBoundary;
        nFaces          0;
        startFace       72482;

        internalFlow    no;
        isWall          yes;
    }
        in
    {
        type            patch;
        nFaces          184;
        startFace       72482;
    }
    out
    {
        type            patch;
        nFaces          184;
        startFace       72666;
    }
    top
    {
        type            patch;
        nFaces          198;
        startFace       72850;
    }
    bottom
    {
        type            patch;
        nFaces          198;
        startFace       73048;
    }
    frontAndBack
    {
        type            empty;
        nFaces          72864;
        startFace       73246;
    }
)


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