$FOAM_TUTORIALS/combustion/fireFoam/les/oppositeBurningPanels
Propane flows in from the region "burner" that is a part of the floor of the air-filled domain, and burns. A part of the walls (transparent part) facing the burner is made of combustible material. All surfaces other than the floor and combustible walls are assumed to be open, and calculations are made for 5 seconds after ignition.
The combustible walls and the empty space are calculated separately, and the whole phenomenon is calculated by mapping the solutions.
The combustion reactions of the chemical species, propane and air, in the empty space are defined in the file "reactions" in the directory "constant" as follows. The properties of each chemical species are defined in the file "thermo.compressibleGas" in the same directory.
species ( O2 H2O C3H8 CO2 N2 ); reactions { propaneReaction { type irreversibleinfiniteReaction; reaction "C3H8 + 5O2 + 18.8N2 = 3CO2 + 4H2O + 18.8N2"; } }
These two files, "reactions" and "thermo.compressibleGas", are imported in the file "thermophysicalProperties" in the directory "constant" to do the configuration.
The material of the walls and the combustion reactions are defined in the file "reactions" in the directory "constant/panelRegion" as follows. We can see that the wall material (wood) is burning and turning into charcoal (char) and gas.
species ( wood char ); gaseousSpecies ( gas ); reactions { charReaction { type irreversibleArrheniusSolidReaction; reaction "wood^4.86 = char + gas"; A 7.83e10; Ta 15274.57; Tcrit 400; } }
The meshes are as follows.
The calculation result is as follows. Volume rendering is used to draw the distribution of CO2.
The temperature of the combustible wall (maximum X-coordinate side) is shown below.
The volume fraction of the material "wood" in the combustible wall (maximum X-coordinate side) at the final time is shown below. It can be seen that the volume fraction is decreasing in the intense combustion part at the bottom center of the region.
2 hours 25 minutes 12.78 seconds *6 parallel, Inter(R) Core(TM) i7-2600 CPU @ 3.40GHz 3.40GHz