FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    note        "mesh decomposition control dictionary";
    location    "system";
    object      decomposeParDict;
}

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

numberOfSubdomains €;

method          simple;

simpleCoeffs
{
    n               (1 2 1);
    delta           0.001;
}

constraints
{
    faces
    {
        type    preserveFaceZones;
        zones   (topInterface bottomInterface);
        enabled true;
    }
}
