initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / discreteMethods / molecularDynamics / mdFoam / nanoNozzle / system / decomposeParDict
bloba1466736b497a78df5257d69ea326ec4f2a88f54
1 /*---------------------------------------------------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version         2.0;
12     format          ascii;
14     root            "";
15     case            "";
16     instance        "";
17     local           "";
19     class           dictionary;
20     object          decomposeParDict;
23 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
26 numberOfSubdomains 4;
28 method              metis;
30 simpleCoeffs
32     n               (2 2 1);
33     delta           0.001;
36 hierarchicalCoeffs
38     n               (1 1 1);
39     delta           0.001;
40     order           xyz;
43 metisCoeffs
45     processorWeights
46     (
47         1
48         1
49         1
50         1
51     );
54 manualCoeffs
56     dataFile        "";
59 distributed     no;
61 roots
66 // ************************************************************************* //