firemodels / fds

Fire Dynamics Simulator
https://pages.nist.gov/fds-smv/
Other
675 stars 628 forks source link

Mass loss in FDS vs. Cone Calorimeter #10833

Closed ChrisDagenais closed 2 years ago

ChrisDagenais commented 2 years ago

Here is the FDS file for your review (in txt format). This issues is linked to the question I made on the forum (https://groups.google.com/g/fds-smv/c/mq1E96ebYSo).

Thanks, Christian DF_50kWm2_50Kmin.txt

mcgratta commented 2 years ago
      N_S=3.31,
      A=9.57E22,
      E=1.36E5/

How confident are you with these values? I substituted

      REFERENCE_TEMPERATURE=100

and now I do not see the initial drop in surface density. My guess is that you are evaporating all the water in the first step. Look at your value of A. Does that look right to you?

ChrisDagenais commented 2 years ago

Thank you Kevin for the quick follow-up. The kinetic values for the water evaporation are taken from a similar study (https://onlinelibrary.wiley.com/doi/full/10.1002/fam.2947). When using these values and plug them in a TGA model in FDS, the first reaction between 20 and 100 C provides quite a good fit (see pic attached). TGA_FDS_vs_Test

May I ask what you changed in the code lines (i.e., REFERENCE_TEMPERATURE=100)? Where and what have you changed for this single line? I will redo my models and see if this new change fits better vs. using the parameters from the study.

Thanks again. Christian

drjfloyd commented 2 years ago

For the late time surface density vs. thickness question in the forum: You only have ALLOW_SHRINKING and ALLOW_SWELLING set for the pure wood. One the wood fully converts to char in a wall node, those inputs no longer have an effect (see the end of 11.5.3 in the User's Guide). Your wood is 553 kg/m3 and 35 % goes to char which is 195 kg/m3. Your char density is 96 kg/m3. So as a node in the wall converts all its wood to char it will swell and then shrink again as the char reaction takes place.

mcgratta commented 2 years ago

Have you seen this in the latest FDS User's Guide? We changed the reaction expression to conform with other pyrolysis models.

image

ChrisDagenais commented 2 years ago

Thanks you guys for your help. You provide an awesome support! I modified the 1st reaction using simplier parameters (ref temp, heating rate and pyrolysis range). The TGA plots is a bit less accurate, but still reasonable. I also no longer get the drop after the 1st time step when doing the cone model.

mcgratta commented 2 years ago

I modified your specified value of A following the guidance above. The results are similar to what you showed me. I find that first-order reaction kinetics are fine for most materials, at least from a fire modeling point of view. Carefully tuned reaction parameters might work well for the material on which they are based, but do not necessarily provide better results for new materials. Simpler is (usually) better.