Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / combustion / fireFoam / les / oppositeBurningPanels / system / panelRegion / decomposeParDict
blob0e270e4391f0cc7b771016411c9876f8892f807f
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     location    "system";
14     object      decomposeParDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 numberOfSubdomains 6;
21 method          structured;
23 structuredCoeffs
25     method      hierarchical;
26     patches     (region0_to_panelRegion_fRight_zone region0_to_panelRegion_fLeft_zone);
28     hierarchicalCoeffs
29     {
30          n               ( 2 3 1 );
31          delta           0.001;
32          order           xyz;
33     }
37 hierarchicalCoeffs
39     n               ( 1 2 2 );
40     delta           0.001;
41     order           xyz;
44 manualCoeffs
46     dataFile        "cellDecomposition";
49 metisCoeffs
53 // ************************************************************************* //