ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / combustion / fireFoam / les / smallPoolFire3D / constant / reactions
blobc174cf789ecfdfbaf6128592efbd6123e013f690
1 species
3     O2
4     H2O
5     CH4
6     CO2
7     N2
8 );
10 reactions
12     propaneReaction
13     {
14         type         irreversibleinfiniteReaction;
15         reaction     "CH4 + 2O2 = CO2 + 2H2O";
16     }