/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM:  The Open Source CFD Toolbox
   \\    /   O peration     | Version:   OpenFOAM-9 (f8d11b031) (openfoam.org)
    \\  /    A nd           | Upstream:  A Wikki Brasil project (wikki.com.br)
     \\/     M anipulation  | Version:   dev
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

4
(
    walls
    {
        type            wall;
        inGroups        1(wall);
        nFaces          2449;
        startFace       2449;
    }
    outlet
    {
        type            patch;
        nFaces          1;
        startFace       4898;
    }
    walls0
    {
        type            wall;
        inGroups        1(wall);
        nFaces          192;
        startFace       4899;
    }
    well0_to_reservoir0
    {
        type            patch;
        nFaces          960;
        startFace       5091;
    }
)

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