STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / incompressible / simpleFoam / mixingPlaneDomADomB / system / decomposeParDict.backup
blobb51048408d67521208beaf3b689ac629c9f7f909
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
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
22 );      
24 manualCoeffs
26   dataFile "manualDecomp.txt";
27 }       
29 simpleCoeffs
31   n (1 4 1);
32   delta 0.001;  
33 }       
35 distributed no;         
37 roots
38   (
39   );