ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / combustion / fireFoam / les / oppositeBurningPanels / constant / panelRegion / chemistryProperties
blob825b40143aa1334a30d634ba95356b947727444a
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      binary;
12     class       dictionary;
13     location    "constant";
14     object      chemistryProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 solidChemistryModel  ODESolidChemistryModel<constSolidThermoPhysics>;
20 gasThermoModel      gasThermoPhysics;
22 chemistry           on;
24 chemistrySolver     ode;
26 initialChemicalTimeStep 1e-07;
28 odeCoeffs
30     solver          SIBS;
31     eps             0.05;
34 species
36     gas
39 reactions
41     irreversibleSolidArrheniusReaction
42     v  = gas + char
43     (7.83e10 15274.57 400 4.86)
47 gas
49     specie
50     {
51         nMoles          1;
52         molWeight       18.0153;
53     }
54     thermodynamics
55     {
56         Tlow            200;
57         Thigh           5000;
58         Tcommon         1000;
59         highCpCoeffs    ( 2.67215 0.00305629 -8.73026e-07 1.20100e-10 -6.39162e-15 -29899.2 6.86282 );
60         lowCpCoeffs     ( 3.38684 0.00347498 -6.35470e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 );
61     }
62     transport
63     {
64         As              1.67212e-06;
65         Ts              170.672;
66     }
69 // ************************************************************************* //