/*--------------------------------*- 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
{
    format      ascii;
    class       dictionary;
    location    "system";
    object      wellMeshingDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

nLayers        0;

devicesInLayer
(
    layer0   ( bc0)
    layer1   ()
    layer2   ()
);

MDRef          100.0;

VFPName    ptube11;

layer0
{
    ID              0.21589999999999998;
    heel            (0 0 150.0);
    toe             (0 0 50.0);
    zCells          100;                 // 1 cell/m;
    zScheme         uniform;

    facesPolygono   24;
    angTotal        360;                // angulação total, 360°, 180°, 90° e < 90°
    ang0            0;                  // angulação inicial
    inputAngleList  false;

    vfpCoeffs
    {
        type        boundary;

        patchInfo
        {
            name            wallsVFP;
            type            wall;
        }
    }

    bc0Coeffs
    {
        type        boundary;
        MDi         -1e20;
        MDf         1e20;

        patchInfo
        {
            name            well0_to_reservoir0;
            type            patch;
        }
    }
}

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