/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2112                                  |
|   \\  /    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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

5
(
    symFront
    {
        type            symmetryPlane;
        inGroups        1(symmetryPlane);
        nFaces          256;
        startFace       5632;
    }
    symBack
    {
        type            symmetryPlane;
        inGroups        1(symmetryPlane);
        nFaces          256;
        startFace       5888;
    }
    inlet
    {
        type            patch;
        nFaces          128;
        startFace       6144;
    }
    outlet
    {
        type            patch;
        nFaces          128;
        startFace       6272;
    }
    topAndBottom
    {
        type            patch;
        nFaces          256;
        startFace       6400;
    }
)

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