Real-Time Crowd Simulation: A Review

Size: px
Start display at page:

Download "Real-Time Crowd Simulation: A Review"

Transcription

1 Real-Time Crowd Simulation: A Review Richard Leggett December 2004 Abstract This paper presents a review of current research in the area of real-time crowd simulation. Crowd simulation has many diverse uses, for example in safety modelling, entertainment software, architecture and urban modelling applications. We describe three main approaches to the problem - fluid-based, cellular automata and particle-based, concentrating on the latter. Finally, we describe CrowdSim, a simple but effective implementation of some of the techniques. 1 Introduction In this paper, we present a review of research into the topic of real-time crowd simulation. We also describe the implementation of CrowdSim, a 2-dimensional simulation based upon some of the ideas presented in the paper. We define a crowd to be a collection of pedestrians occupying a common area and with varying degrees of interaction with each other. It is fair to ask the question of why we would want to model crowds. The following are some common reasons: Safety simulation - crowd simulation has been successfully used to model the flow of pedestrians in emergency situations, for example exiting a building on fire ([Helbing et al. 2000]). Architectural simulation - crowd models can be used to test the suitability of building designs and to enhance the realism of pre-construction models. Urban modelling - realistic pedestrians can add to the realism of virtual tourism ([Ulicny and Thalmann 2002]) and can be an aid to town planning. Entertainment software - many modern computer games create virtual worlds for players to inhabit and these are enhanced by the realistic simulation of pedestrians. It s an interesting problem - apart from anything else, the modelling of pedestrians is an interesting mathematical problem. The topic is a large one and it s therefore been necessary to restrict detail in some areas. In particular, we have chosen to focus less on visualisation, as much of the work is equally applicable in 2-dimensional applications as it is in 1

2 three dimensions. Whilst we ve aimed to take a general view, the focus of our interest is the modelling of pedestrians in urban modelling applications, so this will inevitably restrict the detail given to some areas. A review of the literature demonstrates three broad approaches to the simulation of crowds: 1. Fluids - it can be observed that the motion of crowds at a macroscopic level is similar to the flow of fluids. Successful attempts have been made to model pedestrians using the physical laws of fluid dynamics. 2. Cellular automata - discrete, dynamic, systems, which model a lattice of cells and base the state of a cell on the states of the immediately surrounding cells. 3. Particles - probably the majority of the work described in the literature takes this approach, often known as the atomic or particulate approach. Under this scheme, each pedestrian is considered as an individual entity and the interactions between it and the other pedestrians are individually modelled according to physical or social laws. We can think of crowd simulation at both a macroscopic and a microscopic level. At the macroscopic level, we are interested in seeing a mass of people move with a realistic motion, without necessarily being concerned by the movement of an individual. However, when we look at the microscopic level, we are indeed concerned that each individual pedestrian moves in a convincing manner and we may wish to focus on one pedestrian and watch its movement. Depending on the application of the simulation, we may be more or less interested in this microscopic level. As we have stated, our interest is focussed towards urban modelling and for these applications, realistic behaviour at a microscopic level is very much a requirement. Generalising, it is fair to say that fluid-based approaches work best on the macroscopic level. Of the other two approaches, the particle approach is the most popular technique and there is most research in this area. For these reasons, whilst we describe all three approaches, we will pay most attention to the particle approach. 2 Some Observations on Pedestrian Behaviour Before looking at solutions, we begin by noting some observations about the way real pedestrians move and the interactions between them. [Sung et al. 2004] make the point that crowds offer an anonymity. When we look at a crowd, we care about what is happening, not who is doing it. Therefore, the specific actions of individual pedestrians may appear relatively random, but the overall look of the crowd can still be convincing. This ties in with earlier comments on action at the macroscopic level. [Helbing et al. 2001] provide a useful summary of research into real pedestrian motion, mostly obtained from the analysis of video films. The main points are: 1. Pedestrians act automatically - they don t reflect on their strategy in every new situation. Behaviour is an optimised strategy which has been learned over time by trial and error. 2

3 2. Pedestrians show an aversion to taking detours or moving opposite to the desired walking direction (even if the direct route is crowded). 3. Pedestrians normally choose the fastest route to their next destination. 4. If alternative routes are the same length, a pedestrian will most likely choose the one that keeps them going straight ahead for as long as possible. Unless the alternative route is more attractive for other reasons - such as less noise, safer environment, less waiting etc. 5. Pedestrians prefer to walk at their own individual, most comfortable walking speed, so long as it is not necessary to go faster to reach the destination in time. 6. Pedestrians keep a certain distance from other pedestrians and from obstacles. The distance is smaller as the pedestrian hurries and as the crowd density increases. 7. Resting pedestrians are uniformly distributed over the available area if there are no acquaintances among the individuals. 8. Pedestrian density increases (and hence interpersonal distances decrease) around particularly attractive places. 9. Individuals who know each other form groups and these groups can behave as though they were a single entity. [Loscos et al. 2003] make the observation that only around half of pedestrians in any typical scene walk alone, the rest walk in groups of varying sizes. Group behaviour is therefore key to realistic simulations. [Musse et al. 1998] define three main laws for group behaviour: 1. Pedestrians in the same group walk at the same speed 2. Pedestrians in the same group follow the same goals 3. Pedestrians in the same group will wait for each other if one pedestrian is missing In keeping with the Helbing observations, Loscos et al. also note that when congestion occurs, people tend to create flow patterns by following the person in front. Pedestrians don t just walk indefinitely. Their journey usually starts in one building and ends in another, and along the way they may perform various actions. These actions might include window shopping, stopping to talk to another pedestrian or queueing for a bus. For true realism, we also need to model these kinds of behaviour. 3 Three Approaches 3.1 Pedestrians as Fluids Early work by [Henderson 1971] demonstrated that it was possible to model pedestrian flow using the Navier-Stokes equations. These are a set of equations that govern the motion of non-turbulent, Newtonian fluid dynamics. 3

4 Work by Dirk Helbing builds on Henderson s work and in [Helbing et al. 2001], he provides a summary of observations on the similarities between medium and high density pedestrian crowds and the motion of gases and fluids. Comparisons between pedestrian flow and granular flow (eg. sand through an egg timer) are also made. [Hughes 2003] is another example of recent work which models crowd flow according to fluid equations. The author describes crowds as thinking fluids and uses his work to model scenarios as diverse as the Battle of Agincourt and the annual Muslim Hajj. 3.2 Pedestrians as Cellular Automata Cellular automata are discrete dynamic systems, whose behaviour is characterised by local interactions. A CA is made up of a regular lattice of cells, each of which can have one of a finite number of states. In the traditional definition of a CA, each unit of time the state of each cell is re-calculated based on the application of a set of rules to neighbouring cells. The most famous example of this is John Conway s Game of Life [Gardner 1970], where complex organic-like growth patterns can be observed by the application of very simple rules. Extensions to the CA concept allow cells to be influenced not just by neighbouring cells, but by more remote cells also. Initially, these ideas were applied to traffic flow, but later to the more complex problem of pedestrian modelling. Some examples of cellular automata crowd work are [Blue and Adler 2000], [Dijkstra et al. 2000]. 3.3 Pedestrians as Particles The majority of pedestrian simulations take the particulate approach, sometimes called the atomic approach. Early influential work was that of Craig Reynolds [Reynolds 1987] who worked on simulations of flocks of birds, herds of land animals and schools of fish. Each particle, or boid, was implemented as an individual actor which navigates according to its own perception of the environment, the simulated laws of physics, and a simple set of behavioural patterns. Later work ([Reynolds 1999]) extends the concepts to the general idea of autonomous characters, with an emphasis on animation and games applications. [Bouvier et al. 1997] describe a generic particle model and apply it to both the problem of pedestrian simulation and to the apparently distinct problem of airbag deployment. They present software allowing the statistical simulation of the dynamic behaviour of a generic particle system. In their system, the particle system is defined in terms of: the particle types - mass, lifetime, diffusion properties, charge, drag, interactions with surfaces, visualisation parameters the particle sources (or generators) - size, geometry, rate and direction of emission the 3D geometry, including obstacles the evolution of particles within the system 4

5 [Helbing and Molnár 1998] introduce a Social force model for pedestrian dynamics. They suggest that the motion of pedestrians can be described as if they are subject to social forces which are a measure of the internal motivation of individuals to perform certain actions or movements. They describe three essential forces: 1. Acceleration - the velocity of the pedestrian varies over time, as it attempts to reach its optimum speed and as it avoids obstacles. 2. Repulsion - there is a repulsive force from other pedestrians and from obstacles and edges. 3. Attraction - pedestrians are sometimes attracted by other people (eg. friends, street artists) or by other objects (such as window displays). Putting these three forces together, Helbing produces an equation for a pedestrian s total motivation and combining this with a term to allow for fluctuations in behaviour, produces the social force model. He goes on to describe computer models based on the equations, which have been successful in demonstrating various observed phenomena, for example lane formation. In [Helbing et al. 2000], the social force model is applied to the simulation of building escape panic, with impressive results. [Thalmann et al. 1999] model virtual humans according to perception, emotion and behaviour. In each tick of the virtual clock, they model the perception of each virtual human (what they can see, what is happening to them etc.), they model the effect on the emotion and then finally this is translated into behaviour. [Ulicny and Thalmann 2001] build on the work to describe a rules system for individual pedestrians which determines their responses to various situations. An example rule would be: FOR ALL WHEN EVENT = in_danger_area AND ATTRIBUTE fear > 50% THEN BEHAVIOR FLEE [Sung et al. 2004] define a probabilistic model for pedestrians which allows them to move from one state to the next. These work in a similar manner to Finite State Machines, but the state graph and transition matrix are modified at run-time. 4 Deconstructing the Particle Approach In the previous section, we have described the general approaches used by a number of significant contributions to the field. In this section, we break down the particle approach into three broad tasks - decision making and movement, group behaviour and collision avoidance. 4.1 Decision making and movement [Loscos et al. 2003] use a 2-dimensional image map to represent a city layout and automatically assign goals to street corners, based on detection of pavementbuilding-pavement boundaries in the map. The connected goals form a graph 5

6 of the city. The pedestrians are assigned a starting position and a starting goal. When they reach a goal, they are assigned one of the adjacent goals as the next objective. Meanwhile, each pedestrian maintains a store of the last 3 goals visited, so that they don t repeatedly double-back on themselves. In the Loscos model, the flow of crowds also influences the movement of an individual pedestrian. Each time a pedestrian reaches a position on the grid, its direction is stored. This direction field fades over time, but if a new pedestrian reaches the position before it has faded, the direction field is taken into account by the new pedestrian. [Musse et al. 1998] use a similar goal-based approach to the Loscos model, though they have two types - interest points and action points. Interest points are points a pedestrian must pass through, while at action points, the pedestrian is required to perform some form of action, for example stopping. [Sung et al. 2004] use the Probabilistic Road Map as the basis for route selection, a method based upon Dijkstra s shortest path algorithm and commonly known for its use in IP routers. 4.2 Group behaviour [Musse and Thalmann 1997] concentrate on the interactions between groups of people within crowds, and define a rule-based system for the transfer of pedestrians from one group to another. Groups in the Loscos model are defined by a leader and by members. The leader makes all the decisions over direction and goals, with the members following. The members still perform collision detection and avoidance, but their behaviour is heavily influenced by the leader. [Braun et al. 2003] expand Helbing s social force model. In their model, each pedestrian is assigned a family identifier and an altruism level. These act as forces in the model to tend to make some of the pedestrians form groups with others. 4.3 Collision avoidance [Musse and Thalmann 1997] describe two methods of collision avoidance between pedestrians: Type 1: Using simple mathematical equations (the intersection of two lines and distance from two points), we determine future positions and predict a collision event. One of the pedestrians stops, allowing the other to pass. Type 2: The preferred option - instead of waiting, the pedestrian can predict the collision and change direction. However, sometimes, there may be insufficient time to modify direction, so we use type 1 instead. [Loscos et al. 2003] define three types of collision - frontal, following and perpendicular. They further define three collision distances - close, near and far. These factors, together with the behaviour of the other party (waiting or walking), and the pedestrian density (normal or congested) produce an action table for a pedestrian. Actions include varying the angle of the pedestrian s trajectory, it s speed, or stopping entirely. 6

7 Figure 1: CrowdSim running. [Feurtey 2000] introduces a method for collision detection based on projecting future movements onto a cone of (x, y, t) space. He defines a cost function that enables pedestrians to evaluate the cost of moving away from their current trajectory. However, the method is not yet scalable to large numbers of pedestrians. Collision avoidance of static objects, such as buildings, is easier. In 2- dimensions, a common approach is to use a collision map. This is the approach used by Loscos et al., where the authors check for a collision a number of tiles ahead in order to produce smoother avoidance movement. 5 CrowdSim In this section, we describe the design of CrowdSim, a 2-dimensional crowd model, which was designed to explore some of the ideas described in this paper. Figure 1 shows an image of CrowdSim running. It presents a top-down view of a network of city streets and represents individuals by triangles that point in the direction of travel. A GUI allows the simulation to be slowed or paused, pedestrian trails and trajectories to be highlighted, collisions to be highlighted and various other options. 5.1 Overall design The simulation was developed using the Java language and a UML class diagram is shown in figure 2. Each pedestrian is modelled by an instance of the Pedestrian class, whose attributes entirely describe the state, speed and intentions of the pedestrian. The plan of the city is described by a bitmap image, with specific colours used to mark buildings, pavement, road, pedestrian crossings and goals. This bitmap is processed before the simulation begins in order to identify goal positions, crossings and to hide information from the viewer. 7

8 Figure 2: UML diagram showing the class structure of CrowdSim. 5.2 Pedestrian movement The movement from one goal to another governs the basic trajectory of the pedestrians. When a pedestrian reaches its goal, a new goal is chosen from an internal map of goal links (Figure 3). The pedestrian also maintains a memory of previous goals and, where possible, the next goal is chosen so that it is different to all the memory goals. Each time a pedestrian selects a new goal, the angle of the new trajectory is calculated. This is used for collision analysis and for plotting the rotated pedestrian icon. However, individual movement of the pedestrian at each cycle of the simulation is governed by a simple version of the Bresenham straight-line algorithm ([Foley et al. 1994]). 5.3 Collision detection and avoidance Collisions can take place between pedestrians and the scenery (for example buildings) and between pedestrians and other pedestrians. In our definition, collision detection is concerned with behaviour once a collision has occurred, while collision avoidance is concerned with taking actions to ensure a collision doesn t happen in the future. In both cases, CrowdSim creates a temporary goal to direct a pedestrian away from a collision. Once the pedestrian reaches the temporary goal, it is then re-directed back to its original goal. Where a collision has actually occurred, CrowdSim s approach is to vary 8

9 Figure 3: Image showing goals (numbers) and links (lines). the colliding pedestrian s angle of movement by up to 90 degrees, creating a new temporary goal. In the case of collisions with buildings, this strategy tends to pay off. The same is also true of low density concentrations of pedestrians. However, if after a number of attempts, this strategy has not brought success, the pedestrian will stop and wait for a small amount of time. It will again attempt to find a new temporary goal. If this again fails, as can happen in cases of high congestion, the pedestrian will give up and move in the opposite direction. Avoidance behaviour is slightly more sophisticated. At each cycle of the simulation, every pedestrian checks to see if any of the other pedestrians are within a defined radius. For each pedestrian that is, its position over the next n cycles (with, typically, n=30 in our simulation) is calculated and compared with the calculated position of our test pedestrian. If the positions coincide, avoidance action is taken. The avoidance behaviour is dependent upon two factors - the type of collision and the distance from the collision point. As with the Loscos model ([Loscos et al. 2003]), we define three types of collision - frontal, following and perpendicular. And also like Loscos, we define three distances - close, near and far. However, we adopt a slightly simpler model, not considering the movement of the other pedestrian or the density of the crowd. Table 1 describes the actions taken in each situation. The type of collision is decided by the difference in the directional angle between the two pedestrians. If the first pedestrian s trajectory is within 30 degrees either side of the second, then it is considered to be a following collision. If the trajectory is between 150 and 210 degrees different (ie. 180 plus or minus 30 degrees), the collision is considered to be frontal. Anything that falls out of these ranges is considered perpendicular. 6 Conclusions This paper has presented an overview of the current state of crowd simulation research, highlighting the potential shown by particle-based approaches. Ap- 9

10 CollisionT ype Distance Action Front Far Fastest pedestrian takes avoiding action Front Near Fastest pedestrian takes avoiding action Slowest pedestrian slows down, or stops Front Close Fastest pedestrian takes avoiding action Slowest pedestrian stops Following Far Fastest pedestrian takes avoiding action Following Near Fastest pedestrian takes avoiding action and slows down Following Close Fastest pedestrian takes on the speed of the slower pedestrian Perpendicular Far Slowest pedestrian slows down Perpendicular Near Slowest pedestrian slows down Perpendicular Close Slowest pedestrian stops Table 1: CrowdSim collision avoidance actions plying some of these ideas, we have created a useful simulation based on some relatively simple rules. At low to medium pedestrian densities, the techniques used in CrowdSim can produce realistic crowd motion, with pedestrians moving at different speeds, following believable trails and taking sensible avoidance action. At higher densities, the motion of some pedestrians becomes less smooth and further work could be done to improve this. In particular, adopting a more complicated collision avoidance algorithm would improve the situation. Aside from the collision avoidance algorithm, more time would have enabled work on some other aspects of natural human interaction. Grouping of the pedestrians would improve realism, as would greater interaction with scenery - for example window shopping, bus stops and building entrances. References [Blue and Adler 2000] V. Blue, J. Adler, Cellular Automata Microsimulation of Bi-Directional Pedestrian Flows, Journal of the Transportation Research Board, 1678: , [Bouvier et al. 1997] E. Bouvier, E. Cohen, L. Najman, From Crowd Simulation to Airbag Deployment: Particle Systems, a New Paradigm of Simulation, J. Electronic Imaging, 6(1):94-107, [Braun et al. 2003] A. Braun, S. Musse, L. de Oliveira, B. Bodmann, Modeling Individual Behaviors in Crowd Simulation, Proc. of Computer Animation and Social Agents, , [Dijkstra et al. 2000] J. Dijkstra, H. Timmermans, A. Jessurun, A Multi-Agent Cellular Automata System for Visualising Simulated Pedestrian Acitivity, Proc. of the Fourth International Conference on Cellular Automata for Research and Industry, 29-36,

11 [Feurtey 2000] F. Feurtey, Simulating the Collision Avoidance Behavior of Pedestrians, Master thesis, The University of Tokyo, School of Engeenering, [Foley et al. 1994] J. Foley, A. van Dam, S. Feiner, J. Hughes, R. Phillips, Introduction to Computer Graphics, Addison-Wesley, [Gardner 1970] M. Gardner, Mathematical Games: Conway s Game of Life, Scientific American, 224: , October [Helbing and Molnár 1998] D. Helbing, P. Molnár, Social force model for pedestrian dynamics, Physical Review, 51: , [Helbing et al. 2000] D. Helbing, I. Farkas, T. Vicsek, Simulating Dynamical Features of Escape Panic, Nature, 407: , [Helbing et al. 2001] D. Helbing, P. Molnar, I. Farkas, K. Bolay, Self-organizing Pedestrian Movement, Environment and Planning B: Planning and Design, 28: , [Henderson 1971] L. Henderson, The Statistics of Crowd Fluids, Nature, 229: , [Hughes 2003] R. Hughes, The Flow of Human Crowds, Annual Review of Fluid Mechanics, 35: , [Loscos et al. 2003] C. Loscos, D. Marchal, A. Meyer, Intuitive Crowd Behaviour in Dense Urban Environments using Local Laws, Proc. Theory and Practice of Computer Graphics 2003, IEEE Computer Society, [Musse and Thalmann 1997] S. Musse, D. Thalmann, A Model of Human Crowd Behaviour: Group Inter-Relationship and Collision Detection Analysis, Proc. of Eurographics Workshop, 39-52, [Musse et al. 1998] S. Musse, C. Babski, T. Capin, D. Thalmann, Crowd Modelling in Collaborative Virtual Environments, Proc. ACM Symposium on Virtual Reality Software and Technology, , [Reynolds 1987] C. Reynolds, Flocks, Herds and Schools: A Distributed Behavioral Model, Computer Graphics, 21(4):25-34, [Reynolds 1999] C. Reynolds, Steering Behaviors for Autonomous Characters, Proc. of the 1999 Game Developers Conference, [Sung et al. 2004] M. Sung, M. Gleicher, S. Chenney, Scalable Behaviors for Crowd Simulation, Computer Graphics Forum, vol. 23, no. 3 (Proc. of the Eurographics Conference), 2004, pp [Thalmann et al. 1999] D. Thalman, S. Musse, M. Kallmann, Virtual Humans Behavior: Individuals, Groups and Crowds, Proc. International Conference on Digital Media Futures, British Computer Society, Bradford, UK,

12 [Ulicny and Thalmann 2001] B. Ulicny, D. Thalmann, Crowd Simluation for Interactive Virtual Environments and VR Training Systems, Proc. Eurographics Workshop on Animation and Simulation, , [Ulicny and Thalmann 2002] B. Ulicny, D. Thalmann, Crowd simluation for Virtual Heritage, Proc. First International Workshop on Virtual Heritage, 28-32,

Pedestrian Dynamics: Models of Pedestrian Behaviour

Pedestrian Dynamics: Models of Pedestrian Behaviour Pedestrian Dynamics: Models of Pedestrian Behaviour John Ward 19 th January 2006 Contents Macro-scale sketch plan model Micro-scale agent based model for pedestrian movement Development of JPed Results

More information

Designing a Traffic Circle By David Bosworth For MATH 714

Designing a Traffic Circle By David Bosworth For MATH 714 Designing a Traffic Circle By David Bosworth For MATH 714 Abstract We all have had the experience of sitting in a traffic jam, or we ve seen cars bunched up on a road for some no apparent reason. The use

More information

Traffic circles. February 9, 2009

Traffic circles. February 9, 2009 Traffic circles February 9, 2009 Abstract The use of a traffic circle is a relatively common means of controlling traffic in an intersection. Smaller Traffic circles can be especially effective in routing

More information

Exploration of design solutions for the enhancement of crowd safety

Exploration of design solutions for the enhancement of crowd safety Australasian Transport Research Forum 2011 Proceedings 28-30 September 2011, Adelaide, Australia Publication website: http://www.patrec.org/atrf.aspx Exploration of design solutions for the enhancement

More information

Models for Pedestrian Behavior

Models for Pedestrian Behavior arxiv:cond-mat/9805089v1 [cond-mat.stat-mech] 7 May 1998 Models for Pedestrian Behavior Dirk Helbing II. Institut für Theoretische Physik Universität Stuttgart http://www.theo2.physik.uni-stuttgart.de/helbing.html

More information

Emergent Crowd Behavior from the Microsimulation of Individual Pedestrians

Emergent Crowd Behavior from the Microsimulation of Individual Pedestrians Proceedings of the 2008 Industrial Engineering Research Conference J. Fowler and S. Mason, eds. Emergent Crowd Behavior from the Microsimulation of Individual Pedestrians John M. Usher and Lesley Strawderman

More information

Global Journal of Engineering Science and Research Management

Global Journal of Engineering Science and Research Management SIMULATION AND OPTIMZING TRAFFIC FLOW AT SIGNALIZED INTERSECTION USING MATLAB Dr Mohammed B. Abduljabbar*, Dr Amal Ali, Ruaa Hameed * Assist Prof., Civil Engineering Department, Al-Mustansiriayah University,

More information

The Application of Pedestrian Microscopic Simulation Technology in Researching the Influenced Realm around Urban Rail Transit Station

The Application of Pedestrian Microscopic Simulation Technology in Researching the Influenced Realm around Urban Rail Transit Station Journal of Traffic and Transportation Engineering 4 (2016) 242-246 doi: 10.17265/2328-2142/2016.05.002 D DAVID PUBLISHING The Application of Pedestrian Microscopic Simulation Technology in Researching

More information

Simulating Pedestrian Navigation Behavior Using a Probabilistic Model

Simulating Pedestrian Navigation Behavior Using a Probabilistic Model Proceedings of the 2009 Industrial Engineering Research Conference Simulating Pedestrian Navigation Behavior Using a Probabilistic Model John M. Usher, Eric Kolstad, and Lesley Strawderman Department of

More information

A STUDY OF SIMULATION MODEL FOR PEDESTRIAN MOVEMENT WITH EVACUATION AND QUEUING

A STUDY OF SIMULATION MODEL FOR PEDESTRIAN MOVEMENT WITH EVACUATION AND QUEUING A STUDY OF SIMULATION MODEL FOR PEDESTRIAN MOVEMENT WITH EVACUATION AND QUEUING Shigeyuki Okazaki a and Satoshi Matsushita a a Department of Architecture and Civil Engineering, Faculty of Engineering,

More information

Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs

Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs Jehyun Cho a, Ghang Lee a, Jongsung Won a and Eunseo Ryu a a Dept. of Architectural Engineering, University of Yonsei,

More information

Mathematical Models for Pedestrian Dynamics

Mathematical Models for Pedestrian Dynamics Mathematical Models for Pedestrian Dynamics Jen Worthy May 11, 2018 Cleveland State University MTH 497: Senior Project Dr. Shawn D. Ryan Assistant Professor Department of Mathematics 1 Contents 1 Introduction

More information

Pedestrian Behaviour Modelling

Pedestrian Behaviour Modelling Pedestrian Behaviour Modelling An Application to Retail Movements using Genetic Algorithm Contents Requirements of pedestrian behaviour models Framework of a new model Test of shortest-path model Urban

More information

A hybrid and multiscale approach to model and simulate mobility in the context of public event

A hybrid and multiscale approach to model and simulate mobility in the context of public event A hybrid and multiscale approach to model and simulate mobility in the context of public event Daniel H. Biedermann, Peter M. Kielar, Oliver Handel, André Borrmann Carolin Torchiani, David Willems, Stefan

More information

MICROSCOPIC DYNAMICS OF PEDESTRIAN EVACUATION IN HYPERMARKET

MICROSCOPIC DYNAMICS OF PEDESTRIAN EVACUATION IN HYPERMARKET MICROSCOPIC DYNAMICS OF PEDESTRIAN EVACUATION IN HYPERMARKET Lim Eng Aik 1, Tan Wee Choon 2 1 Institut Matematik Kejuruteraan, Universiti Malaysia Perlis, 02600 Ulu Pauh, Perlis, Malaysia 2 Pusat Pengajian

More information

#19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS

#19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS #19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS Final Research Report Luis E. Navarro-Serment, Ph.D. The Robotics Institute Carnegie Mellon University November 25, 2018. Disclaimer

More information

Integrated Pedestrian Simulation in VISSIM

Integrated Pedestrian Simulation in VISSIM Integrated Pedestrian Simulation in VISSIM PTV worldwide MUGS Conference October 30-31, 2008 Wellington Founded > 1979 30 years fast approaching Employees > Approximately 800 persons in the PTV Group worldwide

More information

Road Data Input System using Digital Map in Roadtraffic

Road Data Input System using Digital Map in Roadtraffic Data Input System using Digital Map in traffic Simulation Namekawa,M 1., N.Aoyagi 2, Y.Ueda 2 and A.Satoh 2 1 College of Management and Economics, Kaetsu University, Tokyo, JAPAN 2 Faculty of Engineering,

More information

Optimal Weather Routing Using Ensemble Weather Forecasts

Optimal Weather Routing Using Ensemble Weather Forecasts Optimal Weather Routing Using Ensemble Weather Forecasts Asher Treby Department of Engineering Science University of Auckland New Zealand Abstract In the United States and the United Kingdom it is commonplace

More information

Verification and Validation Pathfinder Release 0730 x64

Verification and Validation Pathfinder Release 0730 x64 403 Poyntz Avenue, Suite B Manhattan, KS 66502 USA +1.785.770.8511 www.thunderheadeng.com Verification and Validation Pathfinder 2014.2 Release 0730 x64 Disclaimer Thunderhead Engineering makes no warranty,

More information

ROUNDABOUT CAPACITY: THE UK EMPIRICAL METHODOLOGY

ROUNDABOUT CAPACITY: THE UK EMPIRICAL METHODOLOGY ROUNDABOUT CAPACITY: THE UK EMPIRICAL METHODOLOGY 1 Introduction Roundabouts have been used as an effective means of traffic control for many years. This article is intended to outline the substantial

More information

Siła-Nowicka, K. (2018) Analysis of Actual Versus Permitted Driving Speed: a Case Study from Glasgow, Scotland. In: 26th Annual GIScience Research UK Conference (GISRUK 2018), Leicester, UK, 17-20 Apr

More information

DEVELOPMENT OF A MICRO-SIMULATION MODEL TO PREDICT ROAD TRAFFIC SAFETY ON INTERSECTIONS WITH SURROGATE SAFETY MEASURES

DEVELOPMENT OF A MICRO-SIMULATION MODEL TO PREDICT ROAD TRAFFIC SAFETY ON INTERSECTIONS WITH SURROGATE SAFETY MEASURES DEVELOPMENT OF A MICRO-SIMULATION MODEL TO PREDICT ROAD TRAFFIC SAFETY ON INTERSECTIONS WITH SURROGATE SAFETY MEASURES Gerdien Klunder 1*, Arshad Abdoelbasier 2 and Ben Immers 3 1 TNO, Business Unit Mobility

More information

Cambridgeshire floating bus stops interaction analysis

Cambridgeshire floating bus stops interaction analysis Cambridgeshire floating bus stops interaction analysis Final report December 2015 About Sustrans Sustrans makes smarter travel choices possible, desirable and inevitable. We re a leading UK charity enabling

More information

The calibration of vehicle and pedestrian flow in Mangalore city using PARAMICS

The calibration of vehicle and pedestrian flow in Mangalore city using PARAMICS Urban Transport XX 293 The calibration of vehicle and pedestrian flow in Mangalore city using PARAMICS S. K. Prusty, R. Phadnis & Kunal National Institute Of Technology Karnataka, India Abstract This paper

More information

Tokyo: Simulating Hyperpath-Based Vehicle Navigations and its Impact on Travel Time Reliability

Tokyo: Simulating Hyperpath-Based Vehicle Navigations and its Impact on Travel Time Reliability CHAPTER 92 Tokyo: Simulating Hyperpath-Based Vehicle Navigations and its Impact on Travel Time Reliability Daisuke Fukuda, Jiangshan Ma, Kaoru Yamada and Norihito Shinkai 92.1 Introduction Most standard

More information

Modeling Planned and Unplanned Store Stops for the Scenario Based Simulation of Pedestrian Activity in City Centers

Modeling Planned and Unplanned Store Stops for the Scenario Based Simulation of Pedestrian Activity in City Centers Modeling Planned and Unplanned Store Stops for the Scenario Based Simulation of Pedestrian Activity in City Centers Jan Dijkstra and Joran Jessurun Department of the Built Environment Eindhoven University

More information

Traffic: an Interplay between Models, Simulations, and Control Actions

Traffic: an Interplay between Models, Simulations, and Control Actions Traffic: an Interplay between Models, Simulations, and Control Actions Sven Maerivoet DWTC Katholieke Universiteit Leuven Department of Electrical Engineering ESAT-SCD (SISTA) Friday Seminar 05/03/2004

More information

Visualization of a crowded block of traffic on an entire highway.

Visualization of a crowded block of traffic on an entire highway. Control #29221 Traffic simulation has been an active area of research for the past seventy years. Early research was limited to approximations of traffic flow that forced models to gloss over important

More information

This objective implies that all population groups should find walking appealing, and that it is made easier for them to walk more on a daily basis.

This objective implies that all population groups should find walking appealing, and that it is made easier for them to walk more on a daily basis. Walking for life The Norwegian Walking Strategy Guro Berge Norwegian public Roads Administration "Walking for life" is the slogan for the National Walking Strategy that is now being formulated in Norway.

More information

International Journal of Technical Research and Applications e-issn: , Volume 4, Issue 3 (May-June, 2016), PP.

International Journal of Technical Research and Applications e-issn: ,  Volume 4, Issue 3 (May-June, 2016), PP. DESIGN AND ANALYSIS OF FEED CHECK VALVE AS CONTROL VALVE USING CFD SOFTWARE R.Nikhil M.Tech Student Industrial & Production Engineering National Institute of Engineering Mysuru, Karnataka, India -570008

More information

DOI /HORIZONS.B P23 UDC : (497.11) PEDESTRIAN CROSSING BEHAVIOUR AT UNSIGNALIZED CROSSINGS 1

DOI /HORIZONS.B P23 UDC : (497.11) PEDESTRIAN CROSSING BEHAVIOUR AT UNSIGNALIZED CROSSINGS 1 DOI 10.20544/HORIZONS.B.03.1.16.P23 UDC 656.142.054:159.922(497.11) PEDESTRIAN CROSSING BEHAVIOUR AT UNSIGNALIZED CROSSINGS 1 JelenaMitrovićSimić 1, Valentina Basarić, VukBogdanović Department of Traffic

More information

AnyLogic pedestrian simulation projects for public buildings in France: museums, terminals, big shops

AnyLogic pedestrian simulation projects for public buildings in France: museums, terminals, big shops AnyLogic pedestrian simulation projects for public buildings in France: museums, terminals, big shops Vladimir Koltchanov PhD, Director ANYLOGIC EUROPE AnyLogic Conference 2014 San Francisco, CA November

More information

arxiv: v1 [cs.ma] 22 Nov 2017

arxiv: v1 [cs.ma] 22 Nov 2017 Micro and Macro Pedestrian Dynamics in Counterflow: the Impact of Social Groups Luca Crociani, Andrea Gorrini, Claudio Feliciani, Giuseppe Vizzari, Katsuhiro Nishinari, Stefania Bandini arxiv:1711.08225v1

More information

Towards Simulation Tools for Innovative Street Designs

Towards Simulation Tools for Innovative Street Designs Towards Simulation Tools for Innovative Street Designs Dr Bani Anvari Lecturer in Intelligent Mobility Pedestrian Dynamics: Modeling, Validation and Calibration, Brown University, 22 August 2017 University

More information

Lane changing and merging under congested conditions in traffic simulation models

Lane changing and merging under congested conditions in traffic simulation models Urban Transport 779 Lane changing and merging under congested conditions in traffic simulation models P. Hidas School of Civil and Environmental Engineering, University of New South Wales, Australia Abstract

More information

Multi Exit Configuration of Mesoscopic Pedestrian Simulation

Multi Exit Configuration of Mesoscopic Pedestrian Simulation Multi Exit Configuration of Mesoscopic Pedestrian Simulation Allan Lao Lorma Colleges San Fernando City La Union alao@lorma.edu Kardi Teknomo Ateneo de Manila University Loyola Heights Quezon City teknomo@gmail.com

More information

Observation-Based Lane-Vehicle Assignment Hierarchy

Observation-Based Lane-Vehicle Assignment Hierarchy 96 Transportation Research Record 1710 Paper No. 00-1696 Observation-Based Lane-Vehicle Assignment Hierarchy Microscopic Simulation on Urban Street Network Heng Wei, Joe Lee, Qiang Li, and Connie J. Li

More information

Distributed Control Systems

Distributed Control Systems Unit 41: Unit code Distributed Control Systems M/615/1509 Unit level 5 Credit value 15 Introduction With increased complexity and greater emphasis on cost control and environmental issues, the efficient

More information

MICROSCOPIC ROAD SAFETY COMPARISON BETWEEN CANADIAN AND SWEDISH ROUNDABOUT DRIVER BEHAVIOUR

MICROSCOPIC ROAD SAFETY COMPARISON BETWEEN CANADIAN AND SWEDISH ROUNDABOUT DRIVER BEHAVIOUR MICROSCOPIC ROAD SAFETY COMPARISON BETWEEN CANADIAN AND SWEDISH ROUNDABOUT DRIVER BEHAVIOUR Canadian Association of Road Safety Professionals Conference 2017 Paul St-Aubin, Ph.D. 1,2,3, Nicolas Saunier,

More information

Available online at ScienceDirect. Transportation Research Procedia 2 (2014 )

Available online at   ScienceDirect. Transportation Research Procedia 2 (2014 ) Available online at www.sciencedirect.com ScienceDirect Transportation Research Procedia 2 (2014 ) 264 272 The Conference on in Pedestrian and Evacuation Dynamics 2014 (PED2014) Exhaustive analysis with

More information

Pedestrian vision and collision avoidance behaviour: Investigation of the Information Process Space of pedestrians using an eye tracker

Pedestrian vision and collision avoidance behaviour: Investigation of the Information Process Space of pedestrians using an eye tracker Pedestrian vision and collision avoidance behaviour: Investigation of the Information Process Space of pedestrians using an eye tracker Kay Kitazawa 1, Taku Fujiyama 2 1 Centre for Advanced Spatial Analysis

More information

Guidance of Flocks of Vehicles Using Virtual Signposts

Guidance of Flocks of Vehicles Using Virtual Signposts Preprints of the 8th IFAC World Congress Milano (Italy) August 8 - September, Guidance of Flocks of Vehicles Using Virtual Signposts Y. Rochefort H. Piet-Lahanier S. Bertrand D. Beauvois D. Dumur ONERA

More information

CAM Final Report John Scheele Advisor: Paul Ohmann I. Introduction

CAM Final Report John Scheele Advisor: Paul Ohmann I. Introduction CAM Final Report John Scheele Advisor: Paul Ohmann I. Introduction Herds are a classic complex system found in nature. From interactions amongst individual animals, group behavior emerges. Historically

More information

ENHANCED PARKWAY STUDY: PHASE 2 CONTINUOUS FLOW INTERSECTIONS. Final Report

ENHANCED PARKWAY STUDY: PHASE 2 CONTINUOUS FLOW INTERSECTIONS. Final Report Preparedby: ENHANCED PARKWAY STUDY: PHASE 2 CONTINUOUS FLOW INTERSECTIONS Final Report Prepared for Maricopa County Department of Transportation Prepared by TABLE OF CONTENTS Page EXECUTIVE SUMMARY ES-1

More information

MACROSCOPIC PEDESTRIAN FLOW MODELLING USING SIMULATION TECHNIQUE

MACROSCOPIC PEDESTRIAN FLOW MODELLING USING SIMULATION TECHNIQUE DOI: http://dx.doi.org/10.7708/ijtte.2018.8(2).02 UDC: 711.4:625.88 MACROSCOPIC PEDESTRIAN FLOW MODELLING USING SIMULATION TECHNIQUE Pritikana Das 1, Manoranjan Parida 2, Vinod Kumar Katiyar 3 1 Transportation

More information

THE ASSESSMENT OF ROAD SAFETY IN THE ROMANIAN CITIES

THE ASSESSMENT OF ROAD SAFETY IN THE ROMANIAN CITIES THE ASSESSMENT OF ROAD SAFETY IN THE ROMANIAN CITIES. THE INFLUENCE OF THE ASSESSMENT PROCESS ON THE SAFETY PERFORMANCE OF PUBLIC TRANSPORT BASED ON THE SAFENET PROJECT RESEARCH ON THE ESTIMATION AND INCREASE

More information

ScienceDirect. On the Use of a Pedestrian Simulation Model with Natural Behavior Representation in Metro Stations

ScienceDirect. On the Use of a Pedestrian Simulation Model with Natural Behavior Representation in Metro Stations Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 52 (2015 ) 137 144 The 6th International Conference on Ambient Systems, Networks and Technologies (ANT 2015) On the Use

More information

At each type of conflict location, the risk is affected by certain parameters:

At each type of conflict location, the risk is affected by certain parameters: TN001 April 2016 The separated cycleway options tool (SCOT) was developed to partially address some of the gaps identified in Stage 1 of the Cycling Network Guidance project relating to separated cycleways.

More information

Pedestrian Scenario Design and Performance Assessment in Driving Simulations

Pedestrian Scenario Design and Performance Assessment in Driving Simulations Pedestrian Scenario Design and Performance Assessment in Driving Simulations Achal Oza, Qiong Wu, and Ronald R. Mourant Virtual Environments Laboratory, Dept. of Mechanical and Industrial Engineering 334

More information

Trial 3: Interactions Between Autonomous Vehicles and Pedestrians and Cyclists

Trial 3: Interactions Between Autonomous Vehicles and Pedestrians and Cyclists Trial 3: Interactions Between Autonomous Vehicles and Pedestrians and Cyclists What is VENTURER? VENTURER is a 5m research and development project funded by government and industry and delivered by Innovate

More information

Transitional Steps Zone in Steeply Sloping Stepped Spillways

Transitional Steps Zone in Steeply Sloping Stepped Spillways Transitional Steps Zone in Steeply Sloping Stepped Spillways Jalal Attari 1 and Mohammad Sarfaraz 2 1- Assistant Professor, Power and Water University of Technology, Iran 2- Graduate Student, Department

More information

Study by numerical simulations on the breathing effect in a semi-underground highway with beams and a roof above it

Study by numerical simulations on the breathing effect in a semi-underground highway with beams and a roof above it Study by numerical simulations on the breathing effect in a semi-underground highway with beams and a roof above it M Hagiwara East Nippon Expressway Co., Ltd, Japan A Mizuno, T Tsutaki Kogakuin University,

More information

Applying Bi-objective Shortest Path Methods to Model Cycle Route-choice

Applying Bi-objective Shortest Path Methods to Model Cycle Route-choice Applying Bi-objective Shortest Path Methods to Model Cycle Route-choice Chris Van Houtte, Judith Y. T. Wang, and Matthias Ehrgott September 30, 2009 Outline Commuter Cyclists Motivation Choice Set Route

More information

Queue analysis for the toll station of the Öresund fixed link. Pontus Matstoms *

Queue analysis for the toll station of the Öresund fixed link. Pontus Matstoms * Queue analysis for the toll station of the Öresund fixed link Pontus Matstoms * Abstract A new simulation model for queue and capacity analysis of a toll station is presented. The model and its software

More information

A STUDY OF THE LOSSES AND INTERACTIONS BETWEEN ONE OR MORE BOW THRUSTERS AND A CATAMARAN HULL

A STUDY OF THE LOSSES AND INTERACTIONS BETWEEN ONE OR MORE BOW THRUSTERS AND A CATAMARAN HULL A STUDY OF THE LOSSES AND INTERACTIONS BETWEEN ONE OR MORE BOW THRUSTERS AND A CATAMARAN HULL L Boddy and T Clarke, Austal Ships, Australia SUMMARY CFD analysis has been conducted on a 100m catamaran hull

More information

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc.

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 9 BioTechnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(9), 2014 [4222-4227] Evaluation on test of table tennis equipment based

More information

Low Level Cycle Signals used as repeaters of the main traffic signals Appendices

Low Level Cycle Signals used as repeaters of the main traffic signals Appendices Low Level Cycle Signals used as repeaters of the main traffic signals Appendices Track trial report This document contains the appendices to accompany the report from the first sub-trial of a larger track

More information

OPTIMIZATION OF SINGLE STAGE AXIAL FLOW COMPRESSOR FOR DIFFERENT ROTATIONAL SPEED USING CFD

OPTIMIZATION OF SINGLE STAGE AXIAL FLOW COMPRESSOR FOR DIFFERENT ROTATIONAL SPEED USING CFD http:// OPTIMIZATION OF SINGLE STAGE AXIAL FLOW COMPRESSOR FOR DIFFERENT ROTATIONAL SPEED USING CFD Anand Kumar S malipatil 1, Anantharaja M.H 2 1,2 Department of Thermal Power Engineering, VTU-RO Gulbarga,

More information

Aerodynamic study of a cyclist s moving legs using an innovative approach

Aerodynamic study of a cyclist s moving legs using an innovative approach Aerodynamic study of a cyclist s moving legs using an innovative approach Francesco Pozzetti 30 September 2017 Abstract During a period of four weeks in September, I completed a research project in fluid

More information

AutonoVi-Sim: Modular Autonomous Vehicle Simulation Platform Supporting Diverse Vehicle Models, Sensor Configuration, and Traffic Conditions

AutonoVi-Sim: Modular Autonomous Vehicle Simulation Platform Supporting Diverse Vehicle Models, Sensor Configuration, and Traffic Conditions AutonoVi-Sim: Modular Autonomous Vehicle Simulation Platform Supporting Diverse Vehicle Models, Sensor Configuration, and Traffic Conditions Andrew Best, Sahil Narang, Lucas Pasqualin, Daniel Barber, Dinesh

More information

Evaluation and Improvement of the Roundabouts

Evaluation and Improvement of the Roundabouts The 2nd Conference on Traffic and Transportation Engineering, 2016, *, ** Published Online **** 2016 in SciRes. http://www.scirp.org/journal/wjet http://dx.doi.org/10.4236/wjet.2014.***** Evaluation and

More information

Motion Control of a Bipedal Walking Robot

Motion Control of a Bipedal Walking Robot Motion Control of a Bipedal Walking Robot Lai Wei Ying, Tang Howe Hing, Mohamed bin Hussein Faculty of Mechanical Engineering Universiti Teknologi Malaysia, 81310 UTM Skudai, Johor, Malaysia. Wylai2@live.my

More information

Summary Report: Built Environment, Health and Obesity

Summary Report: Built Environment, Health and Obesity Research and education Built Environment Edmonton Project Summary Report: Built Environment, Health and Obesity Introduction In 2007 the Canadian Institutes of Health Research and the Heart and Stroke

More information

EVACUATION SIMULATION FOR DISABLED PEOPLE IN PASSENGER SHIP

EVACUATION SIMULATION FOR DISABLED PEOPLE IN PASSENGER SHIP EVACUATION SIMULATION FOR DISABLED PEOPLE IN PASSENGER SHIP Keiko MIYAZAKI, Mitujiro KATUHARA, Hiroshi MATSUKURA and Koichi HIRATA National Maritime Research Institute, JAPAN SUMMARY Means of escape of

More information

Large-Scale Agent-Based Pedestrian and Crowd Simulation in Real-Time. HENRIK BOSTRÖM and LUKAS WENSBY

Large-Scale Agent-Based Pedestrian and Crowd Simulation in Real-Time. HENRIK BOSTRÖM and LUKAS WENSBY Large-Scale Agent-Based Pedestrian and Crowd Simulation in Real-Time HENRIK BOSTRÖM and LUKAS WENSBY Bachelor of Science Thesis Stockholm, Sweden 2012 Large-Scale Agent-Based Pedestrian and Crowd Simulation

More information

Adaptor Core Technology:

Adaptor Core Technology: Adaptor Core Technology: The Inception and Adapting of Calculus Based Truths within Geometric Entities Written By: Nick Siefers (Nicks@900global.com) Director of Operations 900 Global would like to introduce

More information

Low Level Cycle Signals with an early release Appendices

Low Level Cycle Signals with an early release Appendices Low Level Cycle Signals with an early release Appendices Track trial report This document contains the appendices to accompany the report from the second subtrial of a larger track trial investigating

More information

Modelling Pedestrian Route Choice Behaviour and Its Application to the Planning of Underground Shopping Streets

Modelling Pedestrian Route Choice Behaviour and Its Application to the Planning of Underground Shopping Streets Modelling Pedestrian Route Choice Behaviour and Its Application to the Planning of Underground Shopping Streets Hiroshi Tsukaguchi 1, Yuki Ohashi 2 1 Ritsumeikan University, Japan 2 Pacific Consultants

More information

Section 1 Types of Waves. Distinguish between mechanical waves and electromagnetic waves.

Section 1 Types of Waves. Distinguish between mechanical waves and electromagnetic waves. Section 1 Types of Waves Objectives Recognize that waves transfer energy. Distinguish between mechanical waves and electromagnetic waves. Explain the relationship between particle vibration and wave motion.

More information

Application of Simulation Technology to Mitsubishi Air Lubrication System

Application of Simulation Technology to Mitsubishi Air Lubrication System 50 Application of Simulation Technology to Mitsubishi Air Lubrication System CHIHARU KAWAKITA *1 SHINSUKE SATO *2 TAKAHIRO OKIMOTO *2 For the development and design of the Mitsubishi Air Lubrication System

More information

TRAFFIC CHARACTERISTICS. Unit I

TRAFFIC CHARACTERISTICS. Unit I TRAFFIC CHARACTERISTICS Unit I Traffic stream Characteristics Overview Overview of Traffic Stream Components To begin to understand the functional and operational aspects of traffic on streets and highways

More information

Verification and Validation Pathfinder

Verification and Validation Pathfinder 403 Poyntz Avenue, Suite B Manhattan, KS 66502 USA +1.785.770.8511 www.thunderheadeng.com Verification and Validation Pathfinder 2015.1 Release 0504 x64 Disclaimer Thunderhead Engineering makes no warranty,

More information

Traffic and Pollution in Torino

Traffic and Pollution in Torino Luca Cesare Biagio Alasio Scuola di Studi Superiori dell Università di Torino - A.A. 2010/2011 Traffic and Pollution in Torino INTRODUCTION I decided to work on this project after attending a lecture about

More information

Rulebook Revision 2016 v1.0 Published September 18, 2015 Sponsored By

Rulebook Revision 2016 v1.0 Published September 18, 2015 Sponsored By Rulebook Revision 2016 v1.0 Published September 18, 2015 Sponsored By 1 Table of Contents 1 General Overview... 3 1.1 General Team Rules... 3 2 Mini-Urban Challenge... 4 2.1 The Challenge... 4 2.2 Navigation...

More information

APPLICATION OF MODEL WAYOUT OF FIREWIND SOFTWARE PACKAGE

APPLICATION OF MODEL WAYOUT OF FIREWIND SOFTWARE PACKAGE , Volume 7, Number 3, p.128-133, 5 APPLICATION OF MODEL WAYOUT OF FIREWIND SOFTWARE PACKAGE V.O. Shestopal Fire Modelling & Computing, 66 Westbrook Avenue, Wahroonga NSW 76, Australia (Received 16 March

More information

Demonstration of Possibilities to Introduce Semi-actuated Traffic Control System at Dhanmondi Satmasjid Road by Using CORSIM Simulation Software

Demonstration of Possibilities to Introduce Semi-actuated Traffic Control System at Dhanmondi Satmasjid Road by Using CORSIM Simulation Software Paper ID: TE-043 746 International Conference on Recent Innovation in Civil Engineering for Sustainable Development () Department of Civil Engineering DUET - Gazipur, Bangladesh Demonstration of Possibilities

More information

The Mathematics of Procedural Generation in Video Games. OK-AR Section Meeting of the MAA

The Mathematics of Procedural Generation in Video Games. OK-AR Section Meeting of the MAA The Mathematics of Procedural Generation in Video Games Demitri Plessas Department of Mathematics and Computer Science Northeastern State University, Tahlequah, OK plessas@nsuok.edu OK-AR Section Meeting

More information

Creating walkable, bikeable and transit-supportive communities in Halton

Creating walkable, bikeable and transit-supportive communities in Halton Creating walkable, bikeable and transit-supportive communities in Halton By presenting current research and best practices, the information in this paper is meant to support and broaden discussion on how

More information

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher Mini-project 3 Tennis ball launcher Mini-Project 3 requires you to use MATLAB to model the trajectory of a tennis ball being shot from a tennis ball launcher to a player. The tennis ball trajectory model

More information

reviewed paper Fig. 1: The relationship between urban spaces and pedestrian needs.

reviewed paper Fig. 1: The relationship between urban spaces and pedestrian needs. reviewed paper Simulation of Pedestrian Behaviour in Urban Spaces. A Case Study of Sidi Gaber Public Space, Alexandria, Egypt Rania A. Raslan, Ali F. Bakr, Hany A. Ayad (Rania A. Raslan, Doctoral Candidate,

More information

arxiv: v1 [cs.ma] 28 Feb 2015

arxiv: v1 [cs.ma] 28 Feb 2015 Crowd Congestion and Stampede Management through Multi Robotic Agents Garima Ahuja and Kamalakar Karlapalem Center for Data Engineering, International Institute of Information Technology Hyderabad, India

More information

Author s Name Name of the Paper Session. Positioning Committee. Marine Technology Society. DYNAMIC POSITIONING CONFERENCE September 18-19, 2001

Author s Name Name of the Paper Session. Positioning Committee. Marine Technology Society. DYNAMIC POSITIONING CONFERENCE September 18-19, 2001 Author s Name Name of the Paper Session PDynamic Positioning Committee Marine Technology Society DYNAMIC POSITIONING CONFERENCE September 18-19, 2001 POWER PLANT SESSION A New Concept for Fuel Tight DP

More information

Variables influencing lane changing behaviour of heavy vehicles

Variables influencing lane changing behaviour of heavy vehicles Variables influencing lane changing behaviour of heavy vehicles Sara Moridpour 1, Majid Sarvi 1, Geoff Rose 1 and Euan Ramsay 1,2 1 Institute of Transport Studies, Monash University 2 Department of Transport,

More information

An Impeller Blade Analysis of Centrifugal Gas Compressor Using CFD

An Impeller Blade Analysis of Centrifugal Gas Compressor Using CFD An Impeller Blade Analysis of Centrifugal Gas Compressor Using CFD Vivek V. Kulkarni Department of Mechanical Engineering KLS Gogte Institute of Technology, Belagavi, Karnataka Dr. Anil T.R. Department

More information

Modeling Traffic Patterns using Java

Modeling Traffic Patterns using Java The College at Brockport: State University of New York Digital Commons @Brockport Lesson Plans CMST Institute 5-2005 Modeling Traffic Patterns using Java Kim Meek The College at Brockport Follow this and

More information

AIS data analysis for vessel behavior during strong currents and during encounters in the Botlek area in the Port of Rotterdam

AIS data analysis for vessel behavior during strong currents and during encounters in the Botlek area in the Port of Rotterdam International Workshop on Next Generation Nautical Traffic Models 2013, Delft, The Netherlands AIS data analysis for vessel behavior during strong currents and during encounters in the Botlek area in the

More information

CFD SIMULATIONS OF GAS DISPERSION IN VENTILATED ROOMS

CFD SIMULATIONS OF GAS DISPERSION IN VENTILATED ROOMS CFD SIMULATIONS OF GAS DISPERSION IN VENTILATED ROOMS T. Gélain, C. Prévost Institut de Radioprotection et de Sûreté Nucléaire (IRSN), Saclay, France Abstract In order to better understand the risks due

More information

AIRFLOW GENERATION IN A TUNNEL USING A SACCARDO VENTILATION SYSTEM AGAINST THE BUOYANCY EFFECT PRODUCED BY A FIRE

AIRFLOW GENERATION IN A TUNNEL USING A SACCARDO VENTILATION SYSTEM AGAINST THE BUOYANCY EFFECT PRODUCED BY A FIRE - 247 - AIRFLOW GENERATION IN A TUNNEL USING A SACCARDO VENTILATION SYSTEM AGAINST THE BUOYANCY EFFECT PRODUCED BY A FIRE J D Castro a, C W Pope a and R D Matthews b a Mott MacDonald Ltd, St Anne House,

More information

Analysing the Effects of Stop-&-Go Conditions in Traffic Assignment Models

Analysing the Effects of Stop-&-Go Conditions in Traffic Assignment Models Analysing the Effects of Stop-&-Go Conditions in Traffic Assignment Models Neeraj Saxena * ; Vinayak Dixit 1 ; Travis S. Waller 2 * Corresponding author: E-mail address: n.saxena@unsw.edu.au ; Tel: (+61

More information

INTERSECTING AND MERGING PEDESTRIAN CROWD FLOWS UNDER PANIC CONDITIONS: INSIGHTS FROM BIOLOGICAL ENTITIES

INTERSECTING AND MERGING PEDESTRIAN CROWD FLOWS UNDER PANIC CONDITIONS: INSIGHTS FROM BIOLOGICAL ENTITIES INTERSECTING AND MERGING PEDESTRIAN CROWD FLOWS UNDER PANIC CONDITIONS: INSIGHTS FROM BIOLOGICAL ENTITIES Charitha Dias, Majid Sarvi, and Nirajan Shiwakoti (Institute of Transport Studies, Department of

More information

The Impact of Security Bollards on Evacuation Flow

The Impact of Security Bollards on Evacuation Flow The Impact of Security Bollards on Evacuation Flow E.R. Galea, D. Cooney, G.G. Sharp, S. Gwynne 1 Fire Safety Engineering Group, University of Greenwich, UK Formerly at UoG, now at National Research Council,

More information

Public transport and town planning from a retroactive point of view C. Wallstrom, S. Johansson et al

Public transport and town planning from a retroactive point of view C. Wallstrom, S. Johansson et al Public transport and town planning from a retroactive point of view C. Wallstrom, S. Johansson et al The aim of this project is to estimate the effect of town planning on traffic volumes and modal split

More information

Available online at ScienceDirect

Available online at  ScienceDirect Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 71 ( 2014 ) 333 342 Simulation of Evacuation in a Twin Bore Tunnel: Analysis of Evacuation Time and Egress Selection Nan Mu,

More information

A Review of Roundabout Speeds in north Texas February 28, 2014

A Review of Roundabout Speeds in north Texas February 28, 2014 Denholm 1 A Review of Roundabout Speeds in north Texas February 28, 2014 Word Count: 6,118 words (2,618 + 11 figures x 250 + 3 tables x 250) John P. Denholm III Lee Engineering, LLC 3030 LBJ FRWY, Ste.

More information

Centre for Transport Studies

Centre for Transport Studies Centre for Transport Studies University College London CTS Working Paper (2006/4) Investigating density effects on the awareness area of pedestrians using an eye tracker Taku Fujiyama Accessibility Research

More information

Open Research Online The Open University s repository of research publications and other research outputs

Open Research Online The Open University s repository of research publications and other research outputs Open Research Online The Open University s repository of research publications and other research outputs Developing an intelligent table tennis umpiring system Conference or Workshop Item How to cite:

More information

ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN

ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN Bridget M. Wadzuk 1 (Member, ASCE) and Ben R. Hodges 2 (Member, ASCE) ABSTRACT Modeling of dynamic pressure appears necessary to achieve a more robust

More information

ScienceDirect. Rebounding strategies in basketball

ScienceDirect. Rebounding strategies in basketball Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 72 ( 2014 ) 823 828 The 2014 conference of the International Sports Engineering Association Rebounding strategies in basketball

More information

A COMPARATIVE STUDY OF MIX FLOW PUMP IMPELLER CFD ANALYSIS AND EXPERIMENTAL DATA OF SUBMERSIBLE PUMP

A COMPARATIVE STUDY OF MIX FLOW PUMP IMPELLER CFD ANALYSIS AND EXPERIMENTAL DATA OF SUBMERSIBLE PUMP IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) ISSN 2321-8843 Vol. 1, Issue 3, Aug 2013, 57-64 Impact Journals A COMPARATIVE STUDY OF MIX FLOW PUMP IMPELLER CFD ANALYSIS

More information