/*--------------------------------*- 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      topoSetDict;
}

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


#include "../../input.dat"

actions
(
    {
        name    well0Cells;
        type    cellSet;
        action  new;
        source  boxToCell;
        sourceInfo
        {
            box (-1e20 -1e20 -1e20) (1e20 1e20 1e20);
        }
    }
    {
        name    well0Cells;
        type    cellSet;
        action  delete;
        source  boxToCell;
        sourceInfo
        {
            box ($xmin_internal $ymin_internal $zmin_internal) ($xmax_internal $ymax_internal $zmax_internal);
        }
    }





);

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