direkt zum Inhalt springen

direkt zum Hauptnavigationsmenü

TU Berlin

Page Content

ZET Evacuation Tool

This site documents the results of the student project "PG 517: Evakuierungsprobleme" at TU Dortmund and the Matheon Project B18.

Project supervision
Prof. Dr. Martin Skutella
Institut für Mathematik, Technische Universität Berlin, Straße des 17. Juni 136, 10623 Berlin, Germany
Tel: +49 (0)30 - 314 78654
Additional supervision:
Dr. Markus Chimani (TU Dortmund)
Daniel Dressler (TU Berlin)
Karsten Klein (TU Dortmund)

Participants
The following students participated in the original project:
Martin Groß, Jan-Philipp Kappmeier, Moukarram Kabbash, Sophia Kardung, Timon Kelter, Joscha Kulbatzki, Daniel Plümpe, Marcel Preuß, Gordon Schlechter, Melanie Schmidt, Sylvie Katharina Temme, Matthias Woste

Project description

Picture
Lupe

The goal of the project was to link a crowd simulation with network flow optimization. The result is a software package called "ZET" licensed under the GPL. In ZET, one can design a multi-storey building and add residents and exits to it.

An earliest arrival flow is then computed to route the residents to the best exits. Since the flow computation has to make certain idealistic assumptions, the included simulation can then be used to test the computed evacuation paths. A wide selection of statistics and an advanced visualizer help to analyze the data.

Features

ZET has an integrated editor that can be used to design the evacuation scenarios. With this editor it is possible to create various floors, rooms on the floors and specialized areas within the rooms that have additional semantics. All rooms and areas can be arbitrary closed polygons

Picture
Lupe

The evacuees can be automatically set in so called "assignment areas". The residents can be divided into groups that have different properties. The properties and groups can be edited in the assignment editor, the adjustment of the properties is done by several property distributions.

Picture
Lupe

Both, the simulaton on a cellular automaton and the calculated network flow can be visualized in 3d using OpenGL. The position of the camera inside the visualization is completely controllable using the normal mouse and keyboard controls. Within the visualization various information can be accessed, such as for example the utilization of areas.
The visualization can be viewed in perspective view, isometric view and orthogonal projection.

Picture
Lupe
Picture
Lupe
Picture
Lupe

Downloads

The current version 1.0.3 of the software ZET can be downloaded here, including signature files. ZET is distributed as compiled Java(TM) package and needs at least Java 6.0. The source code of ZET is available from sourceforge. The latest version of the source code can be directly accessed via the SVN Repository.

The program file is signed using the public key of zet.

The latest version of zet is due to the 06. 01. 2010. The download contains the program inclidung some example files.

Installation and execution of ZET

 

ZET is released as a Java package in a jar file. It suffices to extract the rar file into an arbitrary directory, e.g. on Windows machines into <code>C:\Applications</code>. As ZET is capable of running out of the home directory it is not necessary to have administrator privilegues. The release package contains all needed libraries. The system depending libraries used for 3d visualization using OpenGL are contained in different versions for MacOS, Linux and Windows. ZET is, with exception of the OpenGL system libraries, completely written in Java and needs at least Java Version 6. The current version of Java can be downloaded at the Java download page.

The program is stored in the jar file zet.jar, which cannot be startet directly as the path to the system depending libraries has to be set. These files are stored in directories of the form /lib/jogl-system-architecture. The following table shows the correct parameter for supported systems:

Operating system
Commandline
Linux 32 bit
<code>java -Djava.library.path="lib/jogl/linux-i586/" -jar zet.jar</code>
Linux 64 bit
<code>java -Djava.library.path="lib/jogl/linux-amd64/" -jar zet.jar</code>
MacOS Power PC
<code>java -Djava.library.path="lib/jogl/macosx-ppc/" -jar zet.jar</code>
MacOS Universal 32 bit
(At least Java 6 necessary)
<code>java -Djava.library.path="lib/jogl/macosx-univ/" -jar zet.jar</code>
MacOS Universal 64 bit
(Works under Mac OS 10.6 only as before no Java 6 was provided)
<code>java -Djava.library.path="lib/jogl/macosx-univ/" -d32 -jar zet.jar</code>
Windows 32 bit
<code>java -Djava.library.path="lib/jogl/windows-i586/" -jar zet.jar</code>
Windows 64 bit
<code>java -Djava.library.path="lib/jogl/windows-amd64/" -jar zet.jar</code>

Additionally for some operating systems there exist different possibilities to start ZET.

On Windows systems, the batch files zet32.bat and zet64.bat call the version for 32 bit intel systems and amd64 systems, respectively.
The executable files zet32.exe and zet64.exe call a version of the java interpreter that hides the default output and is recommended to use if no debug information is needed. Both executables take the same commandline parameter as the jar file.

For Linux systems the shell scripts zet32.sh and zet64.sh start the application in 32-bit mode and 64-bit mode, respectiveley.

Publications

Dressler, Daniel and Groß, Martin and Kappmeier, Jan-Philipp and Kelter, Timon and Kulbatzki, Joscha and Plümpe, Daniel and Schlechter, Gordon and Schmidt, Melanie and Skutella, Martin and Temme, Sylvie.
On the use of network flow techniques for assigning evacuees to exits.
In Proceedings of the International Conference on Evacuation Modeling and Management, 3: Procedia Engineering. 205–215. Elsevier Ltd, 2010.

Link to original publication

Zusatzinformationen / Extras

Quick Access:

Schnellnavigation zur Seite über Nummerneingabe

Auxiliary Functions