Skip to content

A fire spread stochastic approach to modeling wildfires using cellular automata concepts

License

Notifications You must be signed in to change notification settings

AmeanAsad/Fire-Spread-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fire-Spread-Model

A stochastic approach to modeling wildfires using cellular automata concepts

The fire spread model can be used using the object fire_model intitialize_fire() will start a fire at a random spot. take_fire_step() will take a firey stochastic step towards the fire spread.

There are a few physical parameters that I attempted to integrate:

  1. Wind direction which is a vector to determine the direction of wind.
  2. Moisture levels, using a randomly generated matrix.

Example of Generated simulation after 50 steps: Simulation Image

Releases

No releases published

Packages

No packages published

Languages