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

6
(
    domainSymmetry-int
    {
        type            symmetry;
        inGroups        1(symmetry);
        nFaces          46513;
        startFace       92709;
    }
    aircraft_flap
    {
        type            wall;
        inGroups        1(wall);
        nFaces          0;
        startFace       139222;
    }
    aircraft_primary
    {
        type            wall;
        inGroups        1(wall);
        nFaces          0;
        startFace       139222;
    }
    AMIsphere-int
    {
        type            wall;
        inGroups        1(wall);
        nFaces          333;
        startFace       139222;
    }
    domain_Ymax
    {
        type            empty;
        inGroups        2(wall empty);
        nFaces          46513;
        startFace       139555;
    }
    procBoundary14to13
    {
        type            processor;
        inGroups        1(processor);
        nFaces          532;
        startFace       186068;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        14;
        neighbProcNo    13;
    }
)

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