/*--------------------------------*- 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
(
    
    // Example: create cellZone from geometric region
    {
        name    c0;
        type    cellSet;//cellZoneSet;
        action  new;
        source  boxToCell;
        sourceInfo
        {
            boxes
	    (
		(0.005 0 0.0625)(0.015 0.003 0.0925) //1
		(0.015 0 0.020)(0.025 0.003 0.050) //2 
		(0.025 0 0.0625)(0.035 0.003 0.0925) //3
		(0.035 0 0.020)(0.045 0.003 0.050) //4
		(0.045 0 0.0625)(0.055 0.003 0.0925) //5
		(0.055 0 0.020)(0.065 0.003 0.050) //6 
		(0.065 0 0.0625)(0.075 0.003 0.0925) //7
		(0.075 0 0.020)(0.085 0.003 0.050) //8
		(0.085 0 0.0625)(0.095 0.003 0.0925) //9
		(0.095 0 0.020)(0.105 0.003 0.050) //10
		(0.105 0 0.0625)(0.115 0.003 0.0925) //11
		(0.115 0 0.020)(0.125 0.003 0.050) //12
		(0.125 0 0.0625)(0.135 0.003 0.0925) //13 
		(0.135 0 0.020)(0.145 0.003 0.050) //14
		(0.145 0 0.0625)(0.155 0.003 0.0925) //15
		(0.155 0 0.020)(0.165 0.003 0.050) //16
		(0.165 0 0.0625)(0.175 0.003 0.0925) //17
	    );
        }
    }
);

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