/*--------------------------------*- 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          6417;
        startFace       12215;
    }
    aircraft_flap
    {
        type            wall;
        inGroups        1(wall);
        nFaces          0;
        startFace       18632;
    }
    aircraft_primary
    {
        type            wall;
        inGroups        1(wall);
        nFaces          166;
        startFace       18632;
    }
    AMIsphere-int
    {
        type            wall;
        inGroups        1(wall);
        nFaces          5;
        startFace       18798;
    }
    domain_Ymax
    {
        type            empty;
        inGroups        2(wall empty);
        nFaces          6417;
        startFace       18803;
    }
    procBoundary5to4
    {
        type            processor;
        inGroups        1(processor);
        nFaces          606;
        startFace       25220;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        5;
        neighbProcNo    4;
    }
    procBoundary5to6
    {
        type            processor;
        inGroups        1(processor);
        nFaces          619;
        startFace       25826;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        5;
        neighbProcNo    6;
    }
)

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