/*--------------------------------*- 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       dictionary;
    location    "well0";
    object      wellMeshingDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

nLayers                       0;
devicesInLayer
(
    layer0
    (bc0 bc1)
);
MDRef                         0.0;
sourceZoneName                nearWell;
layer0
{
    zCells      15000;
    vfpCoeffs
    {
        type                          boundary;
        patchInfo
        {
            name                          wallsVFP;
            type                          wall;
        }
    }
    bc0Coeffs
    {
        type                          boundary;
        MDi                           -1e20;
        MDf                           100.0;
        ID                            0.2159;
        OD                            0.2159;
        patchInfo
        {
            name                          inlet_region0;
            type                          patch;
        }
    }
    bc1Coeffs
    {
        type                          boundary;
        MDi                           100.0;
        MDf                           1e20;
        ID                            0.2159;
        OD                            0.2159;
        patchInfo
        {
            name                          well_faces_well;
            type                          wall;
        }
    }
    points
    (
        (500.0 500.0 0.0)
        (500.0 500.0 300.0)
    );
}


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