31 lines
1.4 KiB
Text
31 lines
1.4 KiB
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: v2006 |
|
||
|
| \\ / A nd | Website: www.openfoam.com |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class dictionary;
|
||
|
location "system";
|
||
|
object decomposeParDict;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
numberOfSubdomains 128;
|
||
|
|
||
|
method hierarchical;
|
||
|
|
||
|
hierarchicalCoeffs
|
||
|
{
|
||
|
n (8 4 4);
|
||
|
delta 0.001;
|
||
|
order xyz;
|
||
|
}
|
||
|
|
||
|
|
||
|
// ************************************************************************* //
|