FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      createPatchDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

pointSync false;

patches
(
    {
        name topcenter;

        patchInfo
        {
            type patch;
        }
        constructFrom set;

	set topcenter;
    }

    {
        name bottomcenter;

        patchInfo
        {
            type patch;
        }
        constructFrom set;

        set bottomcenter;
    }
);


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