/*--------------------------------*- 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          4677;
        startFace       8737;
    }
    aircraft_flap
    {
        type            wall;
        inGroups        1(wall);
        nFaces          74;
        startFace       13414;
    }
    aircraft_primary
    {
        type            wall;
        inGroups        1(wall);
        nFaces          61;
        startFace       13488;
    }
    AMIsphere-int
    {
        type            wall;
        inGroups        1(wall);
        nFaces          3;
        startFace       13549;
    }
    domain_Ymax
    {
        type            empty;
        inGroups        2(wall empty);
        nFaces          4677;
        startFace       13552;
    }
    procBoundary6to5
    {
        type            processor;
        inGroups        1(processor);
        nFaces          609;
        startFace       18229;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        6;
        neighbProcNo    5;
    }
    procBoundary6to7
    {
        type            processor;
        inGroups        1(processor);
        nFaces          614;
        startFace       18838;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        6;
        neighbProcNo    7;
    }
)

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