1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
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);
26 // method hierarchical;
58 dataFile "decompositionData";
62 //// Is the case distributed
64 //// Per slave (so nProcs-1 entries) the directory above the case.
72 // ************************************************************************* //