Next Article in Journal
Influence of Gamification and Cooperative Work in Peer, Mixed and Interdisciplinary Teams on Emotional Intelligence, Learning Strategies and Life Goals That Motivate University Students to Study
Previous Article in Journal
Binge Eating Disorder—The Point Prevalence among Polish Women with Polycystic Ovary Syndrome and Validity of Screening Tool for This Population
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Agent-Based Simulation for Infectious Disease Modelling over a Period of Multiple Days, with Application to an Airport Scenario

1
Department of Computer Science, TU Dortmund University, Otto-Hahn-Str. 16, 44227 Dortmund, North Rhine-Westphalia, Germany
2
Department of Pathology, University of Saarland Medical School, Homburg Saar Campus, Kirrberger Strasse 100, 66424 Homburg Saar, Saarland, Germany
*
Author to whom correspondence should be addressed.
Int. J. Environ. Res. Public Health 2023, 20(1), 545; https://doi.org/10.3390/ijerph20010545
Submission received: 29 October 2022 / Revised: 16 December 2022 / Accepted: 20 December 2022 / Published: 29 December 2022

Abstract

:
With the COVID-19 pandemic, the role of infectious disease spreading in public places has been brought into focus more than ever. Places that are of particular interest regarding the spread of infectious diseases are international airport terminals, not only for the protection of staff and ground crew members but also to help minimize the risk of the spread of infectious entities such as COVID-19 around the globe. Computational modelling and simulation can help in understanding and predicting the spreading of infectious diseases in any such scenario. In this paper, we propose a model, which combines a simulation of high geometric detail regarding virus spreading with an account of the temporal progress of infection dynamics. We, thus, introduce an agent-based social force model for tracking the spread of infectious diseases by modelling aerosol traces and concentration of virus load in the air. We complement this agent-based model to have consistency over a period of several days. We then apply this model to investigate simulations in a realistic airport setting with multiple virus variants of varying contagiousness. According to our experiments, a virus variant has to be at least twelve times more contagious than the respective control to result in a level of infection of more than 30%. Combinations of agent-based models with temporal components can be valuable tools in an attempt to assess the risk of infection attributable to a particular virus and its variants.

1. Introduction

Numerous international airports worldwide allow passengers and visitors to find a variety of restaurants and food outlets, and passengers with a valid boarding pass can also make purchases from a range of items available at duty-free stores inside the security area [1]. Aviation industry ground crew members and franchise staff are, therefore, engaged in various roles at airports, such as operating the information desks, check-in desks, and boarding desks, the security checkpoints, shops, and restaurants. Despite the fact that they constitute the main set of airport personnel that passengers and visitors will interact with at an international airport directly, their role in the COVID-19 pandemic has not been subjected to extensive simulation studies so far. We, therefore, propose a novel agent-based approach to infectious disease modelling, which we extend into covering a greater time span by simulating multiple consecutive days. We then apply this approach to a realistic scenario, modelling an international airport terminal. In this scenario, we simulate the upcoming of a new and more contagious virus variant with a gradually increasing proportion in the population with respect to an already prevailing virus variant. This approach is based on the fact that COVID-19 is linked to an enveloped, positive-sense single-stranded RNA ((+)ssRNA) virus that has been isolated from bronchoalveolar lavage fluid samples obtained from patients who contracted pneumonia in Wuhan, the People’s Republic of China (syn.: PRC) [2]. The earliest case of an infection attributable to this virus seems to have been found on 17 November 2019 [3]. On 11 February 2020, the International Committee on Taxonomy of Viruses (ICTV) announced “Severe Acute Respiratory Syndrome CoronaVirus 2” (syn.: SARS-CoV-2) as the name of the virus, formerly known as “2019 novel coronavirus” (syn.: 2019-nCov). The same day, the disease name has been designated as “CoronaVirus Disease 2019” (syn.: COVID-19) by the World Health Organization (WHO).
We propose a novel agent-based approach to infectious disease modelling, which we extend into covering a greater time span by simulating multiple consecutive days. Our approach rests upon a numerical simulation of a social force pedestrian model [4,5], which we complement with infectious disease modelling. We then apply this approach to the aforementioned realistic scenario, modelling an airport terminal. In this scenario, we simulate the upcoming of a new and more contagious virus variant with a gradually increasing proportion in the population with respect to an already prevailing virus variant.
A variety of approaches to infectious disease spread modelling have been implemented so far. They largely differ in granularity and the aspects modeled. Very common are compartmental models, which model infection dynamics on a large scale. There are several variants, notably SEIR (susceptible–exposed–infectious–recovered) and SIR (susceptible–infected–removed) and other similar models [6]. In these approaches, the population is divided into several categories, which form the basis of a system of differential equations to model infection dynamics.
On a smaller scale, various agent-based models (ABM), also called individual based models (IBM), to infectious disease modelling have been proposed [7], many of which are graph-based at their core, combined with compartmental models.
More recently, “microscopic” agent-based models have been proposed (e.g., [5,8,9,10]), which employ particle simulations, which are governed by social-force interaction, allowing for analysis of disease spreading on a small scale. While these approaches allow for highly detailed analysis in the spatial domain, they usually lack the temporal aspects of the macroscopic approaches.
We attempt to narrow this gap by extending the social force approach into covering a longer timespan. Our goal is to retain the geometric detail of ABM-based simulations, but at the same time, stretch this approach towards time spans that are relevant to covering infections caused by individuals who themselves became infected during the simulation. In other words, we seek to investigate the effect of agents passing the virus on to other agents. Due to the fine-grained nature of ABM, a simple increase in simulation time to cover days or even weeks would demand very high resources, mainly in terms of computational power, but also in modelling the underlying scenario. To overcome this issue, we propose an approach, in which we simulate a certain time span of a whole day, but repeatedly over several consecutive days. To create consistency between consecutive days, we keep a subset of the simulated agents and their state persistent over the whole set of days. These agents can be thought as, for example, employees, staff, or other people who have a regular schedule of appearance on the simulated scenario.
We then apply this approach to the analysis of infectious disease spreading by the example of two (hypothetical) variants of the SARS-CoV-2-virus with different degrees of infectivity, taking place in a realistic scenario set in an international airport terminal. With the passage of time, the emergence of more transmissible variants cannot be ruled out [11]. We provide experiments to gain insight into how high the proportion of such a variant has to be for a significant rise in infection counts. We also quantify the rate of contagiousness by quantifying the viral load necessary for infection. We include a simple model for tracking aerosol concentration and measuring aerosol exposure times in multiple discrete simulations, which are set to take place on several consecutive days. This way, we seek to combine the microscopic social-force-based simulation with the progression of infections after initial exposure. A visualisation of the simulation process is shown in Figure 1.
The main contributions of this paper are centred around a generic agent-based model for infectious disease modeling, which is:
  • almost arbitrarily applicable to scenarios defined by a two-dimensional floor-plan
  • capable of handling large areas and high agent counts
  • incorporates a basic model of aerosol spreading
  • augmented by extending the time span over multiple days to account for the temporal progress of infection dynamics
This paper is organized as follows: The following Section 2 gives an overview of the state-of-the-art of infectious disease modeling, with a focus on agent-based simulations. In Section 3, we describe in detail the model we developed and the accompanying implementation. This section is further divided into sub-sections covering pedestrian dynamics (Section 3.1), modelling of the simulation domain, including agent pathfinding (Section 3.2), and infectious disease modeling (Section 3.4). Section 4 describes our experimental setup, in Section 5, the results are presented, which are then discussed in Section 6. Finally, Section 7 gives a short conclusion and outlook.

2. Related Work

In this section, we first review extensions that have been made to compartmental models for covering spatial aspects, indoor disease transmission, and multi-strain epidemics, before we put our focus on agent-based models for infectious disease and epidemics modeling. We differentiate these approaches into two categories, compartmental agent-based models and social-force agent models.
Transmission of COVID-19 and airborne diseases, in general, has already been investigated with respect to indoor environments. Both Gao et al. [12] and Noakes et al. [13] use the Wells-Riley equation [14,15] in combination with an SEIR-model to investigate the effect of ventilation control and further measures on infection dynamics.
There have also been numerous approaches for analysing multi-strain pandemics with compartmental models. Lazebnik and Bunimovich-Mendrazitsky propose a model for multi-strain pandemics with a focus on the relations of basic reproduction number, the total count of infected individuals, and mortality rate [16]. In another publication, Lazebnik et al. [17] present a graph-based spatio-temporal model based on a SIIRD-scheme (susceptible–infected asymptomatic–infected symptomatic–recovered–dead) for analysis of COVID-19-related dynamics. Fudolig and Howard [18] analyse a modified SIR model, which takes vaccination into account, hence described as SVIR (susceptible–vaccinated–infected–removed) and analyse its dynamics regarding local stability. Khyar and Karam [19] follow a similar approach, analysing a multi-strain SIR model with regard to global stability. Edilson et al. [20] present an analysis and accompanying optimal control strategies of a multi-strain epidemic model with respect to COVID-19, and Yagan et al. [21] use a model proposed by Eletreby et al. [22] to analyse the impacts of an upcoming, more transmissible strain of COVID-19. De León et al. propose a multi-strain model, which they apply to the analysis of two virus variants and associated diminished effectiveness of vaccination [23].
Concerning compartmental agent-based models, Hoertel et al. propose a stochastic model, which they use for a simulation based on data from France; study the impact of measures like physical distancing, mask-wearing, and shielding individuals [24]. Their model is based on the model of Perez and Dragicevic [25], which is an SEIR-based model based on GIS (Geographic Information System) data and movement rules, and the model Venkatramanan et al. [26], which is an agent-based network model combined with SEIR, used for forecasting an Ebola outbreak. Wang et al. implemented the model of Hoertel et al. into a visual interactive tool for strategy assessment [27]. A large-scale ABM with the SIRD (susceptible–infected–recovered–deceased) scheme is proposed by Giacopelli [28]. Müller et al. combine transportation modelling with infection modelling, using “(daily) activity chains” [29]. Wolfram presents an analysis of graph-based (social-)networks and SIR-models, with studies modelling choices in general, and choice of distributions in particular [30]. Ying and O’Clery apply a graph-based model to a supermarket setting [31], and Kerr et al. propose the “Covasim” simulation framework [32], which offers various contact network models with compartmental models. It also includes a scaling model (one person represents multiple real persons) with a technique they call “dynamic rescaling”. Krivorotko et al. [33] use the Covasim-framework to consider cases of corona outbreaks in the US and UK and corresponding available data. Their focus lies on the process of data collection and parameter identification, and calibration. Truszkowska et al. propose an agent-based model with single-individual resolution and a five-state-model (susceptible–exposed–infectious-symptomatic–removed-healed–removed-dead) [34]. Shamil et al. simulate the spread of COVID-19 in the example of US cities with an agent-based state model. They also investigate the influence of the ability to trace individuals via smartphones on the accuracy of their simulation [35]. Chumachenko et al. propose an agent-based model with an SEIR scheme for assessment of the dynamics of influenza and acute respiratory virus infection [36]. Alvarez Castro and Ford combine a 3D-agent model with an SEIR model to simulate COVID-19 transmission in university students [37].
Social-force ABM has been proposed and applied to different scenarios with respect to infectious disease modelling. We already used social-force ABM for analysis of supermarket capacity or occupancy with respect to abiding prescribed distances [5]. Parisi et al. also did a study concerning supermarkets, with regard to the question of how the number of customers affects social distancing [9]. Islam et al. analysed indoor spaces in general [38]. Espitia et al. [39] propose a “social distancing model”, comparing the social force model to their own social distancing model. Their simulation considers the city of Venice. Garcia et al. analyse daily life situations in various public places [8]. Alam and Ahsanul [40] developed a social-force-based model to reflect pedestrian behaviour under COVID-19 restrictions. They also consider an airport scenario. Cuevas presents an agent-based model for COVID-19 transmission with a focus on agent interactions [41]. Nikoohemat et al. focus on building realistic point-cloud models for simulation [42], while Kramer and Wang did a study on the adverse effects of social distancing on pedestrian movement [43]. Last but not least, Mayr and Köster propose an “optimal steps model”, with focus on keeping distances [10].
In this study, we extend a social-force-based simulation [4,5] by creating coherence over multiple simulation runs, which are considered to be taking place on consecutive days. In the following sections, we describe all aspects of our simulation framework in detail, including pedestrian dynamics, modelling of the airport area, and infectious disease modelling.

3. Materials and Methods

In this section, we present the underlying model used in our simulation as well as the additions we made for infectious disease modelling. We first describe the pedestrian simulation itself (Section 3.1), before we proceed to infectious disease modelling (Section 3.4), including the important extension to simulating multiple consecutive days (Section 3.4.2). All identifiers and variables used throughout this chapter are summarised in Table 1.

3.1. Pedestrian Dynamics

Pedestrians are modelled as self-propelled agents p i , interacting with each other and with obstacles [4]. We formally define an agent as p i = ( x i , v i , e i 0 , v i 0 , s i , d i , c i , c i vt , c i aexp , d i inc ) , which will be explained in detail in the following. Agent interaction is effected by forces, which obstacles and other agents exert on an agent. Figure 2 shows the interaction of agents with the environment and with each other and the associated variables.
The movement of an agent is described by the following equation of motion, defining the acceleration of an agent p i as
d v i d t = f i 0 + f i wall + f i j .
In this equation, f i 0 denotes the self-acceleration of agent p i , and f i wall and f i j denote the forces exerted by the closest obstacle, and by another agent p j , respectively. An agent’s velocity v i is the derivative of its position x i with respect to time v i = d x i d t . Note that agents have no defined mass in the underlying model, which hence is omitted. The self-acceleration f i 0 is defined as
f i 0 = v i 0 e i 0 v i ( t ) τ ,
where v i 0 is the desired speed of p i (in metres per second), e i 0 its desired direction, and τ is a relaxation constant, measured in seconds.
The force f wall exerted from an obstacle w R 2 on agent p i is given by
f i wall ( d w ) = a exp d w b n w ,
with a = 3 , b = 0.1 being constants [4], n w being the normal vector pointing from obstacle w to p i , and d w the distance from p i to w . A detailed definition of obstacles and modelling of the simulation domain is given in Section 3.2.
The force f i j acting from agent p j on agent p i is defined as
f i j ( d , θ ) = a ^ exp d b ^ [ exp ( ( n b ^ θ ) 2 ) t i j + k ^ exp ( ( n b ^ θ ) 2 ) n i j ] .
Here, e i j denotes the normalised direction from p i to p j : e i j = x j x i x j x i , t i j = t i j t i j is the so-called interaction direction between two agents, with t i j = λ ( v i v j ) + e i j , λ a constant, and n i j the normalised vector perpendicular to t i j , oriented to the left. The angle between t i j (interaction direction) and e i j (vector pointing from p i to p j ) is described by θ i j , and a , b ^ , n , n are (constant) model parameters [4]. Finally, b ^ and k ^ are calculated as b ^ = γ t and k ^ = sgn ( θ ) .

3.2. Simulation Domain Modelling and Pathfinding

In this paper, we focus our simulation domain solely on the airport-terminal scenario described in Section 4 and the according floor-plan. Nonetheless, our approach is not restricted to a certain type of scenario at all, and should be applicable to almost any 2D scene described by a suitable binary floor plan.
The simulation domain is defined as a two-dimensional rectangular area Ω = [ 0 , w ) × [ 0 , h ) R 2 of a given size w × h (in metres). The floor-plan is modelled as a two-dimensional binary map F { 0 , 1 } w F × h F , defining walkable space ( F = 1 ) and obstacles ( F = 0 ), the ratio s F = w F w = h F h defines the resolution of the floor map with respect to the underlying area in points per metre. The corresponding mapping from the simulation domain is referred to as the scalar field ϕ F ( x ) : Ω { 0 , 1 } . The set of obstacles can, thus, be defined as W = { w Ω ϕ F ( w ) = 0 } . Within Ω , the distance d w (cf. Equation (3)) is calculated as the perpendicular distance from p i to the closest obstacle w W .
This is done efficiently by means of the distance transform [44,45] of the binary floor map F , which is described as a scalar field ϕ dt : Ω R . Formally, this is defined as ϕ dt ( x ) = min w W ( x w ) with W = { w Ω ϕ F ( w ) = 0 } .
On the area Ω , we define a set S of starting points s k Ω R 2 and a set D of destination points d k Ω R 2 , which determine how the agents move and navigate in the simulation. The set of destination points D is further divided into two disjoint sets, D = D D ˙ D W , denoting waypoints ( D W ) and final destination points ( D D ). Technically, both are mostly treated the same way, the only difference arises in handling agents after they reach those points. This is described in detail in the following. Regardless of the type of destination point, agents start from a certain point s i from the set S and move towards a point d i D . Within the simulated airport terminal, starting points represent entrances or incoming escalators within the simulated airport. Waypoints represent points-of-interest of any kind agents by stopping by, like counters, helpdesks, or shops, while final destination points represent exits or outgoing escalators.
Path-finding is done by applying Dijkstra’s Algorithm [46] to the floor plan, generally assuming an 8-neighbourhood-connectivity at each point x Ω of the floor-plan F . Depending on the problem, other algorithms can also be integrated for the pathfinding, like, for example, A* [47] or fast-marching based methods [48,49]. This results in scalar fields ϕ k dist : Ω R , one for each way- and destination point d k D . Each of those maps consequently holds the minimum distance to the destination point for each walkable position ϕ F = 1 . Following, the gradient operator is applied to the distance field giving a vector field G k dir = ϕ k dist , G k dir : Ω R 2 . Exemplary colour-coded visualisations of the resulting scalar- and vector fields are shown in Figure 3a and Figure 3b, respectively. The colours in Figure 3a indicate the distance to the destination point, from near (violet) to far (yellow). In Figure 3b, the colours correspond to directions of the shortest path at every position, as shown in the colour-wheel at the lower right. For example, pure orange colour implies movement to the left, and pure green colour implies the upper right direction. Blended colours accordingly stand for directions in between.
Agents have several attributes attached beside the model-related value of desired speed v i 0 , including the current starting point s i ( t ) S from the set of available points, and the current destination point d i ( t ) D . Additional attributes relevant to infectious disease modelling will be detailed in Section 3.4.

3.3. Pedestrian Simulation

The simulation runs on a defined set of agents P sim of given size n P = | P sim | at the same time, and over a defined period of time [ t 0 , t max ) , measured in seconds, with t 0 = 0 by default. Initially, each agent is assigned a destination point d i ( t 0 ) , which is chosen uniformly random from the set D of available points. However, to avoid crowding around starting points at the beginning of the simulation, which would also lead to distorted data concerning aerosol exposure levels (cf. Section 3.4.1), the initial starting positions s i ( t 0 ) of the agents are spread randomly across the (walkable) area of the terrain, instead of drawing from the available starting points S. These points are used only afterward, as described below. A possible starting point configuration is shown in Figure 4.
Even though the number of agents in the simulation is set to a fixed number n P , as stated above, the number of individuals in a simulation run can be notably higher by allowing for individuals to leave and new individuals to join. To this end, a global agent pool P pool , with | P pool | > | P sim | , is maintained. This pool defines the individuals available for the simulation in its entirety. If, after reaching its destination, an agent leaves the simulation, it gets replaced by another individual from the agent pool. The new agent is then randomly assigned a starting point s i ( t ) S and a way- or destination point d i ( t ) D . However, if an agent’s current destination d i is a waypoint, i.e., d i D W , this agent is not removed from the simulation after it reaches this point. Instead, it is randomly assigned a new destination d i from the set D. This means, the new destination can again be either a way- or a destination point, and the process repeats until the agent reaches a final destination point from D D . As the computation of inter-agent forces have to be computed for all pairs implying a complexity of O ( n 2 ) , running the simulation is quite computationally intensive. Thus, for efficient execution, we devised parallel implementations for both conventional desktop processors (CPU, Central Processing Unit) and dedicated graphics processors (GPU, Graphics Processing Unit), using OpenMP (https://www.openmp.org/, accessed on 23 September 2022) and OpenCL (https://www.khronos.org/opencl/, accessed on 23 September 2022), respectively. Our analyses revealed that the OpenMP-based implementation did not yield a major improvement in our experiments, while the OpenCL implementation did, with a speed-up by a factor of almost 10.
In the following section, we describe the additions we made to the pedestrian model for modelling infectious disease transmission.

3.4. Infectious Disease Modelling

We model virus transmission by generating simulated aerosol trails based on the agents’ trajectories. The resulting viral loads are then accumulated over time and a rough approximation to diffusion is applied. To evaluate a simulation run with regard to different infection scenarios, aerosol trail generation is not done while the simulation is running, but rather afterwards.
Specific to infectious disease modelling, the following attributes are attached to an agent p i : Its infectivity c i { 0 , 1 } as a Boolean value, the according virus variant c i v t { 0 , 1 } , if c i is true (i.e., 1), and the cumulative viral load from aerosol exposure time c i aexp .

3.4.1. Aerosol Modelling

As already mentioned, virus transmission is modelled by tracking aerosol concentration within the simulated area. To this end, we augment our simulation with a simple aerosol model we developed specifically for this purpose. The calculation is done as follows. The movement data containing the agents’ positions x i ( t ) for t [ t 0 , t max ) is split into discrete time-frames of length t frame (measured in seconds) and sampled at a rate of t steps steps per frame. Aerosol maps, represented as scalar fields ϕ j a e : Ω R , are then generated as follows, one for each time frame. For each (sampled) position of an infected agent’s p i trajectory, a certain amount c ae of virus concentration is distributed evenly and proportionally to the area of a disc of radius r ae (in metres), centred at an agent’s current position x i ( t ) for t [ t j , t j + 1 ) with t 0 = 0 and t j + 1 = t j + t frame . Thus, each map ϕ j a e covers a time-window of length t frame seconds. Virus concentration is accumulated not only within a map ϕ j a e of a single discrete time frame but over consecutive maps ϕ j and ϕ j + 1 , as well. Additionally, aerosol diffusion is approximated by applying a Gaussian filter (with parameter σ , relative to map resolution) to the aerosol map within each step, after all trails have been calculated. To inhibit diffusion through walls, all areas which represent obstacles are then set to zero. A visualisation of the process can be seen in Figure 5, with Figure 5a showing an aerosol map, with agents and their trajectories as overlays. Infectious agents are drawn as red discs and non-infectious ones in light blue. Trajectories are shown as lines in the same colours. For better recognisability, a section from the centre is shown again in greater detail, with Figure 5b showing all agents and trajectories and Figure 5c showing only infectious ones, which are the ones responsible for generating aerosol-trails with viral load.
Tidal air virus concentration is measured in mRNA copies · cm 3 [50], the actual value c i ae ( t ) is sampled from a normal distribution at each step. The actual virus concentration deposited is calculated as the product of respiration rate r resp , viral load c i ae ( t ) , and length of the time-step t steps . Figure 6 shows an exemplary visualisation of aerosol concentration level within the simulation area.
Finally, aerosol exposure measurement is done analogously to the generation of aerosol trails. For each step j, aerosol concentration, given by the corresponding aerosol map ϕ j ae , is integrated over the (non-infected) agents’ trajectories as the (line-)integral along the section of the trajectory of agent p i over the aerosol-map ϕ a e . Thus, aerosol concentration for step j is calculated as a discrete approximation of:
c i , t j aexp = t j t j + 1 ϕ j a e c ( x i ( t ) ) d t .
From these series of values, the total viral load exposure per agent is calculated as the cumulative sum
c i aexp = j c i , t j ae .
These values are then used for determining if an agent is possibly infected, by comparing c i aexp to the threshold c vt crit for the corresponding virus variant.

3.4.2. Extension and Coherence over Multiple Days

The strength of our social-force-based simulation lies in tracking contact times with great geometric detail, mostly in a confined space, but, more importantly, in a rather short period of time. To overcome this limitation, we propose the following additions, to simulate coherence over time between multiple runs of the simulation. This way, not only the effects of an agent passing the infection on to other agents can be taken into consideration, but possible re-infection as well. Central to our method is a subset of agents which persists over the multiple runs of the simulation. To this end, a subset P persist P pool 0 is chosen from the set of all agents available in the pool P pool 0 of the first simulation run. In the context of the airport terminal scenario chosen here, persistent agents would most likely correspond to personnel working at the airport. Then, a series of a total of m total = 10 discrete simulations are run, each simulation representing a consecutive day in the simulated (airport terminal) setting. Each simulation is run with the same basic settings. The agent pool P pool m for each simulation following the first one are sampled randomly from the same distributions except for the set of persistent agents. From simulation-day, m to m + 1 , the set P persist of agents are transferred to m + 1 with their state being the one of the ends of the simulation of day m. In the transition from day m to day m + 1 , it is checked whether a persistent agents’ p i pst aerosol viral exposure level c i aexp is above a given threshold c vt crit for the corresponding virus type. If this is the case, the agent is assumed to be infected by the end of a certain incubation period of d i inc R days, which is sampled from N ( 3 , 0.5 ) (cf. [51,52,53]). If this incubation period is over, the agents infection status c i is set to 1 (along with the according virus-type c i vt ). This way, the detailed spatial simulation of virus spreading is extended into the time domain.
Table 1. List of identifiers and parameters used.
Table 1. List of identifiers and parameters used.
NameDescription
aModel parameter
a ^ Model parameter (A in [4])
bModel parameter
b ^ Model parameter (B in [4])
c i Infectivity of p i
c i vt Virus-variant of p i
c i ae Tidal air virus load of p i
c i aexp Aerosol exposure level of p i
c v t crit Necessary viral load for infection per variant
d i inc Incubation time for p i
d w Distance to wall
d i , d k Destination point
DSet of all way- and destination points
D D Set of all destination points
D W Set of all waypoints
e i j Direction from p i to p j
f i 0 Self-acceleration
f i j Agent-to-agent force
f i wall Wall force
F Binary floor map
G k dir Direction map for d k
hHeight of simulated area in metres
h F Height of floorplan in pixels
k ^ Model parameter (K in [4])
m total Number of simulated days
n i j Vector perpendicular to t i j
n w Wall normal
nNumber of agents
n P Size of agent pool
n Model parameter
Ω Simulation area
ϕ ae Map of aerosol concentration
ϕ dt Distance transform of F
ϕ F Floor-plan/obstacle map
p i Agent
p i pst Persistent agent
P sim Set of simulated agents
P pool Set of all available agents
P persist Set of persistent agents
r ae Radius of aerosol distribution in metres
r resp Respiration rate
s i Starting point of agent p i
SSet of all starting points
s k Starting point
t i j Interaction direction between p i and p j
t 0 Time of simulation start
t max Time of simulation end
t frame Length of time-frame for aerosol calculation
t steps Sampling rate for time-frames
τ Relaxation constant
v i Velocity of p i
v i 0 Desired speed of p i
w Wall/obstacle position
WThe set of all obstacle positions
wWidth of the simulated area in metres
w F Width of floor-plan in pixels
x i Position of p i

4. Experiments

We run the simulation in a realistic setting which represents the floorplan of an airport terminal, as shown in Figure 7. The floorplan was created true to scale, based on publicly available map data (Google Maps https://www.google.de/maps/@50.0475523,8.5731218,17.96z, accessed on 8 December 2022). The interior structure and points of interest (POI) were placed to be in accordance with the assumed layout as closely as possible. Waypoints were placed at stores and counters, starting points at assumed entries and escalators, and exit points at possible exits. The actual size is assumed to be 451.63 m × 291.78 m, the floor map T F has a resolution of s T = 7.05 points per metre. The size stems directly from the map data, while the resolution is resulting from the manual process of map creation. The floor map is embedded into the rectangular area Ω , in which we manually define 11 starting points (S) and 46 destination points (D). The destination points are divided into 29 waypoints ( D W ) and 17 final destination points ( D D ), with the numbers resulting directly from the manual placement described above. The distribution of the respective points is shown in Figure 7, as well. The considered overall time period in days is assumed as m total = 10 and individual simulation time is set to t max = 3600 (one hour). This means we simulate ten consecutive days, and for each day a time-frame of one hour. The number of days were chosen to be large enough with respect to the chosen incubation period with a mean of three days (cf. Section 3.4.2), and t max was intended to be an adequate time-window per day, while keeping computing time at reasonable levels.
The number of simultaneously active agents is set to n P = | P sim | = 200 , while the total number of individuals available from the agent pool is | P pool | = 3000 . Consecutive simulations from one day to the next share | P persist | = 50 persistent agents. These numbers are intended to be a rough approximation to the order of magnitude of passengers at the corresponding airport with reference to the chosen time interval per day (https://www.fraport.com/en/investors/traffic-figures.html, accessed on 8 December 2022). The agents’ desired movement speeds v i 0 are sampled according to N ( 1.29 , 0.19 ) , as suggested in the original paper [4].
Time-frames for aerosol and viral load exposure calculation are set to t frame = 50 s , with a sample rate of t steps = 500 . These values were chosen for computational efficiency. Smaller numbers would lead to numerically more accurate results but increased computation times. The radius of aerosol distribution is chosen as r ae = 0.5 m [54]. Tidal air virus concentration is assumed as 5 × 10 8 mRNA copies · cm 3 [50], the actual value c i ae ( t ) is sampled from a normal distribution N ( 5 × 10 8 , 10 3 ) each step. A person’s respiration rate r resp is assumed as 10 L min 1 . Finally, Gaussian blur is applied with σ = 3 to approximate diffusion.
In terms of infectious disease modelling, we consider two main scenarios. In the first scenario, we only assume a single virus-variant, whereas, in the second one, infected agents carry one of two different virus-variants. For the first scenario, we only change the threshold c crit an agent has to resorb to count as infected. For the second scenario, we additionally vary the relative amounts of the two different virus types among the infected agents.
For each simulation run of the assumed duration of ten days, the set of infected agents is divided into two different virus variants, which differ in terms of infectivity. This again is effected by defining distinct thresholds c vt crit for each type, meaning the assumed viral load an individual has to resorb to get infected is significantly lower for the more infectious variant. Viral load is measured in RNA concentration, cf. [50].
We assume the amount of infected to be at 2%, so infectivity is sampled from a Bernoulli distribution: c i B ( 0.02 ) . This number is an estimation of the incidence among vaccinated people at the age of 18 to 59 (https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Daten/Inzidenz_Impfstatus.xlsx?__blob=publicationFile, accessed on 12 December 2022). The virus-type c i vt { 0 , 1 } is chosen from two variants, with their amounts varying in ratios 9:1, 8:2, 7:3. This again corresponds to a sampling from B ( 0.9 ) down to B ( 0.7 ) .
For each agent p i , aerosol exposure c i ae is measured as described in Section 3. An agent is considered to be infected if it’s accumulated viral load c i ae exceeds the threshold of corresponding virus type c i vt . Persistent agents can cause infections of other agents–in addition to agents who have been infectious from the beginning–if they become infective within the simulated period of ten days.
We then go on to evaluate the average infection counts and how they change over the simulated duration of 10 days, for each variant of the chosen parameters. For each combination of available parameters, we perform ten separate runs of the simulation process. This is not to be confused with the discrete simulation runs for the considered period of ten days. Or, put differently, each ten-day simulation run is repeated independently ten times, to get more reliable and meaningful figures. We did not choose a higher number here, as each simulation run is relatively expensive in terms of computing time. All simulations were run on a desktop computer with an Intel Core i9-9900K 3.6 GHz CPU, 64 GB of RAM, and an NVIDIA GeForce RTX 2080 Ti GPU with 11 GB of RAM.

5. Results

We analyse the results of our experiments with regard to two principal questions. First, we check how different levels of infectivity affect the number of infected in our simulated scenario. This gives insight into the orders of magnitude to consider with the assumptions and parameters chosen, and furthermore ensures that our simulation behaves as expected. Second, we tackle the main question of our scenario, introducing a second, more contagious virus type, which is gradually gaining traction. Here, we are interested in the proportions of how high the ratio of the new variant is compared to the pertaining one, and how much more contagious it has to be to cause notable increase in infections.

5.1. Single Virus-Variant

We first consider the results of running the simulation with only one virus type. In different runs, we vary the contagiousness c 0 crit from 1 × 10 13 down to 6 × 10 12 , one for each run. The range of these numbers was chosen based on empirical data from simulation runs in conjunction with the chosen amount of average viral load, as described in Section 3.4.1. Figure 8 shows the results of these simulations. Here, each graph shows the mean value of ten simulation runs. As to be expected, a lower threshold c 0 crit results in faster-growing infection rates and, thus, more infected people. With c 0 crit = 1 × 10 13 , the curve does not rise at all until day 6, and still remains flat more or less, afterwards. Within thresholds from 0.9 × 10 11 down to 0.7 × 10 11 , infection counts rise more obviously. And running at c 0 crit = 0.6 × 10 11 shows an even more significant increase in infections during the 10-day period, especially after day 5, which is in accordance with the assumed incubation time of about three days. The peak at day 10 for this threshold equates to a relative amount of about 17% of all simulated agents.
In summary, the evolution of the figures behaves as can be expected. Rising numbers due to infections by newly infected agents do not occur until about four days of the simulated overall time period. Depending on the choice of threshold c 0 crit , and, thus, the degree of infectivity, the steepness of the curves change, with lower thresholds causing more infections.

5.2. Two Virus-Variants

Based on these numbers, we now consider simulations with two different virus types of different contagiousness. The first variant is kept at a constant threshold of c 0 crit = 1.9 × 10 12 , slightly below the highest value of the single-variant runs, where the number of infections remained almost stable over the first half of the simulated period of 10 days and only a slight increase in the second half. This can be interpreted as a variant the population already has developed a certain degree of immunity, whether through vaccination of previous infections.
In separate simulation runs, we then gradually adjust the value c 1 crit for the second virus type. This value is chosen to be significantly lower than the one for the first virus type, c 0 crit , as it intended to model a significantly more contagious new variant. For each value of c 1 crit , we also ran separate simulations with the relative amounts of the infected carrying the second virus variant increasing. In other words, for each chosen value of c 1 crit , three series of simulations are run, one for each chosen ratio of old-to-new-variant. We do this for ratios 9:1, 8:2, and 7:3. With the combination of these parameters, we seek to gain insight into the critical proportions when a new, more contagious variant gains traction.
Figure 9 shows the results of the simulation series with c 1 crit = 1.6 × 10 12 . Here, only a ratio of 7:3 for virus types shows a significant increase in infection numbers. At its peak on day 10, a share of about 43% of the simulated population is reached. With a ratio of 8:2, the number of infected agents also rise after 5 days, but much slower. The highest relative rate (day 9) is at about 11%. Finally, with a ratio of 9:1, the curve remains almost flat, showing no noticeable effect of the more contagious virus-type added.
Figure 10 shows the results for c 1 crit = 1.2 × 10 12 . In this setting, a ratio of 7:3 shows an even stronger increase (with a maximum of almost 58%), while a ratio of 8:2 also shows a notable rise in infected towards the end of the 10-day period, albeit much slower and still well below the numbers of the 7:3-runs with the higher threshold c 1 crit = 1.6 × 10 12 . The corresponding peak is at about 26%. The runs for ratio 9:1 also start to rise slowly, but still not really noticeable.
If we further lower the threshold of the more contagious variant to c 1 crit = 0.8 × 10 12 , the trend indicated by the previous runs continues. The corresponding curves are shown in Figure 11. Here, the 7:3-ratio shows a strong increase, with a notable jump in numbers already after day 4, ending at a share of slightly above 70%. Moreover, the curve of the 8:2-ratio-variant is much steeper than in the c 1 crit = 1.2 × 10 12 -runs, reaching almost 50% at its peak. And even the 9:1-ratio distribution of the two virus-variants shows an increase at about day 8, still slightly above 20%, indicating that the further lowering of viral load necessary for infection shows an effect, even if the amount of infected among the population is only at 10%.

6. Discussion

We have presented a social-force-based simulation with a basic aerosol model for modelling the spread of infectious diseases. Central to our approach is the extension of our simulation model into covering a larger span of time (days instead of hours) by creating coherence over days. This was done by integrating a subset of individual agents for multiple runs of the simulation, which had a consistent state over the whole time period. In this process, each simulation run covers part of one of multiple consecutive days. With these assumptions made, we applied our simulation to a scenario representing an international airport terminal.
In this scenario, persistent agents can be thought of as employees, staff, or crew members. The results can provide insight into the impact of COVID-19 on the ground crew, franchise staff, or passengers at an international airport. Considering the potentially high numbers of people attending such a location and the distances potentially travelled, such a scenario could prove to be very relevant for infectious disease spread [55]. Nevertheless, as our approach is kept very generic, it can be applied to almost any scenario, which includes individuals attending on a regular short-term basis, for example, supermarkets, malls, stations, or public buildings.
As the model presented here is focused on the extension of an agent-based approach into the temporal domain, there are some limitations to our simulation. First of all, aerosol modelling is basic and could be improved by a proper fluid dynamics simulation (cf. [56,57,58,59]). Thus, accuracy is limited, and phenomena like air circulation are not taken into account yet. Both the pedestrian- and aerosol simulation are two-dimensional, even though this is presumably more relevant to the latter, as well. The agents’ behaviour is mainly governed by commuting between their points of interest, which can presumably be considered a reasonable approximation for the scenario at hand. Here, more sophisticated models of pedestrian behaviour could be incorporated [40,60]. Finally, the implemented virus- or disease-transmission model only considers the assumed viral load in the air. In this regard, a more sophisticated model of transmission (cf. [12,13]) is a possible enhancement for future research. Additional factors like an individual’s age, the wearing of various types of masks, vaccination status, or similar could also be taken into account then.
So far, the our results of our experiments appear to be plausible, with figures changing with different parameters as to be expected. Consistency with existing models, however, remains to be analysed, at least as far as the models can be directly compared. In this context, especially comparison to established temporal models of infectious disease spread should be carried out.

7. Conclusions

Obvious improvements can be made by incorporating a more sophisticated aerosol model based on computational fluid dynamics (CFD). Not only would this make for a more realistic account of aerosol concentration, but also aspects like ventilation could be taken into account. CFD has already been applied in various scenarios regarding the airborne spreading of diseases in general and COVID-19 in particular [56,57,58,59]. Moreover, phenomena on a smaller scale, considering droplets and local spreading [61], as well as general insight about the flow physics of COVID-19 [62] have been covered in research.
Apart from the disease modelling aspect, the agent simulation we proposed can be further improved by allowing for varying elevation levels. Extension to multiple layers or even to three dimensions might also be possible, but would take considerably more effort. Another quite obvious improvement, which could be done with little effort, could be made by not only simulating one time period per day, but rather multiple ones. A possible choice might be, for example, one period of morning hours, afternoon, and evening, respectively.

Author Contributions

Conceptualization, M.W., F.W. and T.H.; methodology, F.W. and T.H.; software, T.H.; validation, M.W., F.W. and T.H.; formal analysis, T.H., F.W. and M.W.; investigation, T.H., F.W. and M.W.; data curation, M.W. and T.H.; writing—original draft preparation, T.H. and M.W.; writing—review and editing, F.W., M.W. and T.H.; visualization, T.H. and M.W.; supervision, F.W. and M.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

We thank Benedikt Hartl (School of Engineering and Design, Technical University Munich (TUM), Munich, Germany) and Kevin O’Brien (Department of Pathology, University of Saarland Medical School, Homburg Saar Campus, Homburg Saar, Saarland, Germany) for assistance in creating the floor-map of the airport-terminal used in this study.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
ABMAgent-Based Model
CFDComputational Fluid Dynamics
COVID-19Corona Virus Disease 2019
CPUCentral Processing Unit
GISGeographic Information System
GPUGraphics Processing Unit
IBMIndividual-Based Model
ICTVInternational Committee on Taxonomy of Viruses
mRNAMessenger Ribonucleic Acid
OpenMPOpen Multi-Processing
OpenCLOpen Computing Language
RNARibonucleic Acid
SARS-CoV-2Severe Acute Respiratory Syndrome CoronaVirus 2
SEIRSusceptible–Exposed–Infectious–Recovered
SIIRDSusceptible–Infected asymptomatic–Infected symptomatic–Recovered–Dead
SIRSusceptible–Infected–Removed
SIRDSusceptible–Infected–Recovered–Deceased
+ssRNAPositive-sense single-stranded RNA
SVIRSusceptible–Vaccinated–Infected–Removed
WHOWorld Health Organization
USUnited States
UKUnited Kingdom

References

  1. Ucler, C.; Martin-domingo, L. Traveler’s idle time and the value chain at airports. J. Aeronaut. Space Technol. (Havacilik Ve Uzay Teknol. Dergisi) 2015, 8, 13. [Google Scholar] [CrossRef]
  2. Zhu, N.; Zhang, D.; Wang, W.; Li, X.; Yang, B.; Song, J.; Zhao, X.; Huang, B.; Shi, W.; Lu, R.; et al. A Novel Coronavirus from Patients with Pneumonia in China, 2019. N. Engl. J. Med. 2020, 382, 727–733. [Google Scholar] [CrossRef]
  3. Sirkeci, I.; Yüceşahin, M. Coronavirus and Migration: Analysis of Human Mobility and the Spread of COVID-19. Migr. Lett. 2020, 17, 379–398. [Google Scholar] [CrossRef] [Green Version]
  4. Moussaïd, M.; Helbing, D.; Garnier, S.; Johansson, A.; Combe, M.; Theraulaz, G. Experimental study of the behavioural mechanisms underlying self-organization in human crowds. Proc. R. Soc. B Biol. Sci. 2009, 276, 2755–2762. [Google Scholar] [CrossRef] [Green Version]
  5. Harweg, T.; Bachmann, D.; Weichert, F. Agent-based simulation of pedestrian dynamics for exposure time estimation in epidemic risk assessment. J. Public Health 2021, 1–8. [Google Scholar] [CrossRef]
  6. Brauer, F. Compartmental Models in Epidemiology. In Mathematical Epidemiology; Brauer, F., van den Driessche, P., Wu, J., Eds.; Springer: Berlin/Heidelberg, Germany, 2008; pp. 19–79. [Google Scholar] [CrossRef]
  7. Nepomuceno, E.; Resende, D.; Lacerda, M. A Survey of the Individual-Based Model applied in Biomedical and Epidemiology Research. J. Biomed. Res. Rev. 2018, 1, 11–24. [Google Scholar] [CrossRef]
  8. Garcia, W.; Mendez, S.; Fray, B.; Nicolas, A. Model-based assessment of the risks of viral transmission in non-confined crowds. Saf. Sci. 2021, 144, 105453. [Google Scholar] [CrossRef]
  9. Parisi, D.R.; Patterson, G.A.; Pagni, L.; Osimani, A.; Bacigalupo, T.; Godfrid, J.; Bergagna, F.M.; Rodriguez Brizi, M.; Momesso, P.; Gomez, F.L.; et al. Physical distance characterization using pedestrian dynamics simulation. Pap. Phys. 2022, 14, 140001. [Google Scholar] [CrossRef]
  10. Mayr, C.M.; Köster, G. Social Distancing with the Optimal Steps Model. Collect. Dyn. 2021, 6, 1–24. [Google Scholar] [CrossRef]
  11. Iftekhar, E.N.; Priesemann, V.; Balling, R.; Bauer, S.; Beutels, P.; Calero Valdez, A.; Cuschieri, S.; Czypionka, T.; Dumpis, U.; Glaab, E.; et al. A look into the future of the COVID-19 pandemic in Europe: An expert consultation. Lancet Reg. Health-Eur. 2021, 8, 100185. [Google Scholar] [CrossRef]
  12. Gao, X.; Li, Y.; Leung, G.M. Ventilation Control of Indoor Transmission of Airborne Diseases in an Urban Community. Indoor Built Environ. 2009, 18, 205–218. [Google Scholar] [CrossRef]
  13. Noakes, C.J.; Beggs, C.B.; Sleigh, P.A.; Kerr, K.G. Modelling the transmission of airborne infections in enclosed spaces. Epidemiol. Infect. 2006, 134, 1082–1091. [Google Scholar] [CrossRef]
  14. Wells, W.F. Airborne Contagion and Air Hygiene: An Ecological Study of Droplet Infections; Commonwealth Fund: Cambridge, MA, USA, 1955. [Google Scholar]
  15. Riley, E.C.; Murphy, G.; Riley, R.L. Airborne spread of measles in a suburban elementary school. Am. J. Epidemiol. 1978, 107, 421–432. [Google Scholar] [CrossRef]
  16. Lazebnik, T.; Bunimovich-Mendrazitsky, S. Generic approach for mathematical model of multi-strain pandemics. PLoS ONE 2022, 17, e0260683. [Google Scholar] [CrossRef]
  17. Lazebnik, T.; Bunimovich-Mendrazitsky, S.; Shami, L. Pandemic management by a spatio–temporal mathematical model. Int. J. Nonlinear Sci. Numer. Simul. 2021, 000010151520210063. [Google Scholar] [CrossRef]
  18. Fudolig, M.; Howard, R. The local stability of a modified multi-strain SIR model for emerging viral strains. PLoS ONE 2020, 15, e0243408. [Google Scholar] [CrossRef]
  19. Khyar, O.; Allali, K. Global dynamics of a multi-strain SEIR epidemic model with general incidence rates: Application to COVID-19 pandemic. Nonlinear Dyn. 2020, 102, 489–509. [Google Scholar] [CrossRef]
  20. Arruda, E.F.; Das, S.S.; Dias, C.M.; Pastore, D.H. Modelling and optimal control of multi strain epidemics, with application to COVID-19. PLoS ONE 2021, 16, e0257512. [Google Scholar] [CrossRef]
  21. Yagan, O.; Sridhar, A.; Eletreby, R.; Levin, S.; Plotkin, J.B.; Poor, H.V. Modeling and Analysis of the Spread of COVID-19 under a Multiple-Strain Model with Mutations. Harv. Data Sci. Rev. 2021. Available online: https://hdsr.mitpress.mit.edu/pub/2q9jiymv (accessed on 8 December 2022). [CrossRef]
  22. Eletreby, R.; Zhuang, Y.; Carley, K.M.; Yağan, O.; Poor, H.V. The effects of evolutionary adaptations on spreading processes in complex networks. Proc. Natl. Acad. Sci. USA 2020, 117, 5664–5670. [Google Scholar] [CrossRef] [Green Version]
  23. de León, U.A.P.; Avila-Vales, E.; lin Huang, K. Modeling COVID-19 dynamic using a two-strain model with vaccination. Chaos Solitons Fractals 2022, 157, 111927. [Google Scholar] [CrossRef]
  24. Hoertel, N.; Blachier, M.; Blanco, C.; Olfson, M.; Massetti, M.; Rico, M.S.; Limosin, F.; Leleu, H. A stochastic agent-based model of the SARS-CoV-2 epidemic in France. Nat. Med. 2020, 26, 1417–1421. [Google Scholar] [CrossRef]
  25. Perez, L.; Dragicevic, S. An agent-based approach for modeling dynamics of contagious disease spread. Int. J. Health Geogr. 2009, 8, 50. [Google Scholar] [CrossRef] [Green Version]
  26. Venkatramanan, S.; Lewis, B.; Chen, J.; Higdon, D.; Vullikanti, A.; Marathe, M. Using data-driven agent-based models for forecasting emerging infectious diseases. Epidemics 2018, 22, 43–49. [Google Scholar] [CrossRef]
  27. Wang, Y.; Xiong, H.; Liu, S.; Jung, A.; Stone, T.; Chukoskie, L. Simulation Agent-Based Model to Demonstrate the Transmission of COVID-19 and Effectiveness of Different Public Health Strategies. Front. Comput. Sci. 2021, 3, 82. [Google Scholar] [CrossRef]
  28. Giacopelli, G. A Full-Scale Agent-Based Model to Hypothetically Explore the Impact of Lockdown, Social Distancing, and Vaccination during the COVID-19 Pandemic in Lombardy, Italy: Model Development. JMIRx Med. 2021, 2, e24630. [Google Scholar] [CrossRef]
  29. Müller, S.A.; Balmer, M.; Charlton, W.; Ewert, R.; Neumann, A.; Rakow, C.; Schlenther, T.; Nagel, K. Predicting the effects of COVID-19 related interventions in urban settings by combining activity-based modelling, agent-based simulation, and mobile phone data. PLoS ONE 2021, 16, e0259037. [Google Scholar] [CrossRef]
  30. Wolfram, C. An Agent-Based Model of COVID-19. Complex Syst. 2020, 29, 87–105. [Google Scholar] [CrossRef]
  31. Ying, F.; O’Clery, N. Modelling COVID-19 transmission in supermarkets using an agent-based model. PLoS ONE 2021, 16, e0249821. [Google Scholar] [CrossRef]
  32. Kerr, C.C.; Stuart, R.M.; Mistry, D.; Abeysuriya, R.G.; Rosenfeld, K.; Hart, G.R.; Núñez, R.C.; Cohen, J.A.; Selvaraj, P.; Hagedorn, B.; et al. Covasim: An agent-based model of COVID-19 dynamics and interventions. PLoS Comput. Biol. 2021, 17, e1009149. [Google Scholar] [CrossRef]
  33. Krivorotko, O.; Sosnovskaia, M.; Vashchenko, I.; Kerr, C.; Lesnic, D. Agent-based modeling of COVID-19 outbreaks for New York state and UK: Parameter identification algorithm. Infect. Dis. Model. 2022, 7, 30–44. [Google Scholar] [CrossRef]
  34. Truszkowska, A.; Behring, B.; Hasanyan, J.; Zino, L.; Butail, S.; Caroppo, E.; Jiang, Z.P.; Rizzo, A.; Porfiri, M. High-Resolution Agent-Based Modeling of COVID-19 Spreading in a Small Town. Adv. Theory Simul. 2021, 4, 2000277. [Google Scholar] [CrossRef]
  35. Shamil, M.S.; Farheen, F.; Ibtehaz, N.; Khan, I.M.; Rahman, M.S. An Agent-Based Modeling of COVID-19: Validation, Analysis, and Recommendations. Cogn. Comput. 2021, 1–12. [Google Scholar] [CrossRef]
  36. Chumachenko, D.; Dobriak, V.; Mazorchuk, M.; Meniailov, I.; Bazilevych, K. On agent-based approach to influenza and acute respiratory virus infection simulation. In Proceedings of the 2018 14th International Conference on Advanced Trends in Radioelecrtronics, Telecommunications and Computer Engineering (TCSET), Lviv-Slavske, Ukraine, 20–24 February 2018; pp. 192–195. [Google Scholar] [CrossRef]
  37. Alvarez Castro, D.; Ford, A. 3D Agent-Based Model of Pedestrian Movements for Simulating COVID-19 Transmission in University Students. ISPRS Int. J. Geo-Inf. 2021, 10, 509. [Google Scholar] [CrossRef]
  38. Islam, M.T.; Jain, S.; Chen, Y.; Chowdhury, B.D.B.; Son, Y.J. An Agent-Based Simulation Model to Evaluate Contacts, Layout, and Policies in Entrance, Exit, and Seating in Indoor Activities Under a Pandemic Situation. IEEE Trans. Autom. Sci. Eng. 2022, 19, 603–619. [Google Scholar] [CrossRef]
  39. Espitia, E.; Gorrini, A.; Vacca, A.; Deponte, D.; Sarvi, M. How COVID-19 is Affecting Pedestrian Modeling and Simulation: The Case of Venice. Transp. Res. Rec. 2022, 03611981221088224. [Google Scholar] [CrossRef]
  40. Alam, M.J.; Habib, M.A.; Holmes, D. Pedestrian movement simulation for an airport considering social distancing strategy. Transp. Res. Interdiscip. Perspect. 2022, 13, 100527. [Google Scholar] [CrossRef]
  41. Cuevas, E. An agent-based model to evaluate the COVID-19 transmission risks in facilities. Comput. Biol. Med. 2020, 121, 103827. [Google Scholar] [CrossRef]
  42. Nikoohemat, S.; Godoy, P.; Valkhoff, N.; Wouters van Leeuwen, M.; Voûte, R.; Lehtola, V.V. Point cloud based 3D models for agent based simulations in social distancing and evacuation. ISPRS Ann. Photogramm. Remote Sens. Spat. Inf. Sci. 2021, 4, 113–120. [Google Scholar] [CrossRef]
  43. Kramer, K.B.; Wang, G.J. Social distancing slows down steady dynamics in pedestrian flows. Phys. Fluids 2021, 33, 103318. [Google Scholar] [CrossRef]
  44. Borgefors, G. Distance Transfomations in Digital Images. Comput. Vis. Graph. Image Process. 1986, 34, 344–371. [Google Scholar] [CrossRef]
  45. Felzenszwalb, P.F.; Huttenlocher, D.P. Distance Transforms of Sampled Functions. Theory Comput. 2012, 8, 415–428. [Google Scholar] [CrossRef]
  46. Dijkstra, E.W. A Note on Two Problems in Connexion with Graphs. Numer. Math. 1959, 1, 269–271. [Google Scholar] [CrossRef] [Green Version]
  47. Hart, P.E.; Nilsson, N.J.; Raphael, B. A Formal Basis for the Heuristic Determination of Minimum Cost Paths. IEEE Trans. Syst. Sci. Cybern. 1968, 4, 100–107. [Google Scholar] [CrossRef]
  48. Sethian, J.A. A fast marching level set method for monotonically advancing fronts. Proc. Natl. Acad. Sci. USA 1996, 93, 1591–1595. [Google Scholar] [CrossRef] [Green Version]
  49. Valero-Gomez, A.; Gómez, J.; Garrido, S.; Moreno, L. Fast Marching Methods in Path Planning. IEEE Robot. Autom. Mag. 2013, 20, 111–120. [Google Scholar] [CrossRef] [Green Version]
  50. Lelieveld, J.; Helleis, F.; Borrmann, S.; Cheng, Y.; Drewnick, F.; Haug, G.; Klimach, T.; Sciare, J.; Su, H.; Pöschl, U. Model Calculations of Aerosol Transmission and Infection Risk of COVID-19 in Indoor Environments. Int. J. Environ. Res. Public Health 2020, 17, 8114. [Google Scholar] [CrossRef]
  51. Backer, J.A.; Eggink, D.; Andeweg, S.P.; Veldhuijzen, I.K.; van Maarseveen, N.; Vermaas, K.; Vlaemynck, B.; Schepers, R.; van den Hof, S.; Reusken, C.B.; et al. Shorter serial intervals in SARS-CoV-2 cases with Omicron BA.1 variant compared with Delta variant, the Netherlands, 13 to 26 December 2021. Euro Surveill. Bull. Eur. Sur Les Mal. Transm.—Eur. Commun. Dis. Bull. 2022, 27, 2200042. [Google Scholar] [CrossRef]
  52. Cortés Martínez, J.; Pak, D.; Abelenda-Alonso, G.; Langohr, K.; Ning, J.; Rombauts, A.; Colom, M.; Shen, Y.; Gómez Melis, G. SARS-CoV-2 incubation period according to vaccination status during the fifth COVID-19 wave in a tertiary-care center in Spain: A cohort study. BMC Infect. Dis. 2022, 22, 828. [Google Scholar] [CrossRef]
  53. Wu, Y.; Kang, L.; Guo, Z.; Liu, J.; Liu, M.; Liang, W. Incubation Period of COVID-19 Caused by Unique SARS-CoV-2 Strains: A Systematic Review and Meta-analysis. JAMA Netw. Open 2022, 5, e2228008. [Google Scholar] [CrossRef]
  54. Chen, W.; Zhang, N.; Wei, J.; Yen, H.L.; Li, Y. Short-range airborne route dominates exposure of respiratory infection during close contact. Build. Environ. 2020, 176, 106859. [Google Scholar] [CrossRef]
  55. Bogoch, I.I.; Watts, A.; Thomas-Bachli, A.; Huber, C.; Kraemer, M.U.G.; Khan, K. Pneumonia of unknown aetiology in Wuhan, China: Potential for international spread via commercial air travel. J. Travel Med. 2020, 27, taaa008. [Google Scholar] [CrossRef] [PubMed]
  56. Sarhan, A.R.; Naser, P.; Naser, J. COVID-19 aerodynamic evaluation of social distancing in indoor environments, a numerical study. J. Environ. Health Sci. Eng. 2021, 19, 1969–1978. [Google Scholar] [CrossRef] [PubMed]
  57. Liu, H.; He, S.; Shen, L.; Hong, J. Simulation-based study of COVID-19 outbreak associated with air-conditioning in a restaurant. Phys. Fluids 2021, 33, 023301. [Google Scholar] [CrossRef] [PubMed]
  58. Zee, M.; Davis, A.C.; Clark, A.D.; Wu, T.; Jones, S.P.; Waite, L.L.; Cummins, J.J.; Olson, N.A. Computational fluid dynamics modeling of cough transport in an aircraft cabin. Sci. Rep. 2021, 11, 23329. [Google Scholar] [CrossRef] [PubMed]
  59. Ren, C.; Xi, C.; Wang, J.; Feng, Z.; Nasiri, F.; Cao, S.J.; Haghighat, F. Mitigating COVID-19 infection disease transmission in indoor environment using physical barriers. Sustain. Cities Soc. 2021, 74, 103175. [Google Scholar] [CrossRef]
  60. Young, S.B. Evaluation of Pedestrian Walking Speeds in Airport Terminals. Transp. Res. Rec. 1999, 1674, 20–26. [Google Scholar] [CrossRef]
  61. Rosti, M.E.; Olivieri, S.; Cavaiola, M.; Seminara, A.; Mazzino, A. Fluid dynamics of COVID-19 airborne infection suggests urgent data for a scientific design of social distancing. Sci. Rep. 2020, 10, 22426. [Google Scholar] [CrossRef]
  62. Mittal, R.; Ni, R.; Seo, J.H. The flow physics of COVID-19. J. Fluid Mech. 2020, 894, F2. [Google Scholar] [CrossRef]
Figure 1. Visualisation of the developed agent-based simulation with agents, trajectories, and tracking of aerosols shown.
Figure 1. Visualisation of the developed agent-based simulation with agents, trajectories, and tracking of aerosols shown.
Ijerph 20 00545 g001
Figure 2. Interactions according to the underlying model of pedestrian dynamics between (a) agents (shown as blue points) and obstacles (black rectangle) and (b) between two agents, with associated quantities.
Figure 2. Interactions according to the underlying model of pedestrian dynamics between (a) agents (shown as blue points) and obstacles (black rectangle) and (b) between two agents, with associated quantities.
Ijerph 20 00545 g002
Figure 3. Exemplary visualisation of distance map ϕ dist and directions G dir , the associated destination point is located in the lower left in both cases. (a) Colour-coded display of a distance map ϕ dist . (b) Colour-coded display of directions G dir , mapping of directions to colours is shown in the lower right.
Figure 3. Exemplary visualisation of distance map ϕ dist and directions G dir , the associated destination point is located in the lower left in both cases. (a) Colour-coded display of a distance map ϕ dist . (b) Colour-coded display of directions G dir , mapping of directions to colours is shown in the lower right.
Ijerph 20 00545 g003
Figure 4. Exemplary starting point configuration, individual starting positions are shown as blue points.
Figure 4. Exemplary starting point configuration, individual starting positions are shown as blue points.
Ijerph 20 00545 g004
Figure 5. Detail view of trajectories and aerosol trail generation. (a) Exemplary agent trajectories and aerosol trail generation. (b) Detail view with agents, trajectories, and aerosol traces. (c) Detail view showing only infectious agents and traces.
Figure 5. Detail view of trajectories and aerosol trail generation. (a) Exemplary agent trajectories and aerosol trail generation. (b) Detail view with agents, trajectories, and aerosol traces. (c) Detail view showing only infectious agents and traces.
Ijerph 20 00545 g005
Figure 6. Exemplary visualisation of aerosol trails and corresponding amount of viral load.
Figure 6. Exemplary visualisation of aerosol trails and corresponding amount of viral load.
Ijerph 20 00545 g006
Figure 7. Floorplan with starting- and destination points shown.
Figure 7. Floorplan with starting- and destination points shown.
Ijerph 20 00545 g007
Figure 8. Simulations with one virus-variant of varying contagiousness: Number of infected agents over a simulated period of ten days. Shaded areas show respective minima and maxima.
Figure 8. Simulations with one virus-variant of varying contagiousness: Number of infected agents over a simulated period of ten days. Shaded areas show respective minima and maxima.
Ijerph 20 00545 g008
Figure 9. Viral load thresholds c 0 crit = 1.9 × 10 13 and c 1 crit = 1.6 × 10 12 . In this setting, only the numbers for the ratio 7:3 are significantly rising.
Figure 9. Viral load thresholds c 0 crit = 1.9 × 10 13 and c 1 crit = 1.6 × 10 12 . In this setting, only the numbers for the ratio 7:3 are significantly rising.
Ijerph 20 00545 g009
Figure 10. Viral load thresholds c 0 crit = 1.9 × 10 13 and c 1 crit 1.2 × 10 12 . The number of infected is significantly rising for ratio 7:3, while for ratio 8:2 also rising, but much slower.
Figure 10. Viral load thresholds c 0 crit = 1.9 × 10 13 and c 1 crit 1.2 × 10 12 . The number of infected is significantly rising for ratio 7:3, while for ratio 8:2 also rising, but much slower.
Ijerph 20 00545 g010
Figure 11. Viral load thresholds c 0 crit = 1.9 × 10 13 and c 1 crit = 0.8 × 10 12 . Here, the numbers for ratio 7:3 are significantly rising with a jump after day 4. For ratio 8:2, the numbers are also significantly rising. Ratio 9:1 shows a rise towards the end of the ten-day-period.
Figure 11. Viral load thresholds c 0 crit = 1.9 × 10 13 and c 1 crit = 0.8 × 10 12 . Here, the numbers for ratio 7:3 are significantly rising with a jump after day 4. For ratio 8:2, the numbers are also significantly rising. Ratio 9:1 shows a rise towards the end of the ten-day-period.
Ijerph 20 00545 g011
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Harweg, T.; Wagner, M.; Weichert, F. Agent-Based Simulation for Infectious Disease Modelling over a Period of Multiple Days, with Application to an Airport Scenario. Int. J. Environ. Res. Public Health 2023, 20, 545. https://doi.org/10.3390/ijerph20010545

AMA Style

Harweg T, Wagner M, Weichert F. Agent-Based Simulation for Infectious Disease Modelling over a Period of Multiple Days, with Application to an Airport Scenario. International Journal of Environmental Research and Public Health. 2023; 20(1):545. https://doi.org/10.3390/ijerph20010545

Chicago/Turabian Style

Harweg, Thomas, Mathias Wagner, and Frank Weichert. 2023. "Agent-Based Simulation for Infectious Disease Modelling over a Period of Multiple Days, with Application to an Airport Scenario" International Journal of Environmental Research and Public Health 20, no. 1: 545. https://doi.org/10.3390/ijerph20010545

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop