/*--------------------------------*- 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          13045;
        startFace       25522;
    }
    aircraft_flap
    {
        type            wall;
        inGroups        1(wall);
        nFaces          10;
        startFace       38567;
    }
    aircraft_primary
    {
        type            wall;
        inGroups        1(wall);
        nFaces          0;
        startFace       38577;
    }
    AMIsphere-int
    {
        type            wall;
        inGroups        1(wall);
        nFaces          12;
        startFace       38577;
    }
    domain_Ymax
    {
        type            empty;
        inGroups        2(wall empty);
        nFaces          13045;
        startFace       38589;
    }
    procBoundary9to8
    {
        type            processor;
        inGroups        1(processor);
        nFaces          645;
        startFace       51634;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        9;
        neighbProcNo    8;
    }
    procBoundary9to10
    {
        type            processor;
        inGroups        1(processor);
        nFaces          611;
        startFace       52279;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        9;
        neighbProcNo    10;
    }
)

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