fire-evacuation

fire-evacuation preview image

1 collaborator

Default-person Muhammad Tausif (Author)

Tags

(This model has yet to be categorized with any tags)
Visible to everyone | Changeable by the author
Model was written in NetLogo 5.3 • Viewed 237 times • Downloaded 11 times • Run 0 times
Download the 'fire-evacuation' modelDownload this modelEmbed this model

Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)


Comments and Questions

Please start the discussion about this model! (You'll first need to log in.)

Click to Run Model

globals [
  ; Here globals
  ]

breed [ fires fire ]
breed [ halls hall ]
breed [ agents agent ]

to setup
  ca
  setup-hall
end 

to setup-hall

  ask patches [

    ]
end 

to go

  tick
end 



There is only one version of this model, created over 4 years ago by Muhammad Tausif.

Attached files

File Type Description Last updated
fire-evacuation.png preview Preview for 'fire-evacuation' over 4 years ago, by Muhammad Tausif Download

This model does not have any ancestors.

This model does not have any descendants.