1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
4 | \\ / O peration | Version: 1.6-ext |
5 | \\ / A nd | Web: www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 note "mesh decomposition control dictionary";
15 object decomposeParDict;
18 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
22 //- Keep owner and neighbour on same processor for faces in zones:
23 // preserveFaceZones (heater solid1 solid3);
25 // Face zones which need to be present on all CPUs in its entirety
26 // globalFaceZones (ggiInside ggiOutside);
28 //- Keep owner and neighbour on same processor for faces in patches:
29 // (makes sense only for cyclic patches)
30 //preservePatches (cyclic_left_right);
34 // method hierarchical;
80 dataFile "cellDecomposition";
84 //// Is the case distributed
86 //// Per slave (so nProcs-1 entries) the directory above the case.
94 // ************************************************************************* //