Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / incompressible / simpleFoam / mixingPlaneDomADomB / system / decomposeParDict.backup
blob6ed62d3bc663a94843a19bd87d62732ed2e7b0c0
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 numberOfSubdomains 4;
17 method manual;     //metis; //simple;
19 globalFaceZones (
20     ggi1DomAZone
21     ggi2DomAZone
24 manualCoeffs
26   dataFile "manualDecomp.txt";
29 simpleCoeffs
31   n (1 4 1);
32   delta 0.001;
35 distributed no;
37 roots