initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / discreteMethods / molecularDynamics / mdEquilibrationFoam / periodicCubeWater / system / decomposeParDict
blobe0cedd45bc3ecb4bb01e29ad7e33e646cb105635
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              simple;
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             3
49     );
52 manualCoeffs
54     dataFile        "";
57 distributed     no;
59 roots
64 // ************************************************************************* //