Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / heatTransfer / chtMultiRegionSimpleFoam / multiRegionHeater / system / topAir / decomposeParDict
blob10f2fdf9a393f89d5b5d79e7520e1d65d9636fef
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     note        "mesh decomposition control dictionary";
14     location    "system";
15     object      decomposeParDict;
18 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 numberOfSubdomains  4;
23 method          scotch;
25 simpleCoeffs
27     n           (2 2 1);
28     delta       0.001;
31 hierarchicalCoeffs
33     n           (2 2 1);
34     delta       0.001;
35     order       xyz;
39 manualCoeffs
41     dataFile    "decompositionData";
45 // ************************************************************************* //