initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / mesh / moveDynamicMesh / SnakeRiverCanyon / system / decomposeParDict
blobcc32e107da616f994cb1f6af5c9768839d241dfd
1 /*-------------------------------*- C++ -*---------------------------------*\
2 |    =========                                                              |
3 |    \\      /     OpenFOAM                                                 |
4 |     \\    /                                                               |
5 |      \\  /       The Open Source CFD Toolbox                              |
6 |       \\/                                        http://www.OpenFOAM.org  |
7 \*-------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     note        "mesh decomposition control dictionary";
14     location    "system";
15     object      decomposeParDict;
18 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 numberOfSubdomains  2;
22 method          hierarchical;
24 simpleCoeffs
26     n           (2 2 1);
27     delta       0.001;
30 hierarchicalCoeffs
32     n           (2 1 1);
33     delta       0.001;
34     order       xyz;
37 metisCoeffs
40 manualCoeffs
42     dataFile    "decompositionData";
46 // ************************************************************************* //