/*--------------------------------*- 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;
    arch        "LSB;label=32;scalar=64";
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

4
(
    wallsF
    {
        type            wall;
        inGroups        1(wall);
        nFaces          0;
        startFace       99;
    }
    walls
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1;
        startFace       99;
    }
    outlet_region0
    {
        type            patch;
        nFaces          1;
        startFace       100;
    }
    well0_to_reservoir0
    {
        type            patch;
        nFaces          2400;
        startFace       101;
    }
)

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