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

numberOfSubdomains 16;

preserveFaceZones (iFaces);

method          simple;	

simpleCoeffs
{
    n               (4 4 1);
    delta           1e-16;
}

distributed     no;

roots           
(
);

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