Files
openfoam/tutorials/mesh/snappyHexMesh/sphere_multiRegion/system/decomposeParDict
2024-12-12 16:13:32 +00:00

31 lines
1.1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1806 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
note "mesh decomposition control dictionary";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
////- The total number of domains (mandatory)
//numberOfSubdomains 2;
//
////- The decomposition method (mandatory)
//method random;
//- The total number of domains (mandatory)
numberOfSubdomains 11;
//- The decomposition method (mandatory)
method scotch;
// ************************************************************************* //