Upgrade case file headers
[foam-extend-3.2.git] / tutorials / incompressible / simpleFoam / mixingPlaneDomADomB / system / decomposeParDict.backup
blob654475bfebb8dbcc34f587317c5d08ce215ec621
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
38   (
39   );