/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object decomposeParDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // numberOfSubdomains 64; method scotch; scotchCoeffs { //strategy "b{sep=m{vert=100,low=h,asc=f}x}"; strategy "r{job=t,map=t,poli=S,sep=(m{asc=b{bnd=(d{pass=40,dif=1,rem=1}|)f{move=80,pass=-1,bal=0.002491},org=f{move=80,pass=-1,bal=0.002491},width=3},low=h{pass=10}f{move=80,pass=-1,bal=0.002491},type=h,vert=80,rat=0.8}| m{asc=b{bnd=(d{pass=40,dif=1,rem=1}|)f{move=80,pass=-1,bal=0.002491},org=f{move=80,pass=-1,bal=0.002491},width=3},low=h{pass=10}f{move=80,pass=-1,bal=0.002491},type=h,vert=80,rat=0.8})}"; } simpleCoeffs { n (4 1 1); delta 0.001; } hierarchicalCoeffs { n (3 2 1); delta 0.001; order xyz; } manualCoeffs { dataFile "cellDecomposition"; } // ************************************************************************* //