57 lines
1.2 KiB
Text
57 lines
1.2 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;
|
|
class dictionary;
|
|
object decomposeParDict;
|
|
}
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
|
|
numberOfSubdomains 24;
|
|
|
|
method scotch;
|
|
|
|
simpleCoeffs
|
|
{
|
|
n (1 1 2);
|
|
delta 0.001;
|
|
}
|
|
|
|
hierarchicalCoeffs
|
|
{
|
|
n (1 1 1);
|
|
delta 0.001;
|
|
order xyz;
|
|
}
|
|
|
|
manualCoeffs
|
|
{
|
|
dataFile "";
|
|
}
|
|
|
|
distributed no;
|
|
|
|
roots
|
|
(
|
|
);
|
|
|
|
|
|
// ************************************************************************* //
|