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

7
(
    top
    {
        type            wall;
        inGroups        1(wall);
        nFaces          5;
        startFace       1171;
    }
    bottom
    {
        type            wall;
        inGroups        1(wall);
        nFaces          0;
        startFace       1176;
    }
    walls
    {
        type            wall;
        inGroups        1(wall);
        nFaces          65;
        startFace       1176;
    }
    symmetry
    {
        type            symmetryPlane;
        inGroups        1(symmetryPlane);
        nFaces          69;
        startFace       1241;
    }
    frontAndBack
    {
        type            empty;
        inGroups        1(empty);
        nFaces          1260;
        startFace       1310;
    }
    procBoundary0to1
    {
        type            processor;
        inGroups        1(processor);
        nFaces          20;
        startFace       2570;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        0;
        neighbProcNo    1;
    }
    procBoundary0to2
    {
        type            processor;
        inGroups        1(processor);
        nFaces          19;
        startFace       2590;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        0;
        neighbProcNo    2;
    }
)

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