Upgrade case file headers
[foam-extend-3.2.git] / tutorials / incompressible / MRFSimpleFoam / axialTurbine_mixingPlane / system / decomposeParDict
blob1933d4936fc9d8ae3fbbcb30e3375f0249c6fe88
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;
20 method    patchConstrained;
22 globalFaceZones
24     RUCYCLIC1Zone
25     RUINLETZone
26     RUCYCLIC2Zone
27     RUOUTLETZone
28     GVOUTLETZone
29     DTINLETZone
30     DTCYCLIC1Zone
31     DTCYCLIC2Zone
34 patchConstrainedCoeffs
36     method            metis;
37     numberOfSubdomains    8;
38     patchConstraints
39     (
40         (RUINLET 1)
41         (GVOUTLET 1)
42         (RUOUTLET 2)
43         (DTINLET 2)
44     );
47 simpleCoeffs
49     n               (2 2 1);
50     delta             0.001;
53 hierarchicalCoeffs
55     n               (1 1 1);
56     delta           0.001;
57     order           xyz;
60 metisCoeffs
62     processorWeights
63     (
64         1
65         1
66         1
67         1
68         1
69         1
70         1
71         1
72     );
75 manualCoeffs
77     dataFile        "";
80 distributed     no;
82 roots
86 // ************************************************************************* //