fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / simpleFoam / pitzDailyExptInlet / system / decomposeParDict
blobe2fc2b8cd37759d7f8c8a47d496dc3e7708a761e
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      decomposeParDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 numberOfSubdomains 4;
19 method          hierarchical;
20 //method          metis;
21 //method          parMetis;
23 simpleCoeffs
25     n               (2 1 1);
26     delta           0.001;
29 hierarchicalCoeffs
31     n               (2 2 1);
32     delta           0.001;
33     order           xyz;
36 metisCoeffs
39 manualCoeffs
41     dataFile        "";
44 distributed     no;
46 roots
50 // ************************************************************************* //