Difference between revisions of "CS382:Fire"

From Earlham CS Department
Jump to navigation Jump to search
(CRS Questions)
(Lecture Notes)
Line 10: Line 10:
 
== Lecture Notes ==
 
== Lecture Notes ==
 
'''Lecture 1'''
 
'''Lecture 1'''
*  
+
* Brief cover of wildfires, to understand the basics of what we're going to try to model
 +
** Fires can ''start'' any number of ways (lightning, careless smokers, etc.)
 +
** Fires can ''spread'' in many ways (more lightning, wind, dense undergrowth, etc.)
  
 
'''Lecture 2'''
 
'''Lecture 2'''

Revision as of 10:43, 25 February 2009

Forest Fires

This short unit about the spreading of forest fires is intended to teach some of the basics of using a simple pre-made model/simulation. While there are many benefits to using this model, the ability to physically verify the results proves to be difficult. It turns out that the rudimentary simulation of a wild fire spreading through a forest of varying densities can be implemented in a wide range of tools including NetLogo, AgentSheets, Vensim, Excel, and possibly others. Thus, this single model can teach the basics of simulation techniques like agent modeling, cellular automata, and systems dynamics without requiring students to relearn or rediscover what results to expect and allows them to focus on the methods and the techniques.

Background Readings

WildFire Modeling (wikipedia)
Agent-based modeling and simulation of wildland fire suppression
Cellular Automata (wikipedia)
History of Cellular Automata

Lecture Notes

Lecture 1

  • Brief cover of wildfires, to understand the basics of what we're going to try to model
    • Fires can start any number of ways (lightning, careless smokers, etc.)
    • Fires can spread in many ways (more lightning, wind, dense undergrowth, etc.)

Lecture 2

CRS Questions

  • Which of these is a reasonable method for simulating Wild Fires?
  1. A technique called "systematic dynamical conflagration"
  2. Going out back campus and ....
  3. Coding all the properties of wood into a program
  4. A technique called "cellular automata"
  • What is another name for "Cellular Automata"?
  1. Automated Telecomune
  2. Tessellation Automata
  3. Biological Automated Simulation
  4. Systems Dynamics
  • Who is credited for doing some of the first work in Cellular Automata?
  1. Stephen Wolfram
  2. John von Neumann
  3. Alan Turing
  4. Stanislaw Ulam

Lab

Schedule