initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / interDyMFoam / sloshingTank2D / system / decomposeParDict
blobd4594e09475d920c6ca71413fa457c4ec15810ac
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  dev                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      decomposeParDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 numberOfSubdomains 16;
19 method          hierarchical;
21 simpleCoeffs
23     n               (2 2 1);
24     delta           0.001;
27 hierarchicalCoeffs
29     n               (4 2 2);
30     delta           0.001;
31     order           xyz;
34 metisCoeffs
36     processorWeights 
37     (
38         1
39         1
40         1
41         1
42     );
45 manualCoeffs
47     dataFile        "";
50 distributed     no;
52 roots           
56 // ************************************************************************* //