ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / combustion / fireFoam / les / smallPoolFire3D / constant / pyrolysisZones
blobd08aecbf8e6acae7ddb1fe4743305b717c87224c
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     {
23         active          false;
25         pyrolysisModel  none;
27         regionName      panelRegion;
29         reactingOneDimCoeffs
30         {
31             filmCoupled     false;
33             radFluxName     Qr;
35             minimumDelta    1e-8;
37             moveMesh        false;
38         }
40         infoOutput      false;
41     }
44 // ************************************************************************* //