How to model sub-grid scale trees/vegetation in a 5m grid domain? #16542
Unanswered
HEROISCOMING1
asked this question in
Q&A
Replies: 1 comment 2 replies
|
You can use a combination of level set fire front spread with Lagrangian particles that represent tree foliage. The level set approach moves a fire front as a function of wind, terrain, and vegetation type. The particles add fuel and can lead to greater heat release rates than that predicted by using purely a level set approach. You would want to set |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I am currently working on a simulation with a domain size of 200 x 200 cells using a 5m x 5m grid resolution.
I would like to incorporate trees/vegetation into this model domain, but the scale of an individual tree is significantly smaller than the 5m grid size. Since resolving the detailed geometry of individual trees using standard &OBST lines is not feasible at this grid resolution, I am looking for the best practice to account for their effects.
Could you advise on the recommended approach in FDS for sub-grid vegetation?
All reactions