/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  7
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      topoSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

actions
(
    {
        name    c0;
        type    cellSet;
        action  new;
        source  cylinderToCell;;
        sourceInfo
        {
            p1          (0 0 0.059999);
            p2          (0 0 0.080001);
            radius      0.0025001;
        }
    }
    {
        name    wire;
        type    cellZoneSet;
        action  new;
        source  setToCellZone;
        sourceInfo
        { set c0; }
    }
    {
        name    c1;
        type    cellSet;
        action  new;
        source  boxToCell;
        sourceInfo
        {
            box (-0.07001 -0.02001 -0.00001) (0.07001 0.06001 0.14001); 
        }
    }
    {
        name    c1;
        type    cellSet;
        action  delete;
        source  cylinderToCell;
        sourceInfo
        {
            p1          (0 0 0.059999);
            p2          (0 0 0.08001);
            radius      0.0025001;
        }
    }
    {
        name    fluid;
        type    cellZoneSet;
        action  new;
        source  setToCellZone;
        sourceInfo
        { set c1; }
    }
    {
        name    ust;
        type    faceSet;
        action  new;
        source  boxToFace;;
        sourceInfo
        {
            box (-0.01001 -0.02001 0.05999)(0.01001 -0.01999 0.08001);
        }
    }
    /*{
        name    c2;
        type    cellSet;
        action  new;
        source  boxToCell;
        sourceInfo
        {
            box (-0.1 -0.1 0) (0.1 0.1 0.01); 
        }
    }
    {
        name    c2;
        type    cellSet;
        action  delete;
        source  boxToCell;
        sourceInfo
        {
            box (-0.025 -0.015 0) (0.025 0.015 0.01); 
        }
    }
    {
        name    fluid;
        type    cellZoneSet;
        action  new;
        source  setToCellZone;
        sourceInfo
        { set c2; }
    }*/
);

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