/*--------------------------------*- 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          0;
        startFace       1200;
    }
    bottom
    {
        type            wall;
        inGroups        1(wall);
        nFaces          25;
        startFace       1200;
    }
    walls
    {
        type            wall;
        inGroups        1(wall);
        nFaces          25;
        startFace       1225;
    }
    symmetry
    {
        type            symmetryPlane;
        inGroups        1(symmetryPlane);
        nFaces          0;
        startFace       1250;
    }
    frontAndBack
    {
        type            empty;
        inGroups        1(empty);
        nFaces          1250;
        startFace       1250;
    }
    procBoundary3to1
    {
        type            processor;
        inGroups        1(processor);
        nFaces          25;
        startFace       2500;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        3;
        neighbProcNo    1;
    }
    procBoundary3to2
    {
        type            processor;
        inGroups        1(processor);
        nFaces          25;
        startFace       2525;
        matchTolerance  0.0001;
        transform       unknown;
        myProcNo        3;
        neighbProcNo    2;
    }
)

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