/*--------------------------------*- 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          21072;
        startFace       41646;
    }
    aircraft_flap
    {
        type            wall;
        inGroups        1(wall);
        nFaces          0;
        startFace       62718;
    }
    aircraft_primary
    {
        type            wall;
        inGroups        1(wall);
        nFaces          0;
        startFace       62718;
    }
    AMIsphere-int
    {
        type            wall;
        inGroups        1(wall);
        nFaces          28;
        startFace       62718;
    }
    domain_Ymax
    {
        type            empty;
        inGroups        2(wall empty);
        nFaces          21072;
        startFace       62746;
    }
    procBoundary12to11
    {
        type            processor;
        inGroups        1(processor);
        nFaces          611;
        startFace       83818;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        12;
        neighbProcNo    11;
    }
    procBoundary12to13
    {
        type            processor;
        inGroups        1(processor);
        nFaces          543;
        startFace       84429;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        12;
        neighbProcNo    13;
    }
)

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