Difference between revisions of "Flood evacuation"

From Simulace.info
Jump to: navigation, search
Line 8: Line 8:
  
 
= Global variables used in this simulation=
 
= Global variables used in this simulation=
* '''Number of evacuated people'''
+
Terrain creation:
* '''Actual flood height''' - actual_flood_height
+
* '''Number of hills before diffuse''' - number-of-hills-before-diffuse
* '''Number of hills will be randomly generated'''
+
* '''Number of diffuse repeating''' - number-of-diffuse-repeating
 +
* '''Number of people''' - number-of-people
 +
 
 +
Flood parameters:
 +
* '''Maximal flood height''' - max_flood_height
 +
* '''Flood height step''' - flood_height_step
 +
* '''Rise speed''' - rise_speed

Revision as of 13:44, 17 January 2015

This project simulates the process of evacuation of people living on the coast during the coming flood.

  • Project name: Flood evacuation
  • Class: 4IT495 Simulation of Systems (WS 2014/2015)
  • Author: Kristýna Gubišová
  • Model type: Agent-based simulation
  • Software used: NetLogo 5.0.1

Global variables used in this simulation

Terrain creation:

  • Number of hills before diffuse - number-of-hills-before-diffuse
  • Number of diffuse repeating - number-of-diffuse-repeating
  • Number of people - number-of-people

Flood parameters:

  • Maximal flood height - max_flood_height
  • Flood height step - flood_height_step
  • Rise speed - rise_speed