/*--------------------------------*- 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      ascii;
    arch        "LSB;label=32;scalar=64";
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

4
(
    inlet
    {
        type            patch;
        nFaces          50;
        startFace       203850;
    }
    outlet
    {
        type            patch;
        nFaces          100;
        startFace       203900;
    }
    walls
    {
        type            wall;
        inGroups        1(wall);
        nFaces          2150;
        startFace       204000;
    }
    frontAndBack
    {
        type            empty;
        inGroups        1(empty);
        nFaces          205000;
        startFace       206150;
    }
)

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