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

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

numberOfSubdomains €;

constraints
{
    faceZones
    {
        type    preserveFaceZones;
        enabled true;

        zones
        (
            topInterface
            bottomInterface
            fluidTubeInterface
            topTubeInterface
            bottomTubeInterface
        );
    }
}
 
method          simple;

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