/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2212                                  |
|   \\  /    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
(
    wedge0
    {
        type            wedge;
        physicalType    wedge;
        nFaces          9878;
        startFace       14583;
    }

    inlet
    {
        type            patch;
        physicalType    patch;
        nFaces          10;
        startFace       24461;
    }

    tunnel
    {
        type            slip;
        physicalType    slip;
        nFaces          40;
        startFace       24471;
    }

    outlet
    {
        type            patch;
        physicalType    patch;
        nFaces          10;
        startFace       24511;
    }

    parachute
    {
        type            wall;
        physicalType    wall;
        nFaces          248;
        startFace       24521;
    }

    wedge1
    {
        type            wedge;
        physicalType    wedge;
        nFaces          9878;
        startFace       24769;
    }

)


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