mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: decomposePar: corrected dictionaries
This commit is contained in:
@ -69,8 +69,8 @@ structuredCoeffs
|
|||||||
// Renumber in columns (depthFirst) or in layers
|
// Renumber in columns (depthFirst) or in layers
|
||||||
depthFirst true;
|
depthFirst true;
|
||||||
|
|
||||||
// Optional: reverse ordering
|
// Reverse ordering
|
||||||
//reverse false;
|
reverse false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -119,7 +119,10 @@ structuredCoeffs
|
|||||||
{
|
{
|
||||||
// Patches to do 2D decomposition on. Structured mesh only; cells have
|
// Patches to do 2D decomposition on. Structured mesh only; cells have
|
||||||
// to be in 'columns' on top of patches.
|
// to be in 'columns' on top of patches.
|
||||||
patches (bottomPatch);
|
patches (movingWall);
|
||||||
|
|
||||||
|
// Method to use on the 2D subset
|
||||||
|
method scotch;
|
||||||
}
|
}
|
||||||
|
|
||||||
//// Is the case distributed? Note: command-line argument -roots takes
|
//// Is the case distributed? Note: command-line argument -roots takes
|
||||||
|
|||||||
Reference in New Issue
Block a user