BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / combustion / fireFoam / les / oppositeBurningPanels / constant / pyrolysisZones
blob5ef9f149dd13d2f782dc6953e1000ae49880f471
1 /*---------------------------------------------------------------------------*\
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      binary;
12     class       dictionary;
13     location    "constant";
14     object      pyrolysisZones;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     pyrolysis
21     {
22         active          true;
24         pyrolysisModel  reactingOneDim;
26         regionName      panelRegion;
28         reactingOneDimCoeffs
29         {
30             filmCoupled     false;
32             radFluxName     Qr;
34             minimumDelta    1e-8;
36             reactionDeltaMin 1e-8;
38             moveMesh        false;
39         }
41         infoOutput      true;
42     }
45 // ************************************************************************* //