/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v1812                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      wellMeshingDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

//###################      WELL MESH INPUT      #############################//

#include "wellMeshing.dat"


nLayers        0;

devicesInLayer
(
    layer0   (bc0)
);

MDRef 0;

layer0
{
    ID              $d_inj;
    heel            ($x_heel  1000.0 $n_z);
    toe             ($x_toe 1000.0 0.0);
    zCells          $n_z;

    bc0Coeffs
    {
        type        boundary;
        MDi         -5;
        MDf         500;

        patchInfo
        {
            name            well0_to_reservoir0;
            type            wall;
        }
    }

}



//###################    ELEVATION MESH INPUT    ############################//









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