In this paper we consider the results of
evacuation simulations using the algorithm.
Simulations were performed using the Jülich
Pedestrian Simulator, JuPedSim (Kemloh, Chraibi et
al, 2015) with various numbers of people and
different objects.
This work is structured as follow:
In the second section we introduce the model and the
algorithm. In the third section, we present computer
simulations and analyses. Some concluding remarks
are given in the last section.
2 DESCRIPTION OF THE
SAFEST PATH ROUTE
ALGORITHM
The safest path route algorithm is applied for
calculation of the safest path for people from
different points of a building to the exterior of the
building. Originally the safest path route algorithm
was created for a shopping mall. The main tasks of
the algorithm are to calculate a safest route and
direct people by a path (current or newly defined).
The algorithm of Floyd-Warschall (Floyd, 1962)
was applied for calculating the safest path to the
nearest gate. Normally, Floyd-Warschall’s algorithm
finds the shortest path between all pairs of edges in a
graph. A physical distance is used as the weight of
the edges. For our task, we used a complex criterion
φ as the weight of the edges. φ is calculated using
Equation 1:
222
)()()(
iii
lba ⋅+⋅+⋅=
γβαϕ
(1)
at:
a → min, i=1,…,n
b → min, i=1,…,n
l → min, i=1,…,n
where:
a – an obstruction criterion;
b – a timeliness criterion;
l – a length criterion.
α, β, γ – the weight coefficient at a, b, l .
The obstruction criterion is determined by the
ratio of the people’s density on a section of the
escape route network, to the maximum people’s
density that does not cause adverse effects to
humans. The timeliness criterion is directly linked to
fire hazards (high temperature, a large amount of
smoke, low visibility, toxic products of combustion
etc.). The length criterion is the relative length of the
current section. It is calculated as the ratio of current
escape route length, to the maximal escape route
length in a building. The coefficients (α, β, γ) are
added to regulate the importance of the individual
criteria. More details about the criterion and
manners of its computing are found in previous
work (Shikhalev, Khabibulin et al, 2014).
Under sections of escape route, we consider the
crossing of two (or more) escape routes in the
corridors of a shopping mall. Hence a section of an
escape route corresponds to an edge in the graph of a
shopping mall, and a place of cross of two (or more)
escape routes corresponds to a vertex.
We used the JuPedSim simulator for computer
implementation of the algorithm. The Generalized
Centrifugal Force Model (GCFM) is applied into the
simulator to simulate an evacuation process
(Chraibi, Seyfried et al, 2010). GCFM belongs to the
class of forces based models (Helbing and Molnar,
1995) and describes the movement of people at the
operational level (Hoogendorn, Bovy et al, 2002) i.e.
defines basic rules for the pedestrians such as
acceleration, braking and stop. Motion of the
pedestrians is determined by a so-called "social
power" (Helbing and Molnar, 1995). Calibration of
the basic parameters of GCFM (attractive and
repulsive forces, the size of the semi-axes of the
ellipse depending on the density and velocity of the
people flow etc.) were performed in (Burghardt,
2009; Meunders, 2011). Verification and validation
of the GCFM, as well as a more detailed description
is given in (Chraibi, Seyfried et al, 2010; Chraibi,
2012; Kemloh, 2012).
At each step of the simulation, the evacuees are
sent through the shortest path, to the nearest
emergency exit in the building i.e. a shortest path
route algorithm (ShPA) is used to determine the
shortest escape route (Fig. 1).
Figure 1: The shortest path route algorithm (ShPA).
However, there is a need to change the ShPA
with regards to the problem of determination of the