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

actions
(
    // icv1 production column face
    {
        action        new;
        type        faceSet;
        name        cop_icv1_set;
        source        labelToFace;
        sourceInfo
        {
            value
            (
                3
            );
        }
    }

    {
        action        new;
        type        faceZoneSet;
        name        cop_icv1;
        source        setToFaceZone;
        sourceInfo
        {
            faceSet cop_icv1_set;
        }
    }

    // icv0 production column face
    {
        action        new;
        type        faceSet;
        name        cop_icv0_set;
        source        labelToFace;
        sourceInfo
        {
            value
            (
                74
            );
        }
    }

    {
        action        new;
        type        faceZoneSet;
        name        cop_icv0;
        source        setToFaceZone;
        sourceInfo
        {
            faceSet cop_icv0_set;
        }
    }
);

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