Modeling Deciduous Trees in FDS Wildfire Simulations #15861
-
|
I am using the [Crown Fires]((https://github.com/firemodels/fds/tree/master/Validation/Crown_Fires) example file as a starting point for my wildfire modeling. In this file (and in most other examples I have been able to find) it appears that a particle-based approach with the generic vegetation pyrolysis model is used to represent pine trees. I am wondering if anyone has advice on modeling deciduous trees in a similar way, specifically with respect to:
I have attached the current input file I am using for testing, should that be helpful for context. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
For geometry, you can piece together many cells containing particles (or voxels) to create your tree crown geometry. This can either be done 'by hand' with many small For material properties, if you cannot measure them yourself then you will need to consult the literature to see what has been reported for your species or similar. |
Beta Was this translation helpful? Give feedback.
For geometry, you can piece together many cells containing particles (or voxels) to create your tree crown geometry. This can either be done 'by hand' with many small
INITblocks, or with a single file that defines the geometry for a single tree or the whole canopy: https://github.com/firemodels/cad/tree/master/Case_Studies/Binary_Bulk_Density_FileFor material properties, if you cannot measure them yourself then you will need to consult the literature to see what has been reported for your species or similar.