Evacuation using Triggers to Change Behavior

Reading Time: 8 minutes
Created with software version: 2024.1

1. Overview

This tutorial will demonstrate how to use Triggers when modeling an evacuation in Pathfinder. It will cover Trigger creation, how to configure Profiles to be influenced by Triggers, and configuring Behaviors to determine how occupants respond to Triggers.

2. Before Starting

Before beginning this tutorial:

  • Download the Triggers.zip files to follow along.
  • Read through the Triggers section in the User Manual.

3. Introduction

Triggers are communications that can change an occupant’s behavior. They are quite flexible. In this example we simulate an evacuation, but they can also be used to model optional choices an occupant might make to enter a store, get food, or use the toilet. Triggers use data from the occupant’s Profile and Behavior, so there are several interacting parts that must be defined to obtain the desired response. In the sections below, we will describe the details used in this example.

The purpose of this tutorial model is to simulate an evacuation scenario where:

  • All occupants within 5 m of the incident begin to run towards the exits.
  • Some occupants within 20 m of the incident also run towards the exits.
  • As they run, they notify occupants they meet who are within a 1 m radius. These newly notified occupants decide if they will also run towards the exits. If they choose to run, they will notify others they meet.
  • After a global announcement 50 seconds after the incident, everyone runs towards the exits.

4. Geometry

The problem geometry is shown below. The two large rooms measure 10 m x 30 m and are connected by a short hallway. 300 people are randomly located in the model. There are two exits. The trigger is indicated by the orange circle that has a 5 m radius. There is a second trigger with a 20 m radius that is not shown in this figure.

path scrn triggers problem geometry
Figure 1. Two rooms connected by a hallway

Draw the geometry of the model. Add the doors and name them Exit 1 and Exit 2. Add 200 occupants.

5. Profiles

In this simulation, we will modify the default profile by changing the Trigger Susceptibility, that is the probability that an occupant will respond to a trigger they receive.

Select the Default profile. On the Movement tab, change the Trigger Susceptibility (Seeking) to 25% and the Trigger Susceptibility (Waiting) to 25%. The seeking susceptibility applies when an occupant is actively moving towards a goal (such as an exit), the waiting susceptibility applies when an occupant is waiting. By setting the susceptibility to these values, there is a 25% chance that an occupant will respond to a trigger.

We will use this to simulate communication between someone running to the exit and a person who is standing still. If an occupant is waiting and they are close to someone who is running to an exit, there will be a 25% chance that they will respond to the trigger and also start to run. If multiple occupants run past, each one will be a separate trigger, so if an occupant is triggered several times, it is almost certain they will begin to run also. As described later, if we want everyone to leave, the trigger can ignore the susceptibility.

path ui dialog edit profiles triggers
Figure 2. Profile Trigger Susceptibility

6. Behaviors

In this model, we want three behaviors:

  • Wait - A behavior where occupants are standing still and waiting. After a certain time, they will proceed to an exit.
  • Evacuate and Warn - A behavior where occupants are running toward an exit and warn other occupants they meet.
  • Evacuate - A behavior where an occupant is running towards an exit.

At this point in making the model we will just make placeholders for the behaviors. This will allow us to reference a behavior when creating triggers, but the behaviors can also reference triggers, so we will return later and complete the definition of the behaviors. For now just make placeholders:

  1. Rename the default Goto Any Exit behavior as Wait.
  2. Create a behavior named Evacuate and Warn. Do not make any other changes to the behavior.
  3. Create a behavior named Evacuate. Do not make any other changes to the behavior.

7. Triggers

First we will add the placed triggers. These are the triggers that are associated with a fixed location in the model.

7.1. Trigger for occupants near the incident

  1. In the drawing toolbar, select the Add a Trigger tool.
  2. Click on the center of the top right edge of the model to add the trigger (see location in Figure 1).

Edit the properties of the trigger to define a trigger that acts immediately and affects occupants within 5 m.

  1. Change the Name to Incident.
  2. Change the Behavior to Evacuate and Warn. This is the behavior that will be used by any occupant that responds to this trigger.
  3. Change the Decision Time to Specific Time with a value of 0.0 s. This means that occupant will respond to the trigger at time 0.0 seconds (the beginning of the simulation).
  4. Change the Awareness Radius to 5.0 m. This means that anyone within a radius of 5 m and who can see the trigger point will receive the trigger.
  5. Click the Ignore Occupant Susceptibility checkbox. This means that all occupants who receive this trigger will respond to the trigger. Remember that in the Profile we set the susceptibility to 25%. If we did not select the checkbox, most occupants would ignore the trigger. This option overrides the value in the profile and effectively sets it to 100%.
path scrn props triggers
Figure 3. Trigger Properties

7.2. Trigger for occupants further away from the incident

Now add a second trigger at the same location that will have a larger radius. Within this radius, only some occupants will immediately start to run to the exits.

  1. In the drawing toolbar, select the Add a Trigger tool.
  2. Click on the center of the top right edge of the model to add the trigger.

Edit the properties of the trigger to define a trigger that acts immediately and affects occupants within 20 m.

  1. Change the Name to Incident Weak.
  2. Change the Behavior to Evacuate and Warn.
  3. Change the Decision Time to Specific Time with a value of 0.0 s.
  4. Change the Awareness Radius to 20.0 m.

7.3. Trigger that is a general announcement to evacuate

Now add a third trigger that will be a global announcement to evacuate.

  1. In the drawing toolbar, select the Add a Trigger tool.
  2. Click on the center of the top right edge of the model to add the trigger (or any location in the model).

Edit the properties of the trigger to define a trigger that acts at 30 s and affects all occupants.

  1. Change the Name to Announcement.
  2. Change the Behavior to Evacuate.
  3. Change the Decision Time to Delay with a value of 0.0 s. This means that the occupant will make the decision immediately on receiving the trigger.
  4. Change the Awareness to Global. This means the trigger will be broadcast to all occupants.
  5. For Influence, click the value. In the Edit Influence table, as seen in Figure 4, set the Initial Value to 0.0% and in the table set the Time to 50.0 s and the Value to 100%. This means the trigger will initially be zero (off), but at 50 seconds the trigger will be active.
  6. Click the Ignore Occupant Susceptibility checkbox. This means that all occupants who receive this trigger will respond to the trigger.
path ui dialog triggers edit influence
Figure 4. Edit Influence Table

7.4. Trigger template for communication between occupants

Next we create a trigger template. This is a type of trigger that can be created during the simulation. We will use it to model communication between the occupants running to the exit and those standing and waiting.

  1. In the Model menu, click New Trigger Template.

Edit the properties of the trigger to define a trigger that acts immediately and affects occupants within 20 m.

  1. Change the Name to Warn Others.
  2. Change the Behavior to Evacuate and Warn.
  3. Change the Decision Time to Delay with a value of 0.0 s.
  4. Change the Awareness Radius to 1.0 m.

8. Return to modify behaviors

Now that we have completed the triggers, let us go back and modify the behaviors.

8.1. The Wait behavior

  1. Select the Wait behavior.
  2. Add an Action to Wait for 100 seconds.

8.2. The Evacuate and Warn behavior

  1. Select the Evacuate and Warn behavior.
  2. Add an Action to Change Profile Property and set the Speed to 2.0 m/s.
  3. Add an Action to a Create Trigger.
  4. Click to the right of Triggers and select Warn Others.
  5. Click Create.

8.3. The Evacuate behavior

  1. Select the Evacuate behavior.
  2. Add an Action to Change Profile Property and set the Speed to 2.0 m/s.

The available behaviors should now appear as in Figure 5.

path ui treeview trigger behaviors
Figure 5. Trigger Behaviors

9. Run Simulation

Run the simulation.

10. View Results

The following figures show key events in the simulation timeline.

path scrn 3d trigger results 1
Figure 6. Immediately after the start of the simulation, all occupants within the 5 m radius and some of the occupants in the 20 m radius start to run to the exits.
path scrn 3d trigger results 2
Figure 7. As they run to the exit, they communicate with the waiting occupants and some of the waiting occupants also begin to evacuate.
path scrn 3d trigger results 3
Figure 8. Finally, at 50 seconds all occupants evacuate.

Related Tutorials

Shopping using Triggers to Change Behavior Reading Time: 7 minutes

Tutorial demonstrating how to model occupants that respond to Triggers to shop.

Pathfinder Logo  -  triggers profiles behavior
Balancing Occupant Flow Through Multiple Doors Reading Time: 1 minute

Video tutorial demonstrating the difference in evacuation times when occupant flow is properly balanced.

Pathfinder Logo  -  venue behavior doors flow groups profiles
Distributed Use of Stairs and Escalators Reading Time: 3 minutes

Tutorial demonstrating how to distribute the use of stairs and escalators in Pathfinder.

Pathfinder Logo  -  behavior profiles stairs
Subway Station Passenger Movement Reading Time: 13 minutes

Tutorial demonstrating how to model passenger movement in a subway.

Pathfinder Logo  -  venue process behavior cad doors geometry flow groups profiles vehicles
Distribute Exit Goals Reading Time: 1 minute

Video tutorial demonstarting how to assign exit goals to percentages of the occupant population.

Pathfinder Logo  -  behavior doors flow groups profile
Evacuation Using Familiar Paths Reading Time: 3 minutes

Tutorial demonstrating how to have occupants evacuate using familiar paths.

Pathfinder Logo  -  behavior doors
Circulation Movement Using Queues Reading Time: 9 minutes

This tutorial teaches the user how to create circulation movement using Queues.

Pathfinder Logo  -  process venue behavior controls queues
Evacuation of Theatres and Stadiums Reading Time: 1 minute

Video tutorial demonstrating how to effectively simulate evacuation of theaters and stadiums using Pathfinder.

Pathfinder Logo  -  stadium venue behavior doors flow groups profile