Upgrade case file headers
[foam-extend-3.2.git] / tutorials / incompressible / simpleSRFFoam / axialTurbine / system / decomposeParDict
blob1adccd85cbc0a9b7884e9ffdab59181af6cea474
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      decomposeParDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 numberOfSubdomains 8;
19 method               metis;
21 globalFaceZones
23     RUCYCLIC1Zone
24     RUCYCLIC2Zone
27 simpleCoeffs
29     n               (2 2 1);
30     delta             0.001;
33 hierarchicalCoeffs
35     n               (1 1 1);
36     delta           0.001;
37     order           xyz;
40 metisCoeffs
42     processorWeights
43     (
44         1
45         1
46         1
47         1
48         1
49         1
50         1
51         1
52     );
55 manualCoeffs
57     dataFile        "";
60 distributed     no;
62 roots
66 // ************************************************************************* //