FEMTC 2024 in Kansas City, MO and online | Sept 18-20.

 

Updated FDS Combustion and Fuel Composition Calculators

This post describes updated combustion product and fuel composition spreadsheet calculators for use with FDS (the Fire Dynamics Simulator from NIST). The first calculates combustion products given fuel composition and CO and Soot yields. The second does the inverse calculation for fuel composition given the product yields. We first provide detailed descriptions of the solution methods and then update and correct errors in a previous post that calculated fuel composition for the New Zealand C/VM2 - Verification Method Fire. Both calculators are available on the PyroSim Resources web page.

Simple Chemistry Model

For most applications, the FDS "simple chemistry" model is appropriate. Although it is called the "simple chemistry" model (and is in fact simple in the sense that combustion is modeled using only three species - fuel, air, and products), for me (and I expect for many engineers) it takes some review to be comfortable with the calculations.

Chapter 12 of the FDS User Guide discusses combustion. The simple simple chemistry combustion model, considers a single fuel species that is composed of C, H, O, and N that reacts with oxygen (air) in one mixing-controlled step to form the product species consisting of H2O, CO2, Soot, N2, and CO. The user specifies the chemical formula of the fuel along with the yields of CO and Soot, and the volume fraction of hydrogen in the soot, XH. FDS uses that information to calculate the stoichiometric coefficients as follows:

FDS Simple Chemistry Coefficients
The breakdown of how FDS calculates stoichiometry coefficients in a simple chemistry model

Mixing-controlled means that the combustion reaction occurs immediately when fuel and air are available in a cell.

Combustion Product Calculator

Let us start with the combustion calculator and to make sure we understand these equations, we will go through a complete derivation. The key concept is that we balance the C, H, O, and N atoms in the fuel and air with those in the products. Here are the details.

FDS Combustion Product Derivation
Generalized derivation of the products of combustion performed by FDS

The above derivation provides a set of simultaneous equations, where each row in the matrix results from the balance for a single element (C, H, O, and N). We can solve this in a spreadsheet. The solution below is for the default polyurethane reaction in PyroSim, note that the input corresponds to a fuel C1H1.7O0.3N0.08C1H1.7O0.3N0.08, with a CO yield of 0.042, a Soot yield of 0.198, and a fraction of H in Soot of 0.1. The calculated stoichiometric coefficients are O2=0.930505O_2 = 0.930505, CO2=0.649689CO_2 = 0.649689, H2O=0.832175H2O = 0.832175, and N2=0.04N_2 = 0.04.

The FDS Combustion spreadsheet, showing the calculations for the default FDS Polyurethane reaction

During a solution, FDS writes a *.out file that contains information on the reaction. I have copied the part of that output that shows that the mass fractions in the product species in the spreadsheet match the FDS calculations (compare to the last column in the Combustion Process for 1 kg Fuel table above).

Verification of the combustion parameters generated by the combustion calculator
The portion of the FDS *.out file, verifying the calculations of the combustion calculator.

An earlier version of our combustion calculator just used the FDS solution in the User Manual (see above) and that gives the same result as the present calculation. So we can feel comfortable that we are correct in our derivation and implementation.

Fuel Composition Calculator

This is essentially the inverse of the combustion calculator. For this case, we know the products and want to calculate the fuel composition that corresponds to these products. The derivations are similar to those described above. At the end of the derivation, we have a matrix that allows us to solve for the unknown fuel composition and oxygen (from the air) stoichiometric coefficient.

Fuel composition matrix
The system of equations that allows us to solve for the composition of the original fuel

We can demonstrate this using the output of the combustion product calculator ( Soot yield of 0.198, CO yield of 0.042, CO2 yield 1.455492, H2O yield 0.763156, N2 yield 0.057041, and fraction of H in Soot of 0.1) as input to this calculation. We obtain the original fuel composition fuel C1H1.7O0.3N0.08C1H1.7O0.3N0.08 and calculated stiochiometric coefficient for O2=0.930505O_2 = 0.930505

FDS Fuel Composition Spreadsheet
The FDS Fuel Composition Spreadsheet showing the calculations for this example.

So now we can go both ways, if we know the fuel we can calculate the products and, if we know the products, we can calculate the fuel.

NZ Fuel Composition

Finally, we return to the calculation that started this discussion. My goal was to calculate the fuel composition that corresponded to the New Zealand building code, C/VM2 - Verification Method: Framework for Fire Safety Design. The table below gives the design fire characteristics. Note that the table defines the yields, however Note (1) does provide an alternate generic fuel C1H2O0.5C1H2O0.5 for calculations. My first mistake in the previous post was to ignore Note (1). But, since we now have a fuel composition calculator, let us use the NZ products to calculate a fuel composition.

NZ Design Fire
Characteristics of the pre-flashover design fire (New Zealand, C/VM2)

We input the yields defined in the table ( Soot yield of 0.07, CO yield of 0.04, CO2 yield 1.5, H2O yield 0.82) and obtain a fuel composition of C1H2.20209O0.622494C1H2.20209O0.622494. The heat of combustion is 18.7MJ/kg18.7 MJ/kg (assuming an energy release per unit mass of oxygen, EPUMO2, of 13,100kJ/kg13,100 kJ/kg). Both the fuel composition and heat of combustion are reasonably close to the alternate fuel and alternate 20 MJ/kg heat of combustion. In addition, conversations with practicing engineers indicate that a fuel of C1H2.2O0.622C1H2.2O0.622 is reasonable (see the Acknowledgements below).

Fuel Composition Calculator NZ
The Fuel Composition Calculator for the NZ design fire scenario

Conclusions

We have derived in detail the combustion calculation and inverse fuel composition calculation that corresponds to the "simple chemistry" model in FDS. The intent is to help the reader more completely understand the stoichiometric calculations in FDS.

A key comment by Jason Floyd is that "Essentially all common combustibles sit near a EPUMO2 of 13 MJ/kg." I had violated this in my original calculations.

Acknowledgements

I would like the thank Jason Floyd at Jensen Hughes, Christofer Wickmark at Holmes Fire, and Antony Walker at Holmes Fire for graciously pointing out that I had made an error in my first calculations. Further discussions with them helped me prepare this updated post. These engineers obviously know what they are doing.

References

C/VM2, Verification Method: Framework for Fire Safety Design, Amendment 4. 2014. The Ministry of Business, Innovation and Employment, PO Box 10-729, Wellington.

McGrattan, Kevin, et al. 2014. Fire Dynamics Simulator User's Guide (Sixth Edition). Gaithersburg, Maryland, USA, July 2014. NIST Special Publication 1019-6.

Comments or Questions

This post was written by Daniel Swenson. For comments or questions, send email to support@thunderheadeng.com.