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);
25 // method hierarchical;
71 dataFile "decompositionData";
74 //// Is the case distributed
76 //// Per slave (so nProcs-1 entries) the directory above the case.
83 // ************************************************************************* //