fvMeshDistributorsDistributor: Changed decompose call to support constraints

Resolves bug-report https://bugs.openfoam.org/view.php?id=3812
This commit is contained in:
Henry Weller
2022-03-04 18:34:32 +00:00
parent b37141932a
commit 16788ffc36
7 changed files with 53 additions and 142 deletions

View File

@ -21,25 +21,21 @@ distributor hierarchical;
// distributor zoltan;
// libs ("libzoltanDecomp.so");
simpleCoeffs
{
n (2 2 1);
}
hierarchicalCoeffs
{
n (2 2 2);
order xyz;
}
manualCoeffs
constraints
{
dataFile "";
refinementHistory
{
//- Decompose cells such that all cell originating from single cell
// end up on same processor
type refinementHistory;
}
}
distributed no;
roots ( );
// ************************************************************************* //