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

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

actions
(
    {
        name    Side2;
        type    faceSet;
        action  new;
        source  boxToFace;
        sourceInfo
        {
            box (-10.0 -5.0 0.14999)(15 5.0 0.15001);
        }
    }

    {
        name    Side1;
        type    faceSet;
        action  new;
        source  boxToFace;
        sourceInfo
        {
            box (-10 -5.0 -0.15001)(15 5.0 -0.14999);
        }
    }

);

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