/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2412                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

#include       "include/caseDefinition"

numberOfSubdomains  $nCores;

// note: kahip decomposition can not be used in conjunction with new wall
//       distance method "exactDistance" use hierachical instead
method              $decompositionMethod; //kahip; //hierarchical;

hierarchicalCoeffs
{
    n               $nHierarchical;
    delta           0.001;
    order           xyz;
}

kahipCoeffs
{
    config          fast; // fast | eco | strong
    imbalance       0.01;
}

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