1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.2 |
5 | \\ / A nd | Web: http://www.foam-extend.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 note "mesh decomposition control dictionary";
15 object decomposeParDict;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
21 //- Keep owner and neighbour on same processor for faces in zones:
22 // preserveFaceZones (heater solid1 solid3);
24 // Face zones which need to be present on all CPUs in its entirety
25 // globalFaceZones (ggiInside ggiOutside);
27 //- Keep owner and neighbour on same processor for faces in patches:
28 // (makes sense only for cyclic patches)
29 //preservePatches (cyclic_left_right);
32 // method hierarchical;
78 dataFile "cellDecomposition";
81 //// Is the case distributed
83 //// Per slave (so nProcs-1 entries) the directory above the case.
90 // ************************************************************************* //