35 lines
1.1 KiB
C++
35 lines
1.1 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: v2406 |
|
|
| \\ / A nd | Website: www.openfoam.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object decomposeParDict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
// Do NOT attempt with hierarchical with these constraints!
|
|
|
|
numberOfSubdomains 128;
|
|
|
|
// method simple;
|
|
method scotch;
|
|
// method random;
|
|
|
|
coeffs
|
|
{
|
|
n (16 8 4);
|
|
}
|
|
|
|
// Optional decomposition constraints
|
|
#include "<system>/decomposeConstraints"
|
|
|
|
|
|
// ************************************************************************* //
|