reduced-foam-extend-coheren.../tutorials/lid-driven-cavity-3D/system/decomposeParDict
2023-09-21 17:05:56 +02:00

30 lines
1.4 KiB
C++

/*--------------------------------*- 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;
}
// ************************************************************************* //