initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / incompressible / simpleFoam / motorBike / system / decomposeParDict
blobcbcdf2d23a46a8963942ae1a90a3491a08a8cc08
1 // The FOAM Project // File: decomposeParDict
2 /*
3 -------------------------------------------------------------------------------
4  =========         | dictionary
5  \\      /         | 
6   \\    /          | Name:   decomposeParDict
7    \\  /           | Family: FoamX configuration file
8     \\/            | 
9     F ield         | FOAM version: 2.1
10     O peration     | Product of Nabla Ltd.
11     A and          | 
12     M anipulation  | Email: Enquiries@Nabla.co.uk
13 -------------------------------------------------------------------------------
15 // FoamX Case Dictionary.
17 FoamFile
19     version         2.0;
20     format          ascii;
22     root            "/home/penfold/mattijs/foam/mattijs2.1/run/icoFoam";
23     case            "cavity";
24     instance        "system";
25     local           "";
27     class           dictionary;
28     object          decomposeParDict;
31 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
34 numberOfSubdomains 6;
36 method          hierarchical;
37 //method          metis;
38 //method          parMetis;
40 simpleCoeffs
42     n               (4 1 1);
43     delta           0.001;
46 hierarchicalCoeffs
48     n               (3 2 1);
49     delta           0.001;
50     order           xyz;
53 manualCoeffs
55     dataFile        "cellDecomposition";
58 metisCoeffs
60     //n                   (5 1 1);
61     //cellWeightsFile     "constant/cellWeightsFile";
65 // ************************************************************************* //