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

    vehicle
    {
        type            wall;
        physicalType    wall;
        nFaces          150;
        startFace       34131;
    }

    outlet
    {
        type            patch;
        physicalType    patch;
        nFaces          25;
        startFace       34281;
    }

    tunnel
    {
        type            slip;
        physicalType    slip;
        nFaces          50;
        startFace       34306;
    }

    inlet
    {
        type            patch;
        physicalType    patch;
        nFaces          25;
        startFace       34356;
    }

    wedge1
    {
        type            wedge;
        physicalType    wedge;
        nFaces          13731;
        startFace       34381;
    }

)


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