BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / combustion / fireFoam / les / oppositeBurningPanels / system / panelRegion / decomposeParDict
blob53097e0a7b6f2f1221a5aa6f1e8689b933967469
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.org                      |
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 // ************************************************************************* //