Added options
This commit is contained in:
parent
ef1dd516e2
commit
cff7ad6daf
@ -21,6 +21,9 @@ FoamFile
|
||||
|
||||
numberOfSubdomains 4;
|
||||
|
||||
//preservePatches (inlet);
|
||||
//preserveFaceZones (heater solid1 solid3);
|
||||
|
||||
method simple;
|
||||
//method hierarchical;
|
||||
//method metis;
|
||||
@ -39,6 +42,17 @@ hierarchicalCoeffs
|
||||
order xyz;
|
||||
}
|
||||
|
||||
metisCoeffs
|
||||
{
|
||||
//processorWeights
|
||||
//(
|
||||
// 1
|
||||
// 1
|
||||
// 1
|
||||
// 1
|
||||
//);
|
||||
}
|
||||
|
||||
manualCoeffs
|
||||
{
|
||||
dataFile "decompositionData";
|
||||
|
Loading…
Reference in New Issue
Block a user