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

pointSync false;

patches
(

    {
        name pE;

        patchInfo
        {
            type patch;
        }
        constructFrom set;

	set posE;
    }

    {
        name nE;

        patchInfo
        {
            type patch;
        }
        constructFrom set;

        set negE;
    }

);


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