78 lines
1.4 KiB
Text
78 lines
1.4 KiB
Text
// The FOAM Project // File: decomposeParDict
|
|
/*
|
|
-------------------------------------------------------------------------------
|
|
========= | dictionary
|
|
\\ / |
|
|
\\ / | Name: decomposeParDict
|
|
\\ / | Family: FoamX configuration file
|
|
\\/ |
|
|
F ield | FOAM version: 2.1
|
|
O peration | Product of Nabla Ltd.
|
|
A and |
|
|
M anipulation | Email: Enquiries@Nabla.co.uk
|
|
-------------------------------------------------------------------------------
|
|
*/
|
|
// FoamX Case Dictionary.
|
|
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
|
|
// root "/home/warhol/chris/foam/chris2.1/run/tutorials/interFoam";
|
|
// case "damBreak";
|
|
// instance "system";
|
|
// local "";
|
|
|
|
class dictionary;
|
|
object decomposeParDict;
|
|
}
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
|
|
numberOfSubdomains 24; //12;
|
|
|
|
method scotch; //metis;
|
|
|
|
simpleCoeffs
|
|
{
|
|
n (1 1 2);
|
|
delta 0.001;
|
|
}
|
|
|
|
hierarchicalCoeffs
|
|
{
|
|
n (1 1 1);
|
|
delta 0.001;
|
|
order xyz;
|
|
}
|
|
|
|
metisCoeffs
|
|
{
|
|
processorWeights
|
|
(
|
|
1
|
|
1
|
|
1
|
|
1
|
|
1
|
|
1
|
|
1
|
|
|
|
);
|
|
}
|
|
|
|
manualCoeffs
|
|
{
|
|
dataFile "";
|
|
}
|
|
|
|
distributed no;
|
|
|
|
roots
|
|
(
|
|
);
|
|
|
|
|
|
// ************************************************************************* //
|