/*------------------------------*- FOAMDict -*-------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  1.7.1                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    left
    {
        type            symmetryPlane;
        nFaces          30;
        startFace       1930;
    }
    right
    {
        type            patch;
        nFaces          30;
        startFace       1960;
    }
    down
    {
        type            symmetryPlane;
        nFaces          30;
        startFace       1990;
    }
    up
    {
        type            patch;
        nFaces          30;
        startFace       2020;
    }
    hole
    {
        type            patch;
        nFaces          20;
        startFace       2050;
    }
    frontAndBack
    {
        type            empty;
        nFaces          2000;
        startFace       2070;
    }
)

// ****************** vim: set ft=foamdict sw=4 sts=4 et: ****************** //
