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

7
(
    out
    {
        type            patch;
        nFaces          320;
        startFace       293520;
    }
    sym1
    {
        type            symmetryPlane;
        inGroups        1(symmetryPlane);
        nFaces          400;
        startFace       293840;
    }
    sym2
    {
        type            symmetryPlane;
        inGroups        1(symmetryPlane);
        nFaces          400;
        startFace       294240;
    }
    in
    {
        type            patch;
        nFaces          320;
        startFace       294640;
    }
    cylinder
    {
        type            wall;
        inGroups        1(wall);
        nFaces          320;
        startFace       294960;
    }
    back
    {
        type            empty;
        inGroups        1(empty);
        nFaces          147200;
        startFace       295280;
    }
    front
    {
        type            empty;
        inGroups        1(empty);
        nFaces          147200;
        startFace       442480;
    }
)

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