mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
new decomposition option
This commit is contained in:
@ -22,8 +22,9 @@ numberOfSubdomains 4;
|
|||||||
//- Keep owner and neighbour on same processor for faces in zones:
|
//- Keep owner and neighbour on same processor for faces in zones:
|
||||||
// preserveFaceZones (heater solid1 solid3);
|
// preserveFaceZones (heater solid1 solid3);
|
||||||
|
|
||||||
method simple;
|
method scotch;
|
||||||
// method hierarchical;
|
// method hierarchical;
|
||||||
|
// method simple;
|
||||||
// method metis;
|
// method metis;
|
||||||
// method manual;
|
// method manual;
|
||||||
|
|
||||||
@ -53,6 +54,9 @@ metisCoeffs
|
|||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
scotchCoeffs
|
||||||
|
{}
|
||||||
|
|
||||||
manualCoeffs
|
manualCoeffs
|
||||||
{
|
{
|
||||||
dataFile "decompositionData";
|
dataFile "decompositionData";
|
||||||
|
|||||||
Reference in New Issue
Block a user