FoamFile
{
    version         2.0;
    format          ascii;

    root            "";
    case            "";
    instance        "";
    local           "";

    class           dictionary;
    object          decomposeParDict;
}

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

numberOfSubdomains  2; 

method               hierarchical;

hierarchicalCoeffs
{
    n                    (2 1 1);
    delta                0.001;
    order                yxz;
}

distributed false;

//provide roots for distributed execution
roots
(

);

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