/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2506                                  |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      binary;
    arch        "LSB;label=32;scalar=64";
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

7
(
    domainSymmetry-int
    {
        type            symmetry;
        inGroups        1(symmetry);
        nFaces          4413;
        startFace       8207;
    }
    aircraft_flap
    {
        type            wall;
        inGroups        1(wall);
        nFaces          100;
        startFace       12620;
    }
    aircraft_primary
    {
        type            wall;
        inGroups        1(wall);
        nFaces          26;
        startFace       12720;
    }
    AMIsphere-int
    {
        type            wall;
        inGroups        1(wall);
        nFaces          4;
        startFace       12746;
    }
    domain_Ymax
    {
        type            empty;
        inGroups        2(wall empty);
        nFaces          4413;
        startFace       12750;
    }
    procBoundary7to6
    {
        type            processor;
        inGroups        1(processor);
        nFaces          614;
        startFace       17163;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        7;
        neighbProcNo    6;
    }
    procBoundary7to8
    {
        type            processor;
        inGroups        1(processor);
        nFaces          618;
        startFace       17777;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        7;
        neighbProcNo    8;
    }
)

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