You do not have permission to edit this page, for the following reason:

You are not allowed to execute the action you have requested.


You can view and copy the source of this page.

x
 
1
<!-- metadata commented in wiki content
2
==DETAILED SIMULATION OF VIRAL PROPAGATION IN THE BUILT ENVIRONMENT==
3
4
'''Rainald Löhner Harbir Antil Sergio Idelsohn          Eugenio Oñate'''
5
-->
6
7
==Abstract==
8
9
A summary is given of the mechanical characteristics of virus contaminants and the transmission via droplets and aerosols. The ordinary and partial differential equations describing the physics of these processes with high fidelity are presented, as well as appropriate numerical schemes to solve them. Several examples taken from recent evaluations of the built environment are shown, as well as the optimal placement of sensors.
10
11
'''keywords''' Covid-19 Particle Methods Finite Elements            Computational Fluid Dynamics
12
13
==1 The Covid-19 Crisis==
14
15
Starting in Wuhan, China, in the fall of 2019, the Covid-19 pandemic has claimed and will continue to claim millions of infected patients and hundreds of thousands of deaths. The lockdowns that followed its outbreak have led to mass unemployment, stalled economic development and loss of productivity that will take years to recover. Some changes in habits and lifestyles may be permanent: in the future, working from home or in a `socially distanced manner' may be the prevalent modus operandi for large segments of society. 
16
17
The present paper gives a short description of computational techniques that can elucidate the flow and propagation of viruses or other contaminants in built environments in order to mitigate or avoid infections.
18
19
==2 Virus Infection==
20
21
Before addressing the requirements for the numerical simulation of virus propagation a brief description of virus propagation and lifetime are given. Covid-19 is one of many corona-viruses. The virus is usually present in the air or some surface, and makes its way into the body either via inhalation (nose, mouth), ingestion (mouth) or attachment (eyes, hands, clothes). In many cases the victim inadvertedly touches an infected surface or viruses are deposited on its hands, and then the hands touch either the nose, the eyes or the mouth, thus allowing the virus to enter the body. 
22
23
An open question of great importance for all that will follow is how many viruses it takes to overwhelm the body's natural defense mechanism and trigger an infection. This number, which is sometimes called the ''viral load'' or the ''infectious dose'' will depend on numerous factors, among them the state of immune defenses of the individual, the timing of viral entry (all at once, piece by piece), and the amount of hair and mucous in the nasal vessels. In principle, a single organism in a favourable environment may replicate sufficiently to cause disease <span id='citeF-98'></span>[[#cite-98|[98]]]. Data from research performed on biological warfare agents <span id='citeF-37'></span>[[#cite-37|[37]]] suggests that both bacteria and viruses can produce disease with as few as 1-100 organisms (e.g. brucellosis 10-100, Q fever 1-10, tularaemia 10-50, smallpox 10-100, viral haemorrhagic fevers 1-10 organisms, tuberculosis 1). Compare these numbers and consider that as many as 3,000 organisms can be produced by talking for 5&nbsp;minutes or a single cough, with sneezing producing many more <span id='citeF-80'></span><span id='citeF-55'></span><span id='citeF-102'></span><span id='citeF-87'></span><span id='citeF-108'></span>[[#cite-80|[80,55,102,87,108]]]. Figure [[#img-1|1]], reproduced from <span id='citeF-102'></span>[[#cite-102|[102]]], shows a typical number and size distribution.
24
25
<div id='img-1'></div>
26
{| class="floating_imageSCP" style="text-align: center; border: 1px solid #BBB; margin: 1em auto; width: 100%;max-width: 100%;"
27
|-
28
|[[Image:Draft_Samper_514971305-droplet_distribution.png|600px|Counts of Particles of Various Diameters in Air Expelled by (90) Coughs <span id='citeF-80'></span>[[#cite-80|[80]]]]]
29
|- style="text-align: center; font-size: 75%;"
30
| colspan="1" | '''Figure 1:''' Counts of Particles of Various Diameters in Air Expelled by (90) Coughs <span id='citeF-80'></span>[[#cite-80|[80]]]
31
|}
32
33
==3 Virus Lifetime Outside the Body==
34
35
Current evidence points to lifetimes outside the body that can range from 1-2 hours in air to several days on particular surfaces <span id='citeF-51'></span><span id='citeF-106'></span>[[#cite-51|[51,106]]]. There has also been some documentation of lifetime variation depending on humidity.
36
37
==4 Virus Transmission==
38
39
===4.1 Human Sneezing and Coughing===
40
41
In the sequel, we consider human sneezing and coughing as the main conduits of virus transmission. Clearly, breathing and talking will lead to the exhalation of air, and, consequently the exhalation of viruses for infected victims <span id='citeF-3'></span><span id='citeF-4'></span>[[#cite-3|[3,4]]]. However, it stands to reason that the size and amount of particles released -&nbsp;and hence the amount of viruses in them&nbsp;- is much higher and much more concentrated when sneezing or coughing <span id='citeF-36'></span><span id='citeF-102'></span><span id='citeF-50'></span><span id='citeF-56'></span><span id='citeF-3'></span><span id='citeF-4'></span>[[#cite-36|[36,102,50,56,3,4]]]. 
42
43
The velocity of air at a person's mouth during sneezing and coughing has been a source of heated debate, particularly in the media. The experimental evidence points to exit velocities of the order of 2-14&nbsp;m/sec <span id='citeF-40'></span><span id='citeF-41'></span><span id='citeF-100'></span><span id='citeF-101'></span>[[#cite-40|[40,41,100,101]]]. A typical amount and size of particles can be seen in Figure [[#img-1|1]].
44
45
===4.2 Sink Velocities===
46
47
If, for the sake of argument, we consider Stoke's law for the drag of spherical particles, valid below Reynolds numbers of <math display="inline">Re=1</math>, the terminal sink velocity (also known as the settling velocity) of particles will be given by:
48
49
{| class="formulaSCP" style="width: 100%; text-align: left;" 
50
|-
51
| 
52
{| style="text-align: left; margin:auto;width: 100%;" 
53
|-
54
| style="text-align: center;" | <math> v_s = {{(\rho _p - \rho _g) g \cdot d^2 } \over {18 \mu }}  ~~, </math>
55
|}
56
| style="width: 5px;text-align: right;white-space: nowrap;" | (1)
57
|}
58
59
where <math display="inline">\rho _p, \rho _g, g, \mu , d</math> denote the density of the particles (essentially water in the present case), density of the gas (air), gravity, dynamic viscosity of the gas and diameter of the particle respectively. The equivalent Reynolds' number is:
60
61
{| class="formulaSCP" style="width: 100%; text-align: left;" 
62
|-
63
| 
64
{| style="text-align: left; margin:auto;width: 100%;" 
65
|-
66
| style="text-align: center;" | <math> Re = {{\rho _g v_s d } \over {\mu }}       = {{\rho _g (\rho _p - \rho _g) g d^3 } \over {18 \mu ^2}} </math>
67
|}
68
| style="width: 5px;text-align: right;white-space: nowrap;" | (2)
69
|}
70
71
With <math display="inline">\rho _p=1~gr/cc, \rho _g=0.0012~gr/cc, g=981~cm/sec^2, \mu=1.81 \cdot 10^{-4}~gr/(cm \cdot sec)</math> this yields a limiting diameter for <math display="inline">Re=1</math> of
72
73
{| class="formulaSCP" style="width: 100%; text-align: left;" 
74
|-
75
| 
76
{| style="text-align: left; margin:auto;width: 100%;" 
77
|-
78
| style="text-align: center;" | <math> d_{Re=1} = 0.0079~cm ~~, </math>
79
|}
80
| style="width: 5px;text-align: right;white-space: nowrap;" | (3)
81
|}
82
83
i.e. approximately 1/10th of a millimeter in diameter -&nbsp;a particle size that would still be perceived by the human eye. The corresponding sink velocity is given by:
84
85
{| class="formulaSCP" style="width: 100%; text-align: left;" 
86
|-
87
| 
88
{| style="text-align: left; margin:auto;width: 100%;" 
89
|-
90
| style="text-align: center;" | <math> v_s = 3 \cdot 10^{5} d^2 cm/sec ~~, </math>
91
|}
92
| style="width: 5px;text-align: right;white-space: nowrap;" | (4)
93
|}
94
95
with <math display="inline">d</math> in <math display="inline">cm</math>, i.e. for <math display="inline">Re=1</math>
96
97
{| class="formulaSCP" style="width: 100%; text-align: left;" 
98
|-
99
| 
100
{| style="text-align: left; margin:auto;width: 100%;" 
101
|-
102
| style="text-align: center;" | <math> v_s(Re=1) = 18~cm/sec ~~. </math>
103
|}
104
| style="width: 5px;text-align: right;white-space: nowrap;" | (5)
105
|}
106
107
Note the quadratic dependency of the sink velocity with diameter. Table&nbsp;1 lists the sink velocities for water droplets of different diameters in air. One can see that below diameters of <math display="inline">O(0.1~mm)</math> the sink velocity is very low, implying that these particles remain in and move with the air for considerable time (and possibly distances).
108
109
110
{|  class="floating_tableSCP wikitable" style="text-align: center; margin: 1em auto;min-width:50%;"
111
|+ style="font-size: 75%;" |<span id='table-1'></span>Table. 1 Sink Velocities and Reynolds Number For Water Particles in Air
112
|- style="border-top: 2px solid;"
113
| style="border-right: 2px solid;" |  Diameter [mm] 
114
| style="border-left: 2px solid;border-right: 2px solid;" | sink velocity [m/sec] 
115
| style="border-left: 2px solid;" | Re 
116
|- style="border-top: 2px solid;"
117
| style="border-right: 2px solid;" |  1.00E-00      
118
| style="border-left: 2px solid;border-right: 2px solid;" | 3.01E+01      
119
| style="border-left: 2px solid;" | 1.99E+03 
120
|-
121
| style="border-right: 2px solid;" | 1.00E-01      
122
| style="border-left: 2px solid;border-right: 2px solid;" | 3.01E-01      
123
| style="border-left: 2px solid;" | 1.99E+00 
124
|-
125
| style="border-right: 2px solid;" | 1.00E-02      
126
| style="border-left: 2px solid;border-right: 2px solid;" | 3.01E-03      
127
| style="border-left: 2px solid;" | 1.99E-03 
128
|-
129
| style="border-right: 2px solid;" | 1.00E-03      
130
| style="border-left: 2px solid;border-right: 2px solid;" | 3.01E-05      
131
| style="border-left: 2px solid;" | 1.99E-06 
132
|- style="border-bottom: 2px solid;"
133
| style="border-right: 2px solid;" | 1.00E-04      
134
| style="border-left: 2px solid;border-right: 2px solid;" | 3.01E-07      
135
| style="border-left: 2px solid;" | 1.99E-09 
136
137
|}
138
139
===4.3 Evaporation===
140
141
Depending on the relative humidity and the temperature of the ambient air, the smaller particles can evaporate in milliseconds. However, as the mucous and saliva evaporate, they build a gel-like structure that surrounds the virus, allowing it to survive. This implies that extremely small particles with possible viruses will remain infectious for extended periods of times - up to an hour according to some studies. 
142
143
An important question is then whether a particle/droplet will first reach the ground or evaporate. Figure&nbsp;2, taken from <span id='citeF-109'></span>[[#cite-109|[109]]], shows that below 120&nbsp;<math display="inline">\mu m</math> the particles evaporate before falling 2&nbsp;m (i.e. reaching the ground).
144
145
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 2&nbsp;&nbsp; Evaporation Time and Falling Time of Droplets of Varying Diameter</div>
146
147
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">(<math>T_{p0}=33^oC, T_{\infty }=18^oC, RH=0%</math>) From <span id='citeF-109'></span>[[#cite-109|[109]]] </div>
148
149
===4.4 Viral Load===
150
151
A central question that requires an answer is then: how many viruses are in these small particles&nbsp;? An approximate answer may be obtained from the experiments that are being carried out on animals to trace and monitor infections. For ferrets <span id='citeF-53'></span>[[#cite-53|[53]]] <math display="inline">O(10^5-10^6)</math> have been used to infect via intranasal swabs, while for mice <span id='citeF-104'></span>[[#cite-104|[104]]] <math display="inline">O(10^4)</math> seem to suffice. Viral titers can vary a lot, but one may assume on the order of <math display="inline">O(10^6)</math> viruses/ml for a nasopharyngeal swab <span id='citeF-53'></span><span id='citeF-104'></span>[[#cite-53|[53,104]]]. Table&nbsp;2 lists the number of viruses per droplet and the number of droplets needed to contain just 1&nbsp;virus. Note that while for a droplet with a diameter of 1&nbsp;mm one can expect <math display="inline">O(500)</math> viruses, only every 2,000th particle of diameter 10&nbsp;<math display="inline">\mu m</math> does contain a single virus.
152
153
154
{|  class="floating_tableSCP wikitable" style="text-align: center; margin: 1em auto;min-width:50%;"
155
|+ style="font-size: 75%;" |<span id='table-2'></span>Table. 2 Estimated Number of Viruses For Different Particle Diameters
156
|- style="border-top: 2px solid;"
157
| style="border-right: 2px solid;" |  Droplet Diameter [mm] 
158
| style="border-left: 2px solid;border-right: 2px solid;" | Volume [mm<math display="inline">^3</math>] 
159
| style="border-left: 2px solid;border-right: 2px solid;" | Viruses/droplet                       
160
| style="border-left: 2px solid;" | Droplets Needed for 1 Virus 
161
|- style="border-top: 2px solid;"
162
| style="border-right: 2px solid;" |  1.00E+00 
163
| style="border-left: 2px solid;border-right: 2px solid;" | 5.24E-01 
164
| style="border-left: 2px solid;border-right: 2px solid;" | 5.24E+02 
165
| style="border-left: 2px solid;" | 1.00E+00 
166
|-
167
| style="border-right: 2px solid;" | 1.00E-01 
168
| style="border-left: 2px solid;border-right: 2px solid;" | 5.24E-04 
169
| style="border-left: 2px solid;border-right: 2px solid;" | 5.24E-01 
170
| style="border-left: 2px solid;" | 1.91E+00 
171
|-
172
| style="border-right: 2px solid;" | 1.00E-02 
173
| style="border-left: 2px solid;border-right: 2px solid;" | 5.24E-07 
174
| style="border-left: 2px solid;border-right: 2px solid;" | 5.24E-04 
175
| style="border-left: 2px solid;" | 1.91E+03 
176
|- style="border-bottom: 2px solid;"
177
| style="border-right: 2px solid;" | 1.00E-03 
178
| style="border-left: 2px solid;border-right: 2px solid;" | 5.24E-10 
179
| style="border-left: 2px solid;border-right: 2px solid;" | 5.24E-07 
180
| style="border-left: 2px solid;" | 1.91E+06 
181
182
|}
183
184
Similar numbers are seen in field studies as well. The size of viruses varies from 0.02-0.3 <math display="inline">\mu m</math>, while the size of bacteria varies from 0.5-10 <math display="inline">\mu m</math>. The influenza virus RNA detected by quantitative polymerase chain reaction in human exhaled breath suggests that it may be contained in fine particles generated during tidal breathing and not only coughs <span id='citeF-36'></span><span id='citeF-55'></span><span id='citeF-56'></span><span id='citeF-87'></span>[[#cite-36|[36,55,56,87]]]. Influenza RNA and Mycobacterium tuberculosis have been reported in particles that range in size from 0.5-4.0 <math display="inline">\mu m</math> (<span id='citeF-36'></span><span id='citeF-55'></span><span id='citeF-56'></span><span id='citeF-87'></span>[[#cite-36|[36,55,56,87]]] and references cited therein).
185
186
==5 Physical Modeling of Aerosol Propagation==
187
188
When solving the two-phase equations, the air, as a continuum, is best represented by a set of partial differential equations (the Navier-Stokes equations) that are numerically solved on a mesh. Thus, the gas characteristics are calculated at the mesh points within the flowfield. However, as the droplets/particles may be relatively sparse in the flowfield, they can be modeled by either:
189
190
* A continuum description, i.e. in the same manner as the fluid flow, or
191
* A particle (or Lagrangian) description, where individual particles (or groups of particles) are monitored and tracked in the flow.
192
193
Although the continuum (so-called multi-fluid) method has been used for some applications, the inherent assumptions of the continuum approach lead to several disadvantages which may be countered with a Lagrangian treatment for dilute flows. The continuum assumption cannot robustly account for local differences in particle characteristics, particularly if the particles are polydispersed. In addition, the only boundary conditions that can be considered in a straightforward manner are slipping and sticking, whereas reflection boundary conditions, such as specular and diffuse reflection, may be additionally considered with a Lagrangian approach. Numerical diffusion of the particle density is eliminated by employing Lagrangian particles due to their pointwise spatial accuracy. 
194
195
While a Lagrangian approach offers many potential advantages, this method also creates problems that need to be addressed. For instance, large numbers of particles may cause a Lagrangian analysis to be memory intensive. This problem is circumvented by treating parcels of particles, i.e. doing the detailed analysis for one particle and then applying the effect to many. In addition, continuous mapping and remapping of particles to their respective elements may increase computational requirements, particularly for unstructured grids.
196
197
===5.1 Equations Describing the Motion of the Air===
198
199
As seen from the experimental evidence, the velocities of air encountered during coughing and sneezing never exceed a Mach-number of <math display="inline">Ma=0.1</math>. Therefore, the air may be assumed as a Newtonian, incompressible liquid, where buoyancy effects are modeled via the Boussinesq approximation. The equations describing the conservation of momentum, mass and energy for incompressible, Newtonian flows may be written as
200
201
{| class="formulaSCP" style="width: 100%; text-align: left;" 
202
|-
203
| 
204
{| style="text-align: left; margin:auto;width: 100%;" 
205
|-
206
| style="text-align: center;" | <math> \rho \vvec _{,t} + \rho \vvec \cdot \Grd \vvec + \Grd p =    \nabla \cdot \mu \nabla \vvec + \rho \gvec + \beta \rho \gvec (T - T_0)       + \svec _v   ~~,                                                              </math>
207
|}
208
| style="width: 5px;text-align: right;white-space: nowrap;" | (6.1)
209
|}
210
211
{| class="formulaSCP" style="width: 100%; text-align: left;" 
212
|-
213
| 
214
{| style="text-align: left; margin:auto;width: 100%;" 
215
|-
216
| style="text-align: center;" | <math>                             \Div \vvec = 0      ~~.       </math>
217
|}
218
| style="width: 5px;text-align: right;white-space: nowrap;" | (6.2)
219
|}
220
221
{| class="formulaSCP" style="width: 100%; text-align: left;" 
222
|-
223
| 
224
{| style="text-align: left; margin:auto;width: 100%;" 
225
|-
226
| style="text-align: center;" | <math> \rho c_p T_{,t} + \rho c_p \vvec \cdot \Grd T =        \nabla \cdot k \nabla T + s_e ~~,                                                              </math>
227
|}
228
| style="width: 5px;text-align: right;white-space: nowrap;" | (6.3)
229
|}
230
231
Here <math display="inline">\rho , \vvec , p, \mu , \gvec , \beta , T, T_0, c_p, k</math> denote the density, velocity vector, pressure, viscosity, gravity vector, coefficient of thermal expansion, temperature, reference temperature, specific heat coefficient and conductivity respectively, and <math display="inline">\svec _v, s_e</math> momentum and energy source terms (e.g. due to particles or external forces/heat sources). For turbulent flows both the viscosity and the conductivity are obtained either from additional equations or directly via a large eddy simulation (LES) assumption through monotonicity induced LES (MILES) <span id='citeF-20'></span><span id='citeF-38'></span><span id='citeF-39'></span><span id='citeF-47'></span>[[#cite-20|[20,38,39,47]]].
232
233
===5.2 Equations Describing the Motion of Particles/Droplets===
234
235
In order to describe the interaction of particles/droplets with the flow, the mass, forces and energy/work exchanged between the flowfield and the particles must be defined. As before, we denote for '''fluid (air)''' by <math display="inline">\rho , p, T, k, v_i, \mu </math> and <math display="inline">c_p</math> the density, pressure, temperature, conductivity, velocity in direction <math display="inline">x_i</math>, viscosity, and the specific heat at constant pressure. For the '''particles''', we denote by <math display="inline">\rho _p, T_p, v_{pi}, d, c_{pp}</math> and <math display="inline">Q</math> the density, temperature, velocity in direction <math display="inline">x_i</math>, equivalent diameter, and heat transferred per unit volume. In what follows, we will refer to droplet and particles, collectively as particles. 
236
237
Making the classical assumptions that the particles may be represented by an equivalent sphere of diameter <math display="inline">d</math>, the drag forces <math display="inline">\Dvec </math> acting on the particles will be due to the difference of fluid and particle velocity:
238
239
{| class="formulaSCP" style="width: 100%; text-align: left;" 
240
|-
241
| 
242
{| style="text-align: left; margin:auto;width: 100%;" 
243
|-
244
| style="text-align: center;" | <math> \Dvec = {{\pi d^2} \over 4} \cdot c_D \cdot           { 1 \over 2} \rho | \vvec - \vvec _p | ( \vvec - \vvec _p )                                                   ~~.  </math>
245
|}
246
| style="width: 5px;text-align: right;white-space: nowrap;" | (7)
247
|}
248
249
The '''drag coefficient''' <math display="inline">c_D</math> is obtained empirically from the Reynolds-number <math display="inline">Re</math>:
250
251
{| class="formulaSCP" style="width: 100%; text-align: left;" 
252
|-
253
| 
254
{| style="text-align: left; margin:auto;width: 100%;" 
255
|-
256
| style="text-align: center;" | <math> Re = {{\rho | \vvec - \vvec _p | d } \over { \mu }}   </math>
257
|}
258
| style="width: 5px;text-align: right;white-space: nowrap;" | (8)
259
|}
260
261
as (see, e.g. <span id='citeF-95'></span>[[#cite-95|[95]]]):
262
263
{| class="formulaSCP" style="width: 100%; text-align: left;" 
264
|-
265
| 
266
{| style="text-align: left; margin:auto;width: 100%;" 
267
|-
268
| style="text-align: center;" | <math> c_D = max\left(0.1 , {24 \over Re} \left(1 + 0.15 Re^{0.687} \right)\right) </math>
269
|}
270
| style="width: 5px;text-align: right;white-space: nowrap;" | (9)
271
|}
272
273
The lower bound of <math display="inline">c_D=0.1</math> is required to obtain the proper limit for the Euler equations, when <math display="inline">Re \rightarrow \infty </math>.  The heat transferred between the particles and the fluid is given by
274
275
{| class="formulaSCP" style="width: 100%; text-align: left;" 
276
|-
277
| 
278
{| style="text-align: left; margin:auto;width: 100%;" 
279
|-
280
| style="text-align: center;" | <math> Q = {{\pi d^2} \over 4} \cdot        \left[h_f      \cdot ( T   - T_p   )            + \sigma ^* \cdot ( T^4 - T_p^4 ) \right]                                                         ~~,  </math>
281
|}
282
| style="width: 5px;text-align: right;white-space: nowrap;" | (10)
283
|}
284
285
where <math display="inline">h_f</math> is the film coefficient and <math display="inline">\sigma ^*</math> the radiation coefficient. For the class of problems considered here, the particle temperature and kinetic energy are such that the radiation coefficient <math display="inline">\sigma ^*</math> may be ignored. The film coefficient <math display="inline">h_f</math> is obtained from the Nusselt-Number <math display="inline">Nu</math>:
286
287
{| class="formulaSCP" style="width: 100%; text-align: left;" 
288
|-
289
| 
290
{| style="text-align: left; margin:auto;width: 100%;" 
291
|-
292
| style="text-align: center;" | <math> Nu = 2 + 0.459 Pr^{0.333} Re^{0.55} ~~,  </math>
293
|}
294
| style="width: 5px;text-align: right;white-space: nowrap;" | (11)
295
|}
296
297
where <math display="inline">Pr</math> is the Prandtl-number of the gas
298
299
{| class="formulaSCP" style="width: 100%; text-align: left;" 
300
|-
301
| 
302
{| style="text-align: left; margin:auto;width: 100%;" 
303
|-
304
| style="text-align: center;" | <math> Pr = {k \over \mu } ~~,  </math>
305
|}
306
| style="width: 5px;text-align: right;white-space: nowrap;" | (12)
307
|}
308
309
as
310
311
{| class="formulaSCP" style="width: 100%; text-align: left;" 
312
|-
313
| 
314
{| style="text-align: left; margin:auto;width: 100%;" 
315
|-
316
| style="text-align: center;" | <math> h_f = {{ Nu \cdot k }\over d} ~~.      </math>
317
|}
318
| style="width: 5px;text-align: right;white-space: nowrap;" | (13)
319
|}
320
321
Having established the forces and heat flux, the particle motion and temperature are obtained from Newton's law and the first law of thermodynamics. For the particle velocities, we have:
322
323
{| class="formulaSCP" style="width: 100%; text-align: left;" 
324
|-
325
| 
326
{| style="text-align: left; margin:auto;width: 100%;" 
327
|-
328
| style="text-align: center;" | <math> \rho _p {{\pi d^3} \over 6 } \cdot {{ d\vvec _p} \over {dt}} = \Dvec     + \rho _p {{\pi d^3} \over 6 } \gvec ~~.                                                         </math>
329
|}
330
| style="width: 5px;text-align: right;white-space: nowrap;" | (14)
331
|}
332
333
This implies that:
334
335
{| class="formulaSCP" style="width: 100%; text-align: left;" 
336
|-
337
| 
338
{| style="text-align: left; margin:auto;width: 100%;" 
339
|-
340
| style="text-align: center;" | <math> {{ d\vvec _p} \over {dt}} = {{3 \rho } \over {4 \rho _p d}} \cdot c_d                                | \vvec - \vvec _p | ( \vvec - \vvec _p )                     + \gvec                      = \alpha _v | \vvec - \vvec _p | ( \vvec - \vvec _p )                     + \gvec  ~~.                                                          </math>
341
|}
342
| style="width: 5px;text-align: right;white-space: nowrap;" | (15)
343
|}
344
345
where <math display="inline">\alpha _v=3\rho c_d / (4 \rho _p d)</math>. The particle positions are obtained from:
346
347
{| class="formulaSCP" style="width: 100%; text-align: left;" 
348
|-
349
| 
350
{| style="text-align: left; margin:auto;width: 100%;" 
351
|-
352
| style="text-align: center;" | <math> {{ d\xvec _p} \over {dt}} = \vvec _p ~~.     </math>
353
|}
354
| style="width: 5px;text-align: right;white-space: nowrap;" | (16)
355
|}
356
357
The temperature change in a particle is given by:
358
359
{| class="formulaSCP" style="width: 100%; text-align: left;" 
360
|-
361
| 
362
{| style="text-align: left; margin:auto;width: 100%;" 
363
|-
364
| style="text-align: center;" | <math> \rho _p c_{pp} {{\pi d^3} \over 6 } \cdot {{ dT_p} \over {dt}} = Q ~~,                                                          </math>
365
|}
366
| style="width: 5px;text-align: right;white-space: nowrap;" | (17)
367
|}
368
369
which may be expressed as:
370
371
{| class="formulaSCP" style="width: 100%; text-align: left;" 
372
|-
373
| 
374
{| style="text-align: left; margin:auto;width: 100%;" 
375
|-
376
| style="text-align: center;" | <math> {{ dT_p} \over {dt}} = {{3 k}\over 4 c_{pp} \rho _p d^2} \cdot Nu \cdot                            ( T - T_p )                         = \alpha _T ( T - T_p ) ~~,     </math>
377
|}
378
| style="width: 5px;text-align: right;white-space: nowrap;" | (18)
379
|}
380
381
with <math display="inline">\alpha _T=3 k/(4 c_{pp} \rho _p d^2)</math>. Equations (15, 16, 18) may be formulated as a system of Ordinary Differential Equations (ODEs) of the form:
382
383
{| class="formulaSCP" style="width: 100%; text-align: left;" 
384
|-
385
| 
386
{| style="text-align: left; margin:auto;width: 100%;" 
387
|-
388
| style="text-align: center;" | <math> {{d\uvec _p} \over {dt}} = \rvec (\uvec _p, \xvec , \uvec _f) ~~,                                                          </math>
389
|}
390
| style="width: 5px;text-align: right;white-space: nowrap;" | (19)
391
|}
392
393
where <math display="inline">\uvec _p, \xvec , \uvec _f</math> denote the particle unknowns, the position of the particle and the fluid unknowns at the position of the particle.
394
395
===5.3 Numerical Integration of the Motion of the Air===
396
397
The last six decades have seen a large number of schemes that may be used to solve numerically the incompressible Navier-Stokes equations given by Eqns.(6.1-6.3). In the present case, the following design criteria were implemented:
398
399
* Spatial discretization using '''unstructured grids''' (in order to allow for arbitrary geometries and adaptive refinement);
400
* Spatial approximation of unknowns with '''simple linear finite elements''' (in order to have a simple input/output and code structure);
401
* Edge-based data structures (for reduced access to memory and indirect addressing);
402
* Temporal approximation using '''implicit integration of viscous terms and pressure''' (the interesting scales are the ones associated with advection);
403
* Temporal approximation using '''explicit, high-order integration of advective terms''';
404
* Low-storage, iterative solvers for the resulting systems of equations (in order to solve large 3-D problems); and
405
* Steady results that are '''independent from the timestep''' chosen (in order to have confidence in convergence studies).
406
407
The resulting discretization in time is given by the following projection scheme <span id='citeF-68'></span><span id='citeF-71'></span>[[#cite-68|[68,71]]]:
408
409
* Advective-Diffusive Prediction: <math display="inline">\vvec ^n, p^n \rightarrow \vvec ^{*}</math>
410
411
{| class="formulaSCP" style="width: 100%; text-align: left;" 
412
|-
413
| 
414
{| style="text-align: left; margin:auto;width: 100%;" 
415
|-
416
| style="text-align: center;" | <math> \svec' = - \Grd p^n + \rho \gvec            + \beta \rho \gvec (T^n - T_0) + \svec _v ~~, </math>
417
|}
418
| style="width: 5px;text-align: right;white-space: nowrap;" | (20)
419
|}
420
421
{| class="formulaSCP" style="width: 100%; text-align: left;" 
422
|-
423
| 
424
{| style="text-align: left; margin:auto;width: 100%;" 
425
|-
426
| style="text-align: center;" | <math> \vvec ^i = \vvec ^n + \alpha ^i \gamma \dt \left(  - \vvec ^{i-1} \cdot \Grd \vvec ^{i-1}    \nabla \cdot \mu \nabla \vvec ^{i-1} + \svec' \right) ~~; ~~i=1,k-1~~; </math>
427
|}
428
| style="width: 5px;text-align: right;white-space: nowrap;" | (21a)
429
|}
430
431
{| class="formulaSCP" style="width: 100%; text-align: left;" 
432
|-
433
| 
434
{| style="text-align: left; margin:auto;width: 100%;" 
435
|-
436
| style="text-align: center;" | <math>  \left[{ 1 \over \dt } - \theta \nabla \cdot \mu \nabla \right]    \left(\vvec ^{k} - \vvec ^n \right)  + \vvec ^{k-1} \cdot \Grd \vvec ^{k-1} =    \nabla \cdot \mu \nabla \vvec ^{k-1} + \svec' ~~.  </math>
437
|}
438
| style="width: 5px;text-align: right;white-space: nowrap;" | (21b)
439
|}
440
441
* Pressure Correction: <math display="inline">p^n \rightarrow p^{n+1}</math>
442
443
{| class="formulaSCP" style="width: 100%; text-align: left;" 
444
|-
445
| 
446
{| style="text-align: left; margin:auto;width: 100%;" 
447
|-
448
| style="text-align: center;" | <math>  \Div \vvec ^{n+1} = 0                          ~~; </math>
449
|}
450
| style="width: 5px;text-align: right;white-space: nowrap;" | (22)
451
|}
452
453
{| class="formulaSCP" style="width: 100%; text-align: left;" 
454
|-
455
| 
456
{| style="text-align: left; margin:auto;width: 100%;" 
457
|-
458
| style="text-align: center;" | <math>  {{ \vvec ^{n+1} - \vvec ^{*} }\over \dt } + \Grd ( p^{n+1} - p^n )    = 0                                           ~~; </math>
459
|}
460
| style="width: 5px;text-align: right;white-space: nowrap;" | (23)
461
|}
462
463
* which results in
464
465
{| class="formulaSCP" style="width: 100%; text-align: left;" 
466
|-
467
| 
468
{| style="text-align: left; margin:auto;width: 100%;" 
469
|-
470
| style="text-align: center;" | <math>  \nabla ^2 ( p^{n+1} - p^n ) = {{\Div \vvec ^{*} }\over \dt } ~~; </math>
471
|}
472
| style="width: 5px;text-align: right;white-space: nowrap;" | (24)
473
|}
474
475
* Velocity Correction: <math display="inline">\vvec ^{*} \rightarrow \vvec ^{n+1}</math>
476
477
{| class="formulaSCP" style="width: 100%; text-align: left;" 
478
|-
479
| 
480
{| style="text-align: left; margin:auto;width: 100%;" 
481
|-
482
| style="text-align: center;" | <math>  \vvec ^{n+1} = \vvec ^{*} - \dt \Grd ( p^{n+1} - p^n ) ~~. </math>
483
|}
484
| style="width: 5px;text-align: right;white-space: nowrap;" | (25)
485
|}
486
487
<math display="inline">\theta </math> denotes the implicitness-factor for the viscous terms (<math display="inline">\theta=1</math>: 1st order, fully implicit, <math display="inline">\theta=0.5</math>: 2nd order, Crank-Nicholson). <math display="inline">\alpha ^i</math> are the standard low-storage Runge-Kutta coefficients <math display="inline">\alpha ^i=1/(k+1-i)</math>. The <math display="inline">k-1</math> stages of Eqn.(21a) may be seen as a predictor (or replacement) of <math display="inline">\vvec ^n</math> by <math display="inline">\vvec ^{k-1}</math>. The original right-hand side has not been modified, so that at steady-state <math display="inline">\vvec ^n=\vvec ^{k-1}</math>, preserving the requirement that the steady-state be independent of the timestep <math display="inline">\dt </math>. The factor <math display="inline">\gamma </math> denotes the local ratio of the stability limit for explicit timestepping for the viscous terms versus the timestep chosen. Given that the advective and viscous timestep limits are proportional to:
488
489
{| class="formulaSCP" style="width: 100%; text-align: left;" 
490
|-
491
| 
492
{| style="text-align: left; margin:auto;width: 100%;" 
493
|-
494
| style="text-align: center;" | <math> \dt _a \approx {h \over {|\vvec |}} ~~;~~    \dt _v \approx {{\rho h^2} \over \mu } ~~, </math>
495
|}
496
| style="width: 5px;text-align: right;white-space: nowrap;" | (26)
497
|}
498
499
we immediately obtain
500
501
{| class="formulaSCP" style="width: 100%; text-align: left;" 
502
|-
503
| 
504
{| style="text-align: left; margin:auto;width: 100%;" 
505
|-
506
| style="text-align: center;" | <math> \gamma = {{\dt _v} \over {\dt _a}}     \approx {{\rho |\vvec | h }\over \mu } \approx Re_h  ~~, </math>
507
|}
508
| style="width: 5px;text-align: right;white-space: nowrap;" | (27)
509
|}
510
511
or, in its final form:
512
513
{| class="formulaSCP" style="width: 100%; text-align: left;" 
514
|-
515
| 
516
{| style="text-align: left; margin:auto;width: 100%;" 
517
|-
518
| style="text-align: center;" | <math> \gamma = min(1,Re_h) ~~. </math>
519
|}
520
| style="width: 5px;text-align: right;white-space: nowrap;" | (28)
521
|}
522
523
In regions away from boundary layers, this factor is <math display="inline">O(1)</math>, implying that a high-order Runge-Kutta scheme is recovered. Conversely, for regions where <math display="inline">Re_h=O(0)</math>, the scheme reverts back to the usual 1-stage Crank-Nicholson scheme. Besides higher accuracy, an important benefit of explicit multistage advection schemes is the larger timestep one can employ. The increase in allowable timestep is roughly proportional to the number of stages used (and has been exploited extensively for compressible flow simulations <span id='citeF-49'></span>[[#cite-49|[49]]]). Given that for an incompressible solver of the projection type given by Eqns.(20-25) most of the CPU time is spent solving the pressure-Poisson system Eqn.(24), the speedup achieved is also roughly proportional to the number of stages used. 
524
525
At steady state, <math display="inline">\vvec ^{*}=\vvec ^n=\vvec ^{n+1}</math> and the residuals of the pressure correction vanish, implying that the result does not depend on the timestep <math display="inline">\dt </math>. 
526
527
The spatial discretization of these equations is carried out via linear finite elements. The resulting matrix system is re-written as an edge-based solver, allowing the use of consistent numerical fluxes to stabilize the advection and divergence operators <span id='citeF-71'></span>[[#cite-71|[71]]]. 
528
529
The energy (temperature) equation (Eqn.(6.3)) is integrated in a manner similar to the advective-diffusive prediction (Eqn(21)), i.e. with an explicit, high order Runge-Kutta scheme for the advective parts and an implicit, 2nd order Crank-Nicholson scheme for the conductivity.
530
531
===5.4 Numerical Integration of the Motion of Particles/Droplets===
532
533
The equations describing the position, velocity and temperature of a particle (Eqns. 15-19) may be formulated as a system of nonlinear Ordinary Differential Equations of the form:
534
535
{| class="formulaSCP" style="width: 100%; text-align: left;" 
536
|-
537
| 
538
{| style="text-align: left; margin:auto;width: 100%;" 
539
|-
540
| style="text-align: center;" | <math> {{d\uvec _p} \over {dt}} = \rvec (\uvec _p, \xvec , \uvec _f) ~~.                                                          </math>
541
|}
542
| style="width: 5px;text-align: right;white-space: nowrap;" | (29)
543
|}
544
545
They can be integrated numerically in a variety of ways. Due to its speed, low memory requirements and simplicity, we have chosen the following k-step low-storage Runge-Kutta procedure to integrate them:
546
547
{| class="formulaSCP" style="width: 100%; text-align: left;" 
548
|-
549
| 
550
{| style="text-align: left; margin:auto;width: 100%;" 
551
|-
552
| style="text-align: center;" | <math> \uvec ^{n+i}_p = \uvec ^n_p + \alpha ^i \Delta t \cdot     \rvec (\uvec ^{n+i-1}_p, \xvec ^{n+i-1}, \uvec ^{n+i-1}_f) ~~, ~~ i=1,k  ~~. </math>
553
|}
554
| style="width: 5px;text-align: right;white-space: nowrap;" | (30)
555
|}
556
557
For linear ODEs the choice
558
559
{| class="formulaSCP" style="width: 100%; text-align: left;" 
560
|-
561
| 
562
{| style="text-align: left; margin:auto;width: 100%;" 
563
|-
564
| style="text-align: center;" | <math> \alpha ^i= {1 \over {k+1-i}} ~~,~~ i=1,k  </math>
565
|}
566
| style="width: 5px;text-align: right;white-space: nowrap;" | (31)
567
|}
568
569
leads to a scheme that is <math display="inline">k</math>-th order accurate in time. Note that in each step the location of the particle with respect to the fluid mesh needs to be updated in order to obtain the proper values for the fluid unknowns. The default number of stages used is <math display="inline">k=4</math>. This would seem unnecessarily high, given that the flow solver is of second-order accuracy, and that the particles are integrated separately from the flow solver before the next (flow) timestep, i.e. in a staggered manner. However, it was found that the 4-stage particle integration preserves very well the motion in vortical structures and leads to less `wall sliding' close to the boundaries of the domain <span id='citeF-78'></span>[[#cite-78|[78]]]. The stability/ accuracy of the particle integrator should not be a problem as the particle motion will always be slower than the maximum wave speed of the fluid (fluid velocity). 
570
571
The transfer of forces and heat flux between the fluid and the particles must be accomplished in a conservative way, i.e. whatever is added to the fluid must be subtracted from the particles and vice-versa. The finite element discretization of the fluid equations will lead to a system of ODE's of the form:
572
573
{| class="formulaSCP" style="width: 100%; text-align: left;" 
574
|-
575
| 
576
{| style="text-align: left; margin:auto;width: 100%;" 
577
|-
578
| style="text-align: center;" | <math> \Mmat \duvec = \rvec ~~,    </math>
579
|}
580
| style="width: 5px;text-align: right;white-space: nowrap;" | (32)
581
|}
582
583
where <math display="inline">\Mmat , \duvec </math> and <math display="inline">\rvec </math> denote, respectively, the consistent mass matrix, increment of the unknowns vector and right-hand side vector. Given the `host element' of each particle, i.e. the fluid mesh element that contains the particle, the forces and heat transferred to <math display="inline">\rvec </math> are added as follows:
584
585
{| class="formulaSCP" style="width: 100%; text-align: left;" 
586
|-
587
| 
588
{| style="text-align: left; margin:auto;width: 100%;" 
589
|-
590
| style="text-align: center;" | <math> \rvec ^i_D = \sum _{el~surr~i} N^i(\xvec _p) \Dvec _p ~~.  </math>
591
|}
592
| style="width: 5px;text-align: right;white-space: nowrap;" | (33)
593
|}
594
595
Here <math display="inline">N^i(\xvec _p)</math> denotes the shape-function values of the host element for the point coordinates <math display="inline">\xvec _p</math>, and the sum extends over all elements that surround node <math display="inline">i</math>. As the sum of all shape-function values is unity at every point:
596
597
{| class="formulaSCP" style="width: 100%; text-align: left;" 
598
|-
599
| 
600
{| style="text-align: left; margin:auto;width: 100%;" 
601
|-
602
| style="text-align: center;" | <math> \sum N^i(\xvec ) = 1 ~~\forall \xvec ~~,    </math>
603
|}
604
| style="width: 5px;text-align: right;white-space: nowrap;" | (34)
605
|}
606
607
this procedure is strictly conservative. 
608
609
From Eqns.(15-18) and their equivalent numerical integration via Eqn.(30), the change in momentum and energy for one particle is given by:
610
611
{| class="formulaSCP" style="width: 100%; text-align: left;" 
612
|-
613
| 
614
{| style="text-align: left; margin:auto;width: 100%;" 
615
|-
616
| style="text-align: center;" | <math> \fvec _p =  \rho _p {{\pi d^3}\over 6}              {{\left(\vvec ^{n+1}_p - \vvec ^n_p \right)} \over {\Delta t}}                                            ~~,    </math>
617
|}
618
| style="width: 5px;text-align: right;white-space: nowrap;" | (35)
619
|}
620
621
{| class="formulaSCP" style="width: 100%; text-align: left;" 
622
|-
623
| 
624
{| style="text-align: left; margin:auto;width: 100%;" 
625
|-
626
| style="text-align: center;" | <math> q_p =  \rho _p c_{pp} {{\pi d^3}\over 6}              {{\left(T^{n+1}_p - T^n_p \right)} \over {\Delta t}}                                            ~~.    </math>
627
|}
628
| style="width: 5px;text-align: right;white-space: nowrap;" | (36)
629
|}
630
631
These quantities are multiplied by the number of particles in a packet in order to obtain the final values transmitted to the fluid. Before going on, we summarize the basic steps required in order to update the particles one timestep:
632
633
* Initialize Fluid Source-Terms: <math display="inline">\rvec=0</math>
634
* '''DO''' : For Each Particle:
635
* - DO: For Each Runge-Kutta Stage:
636
* ~&nbsp;&nbsp;- Find Host Element of Particle: IELEM, <math display="inline">N^i(\xvec )</math>
637
* ~&nbsp;&nbsp;- Obtain Fluid Variables Required
638
* ~&nbsp;&nbsp;- Update Particle: Velocities, Position, Temperature, ...
639
* - ENDDO
640
* - Transfer Loads to Element Nodes
641
* '''ENDDO'''
642
643
====5.4.1 Particle Parcels====
644
645
For a large number of very small particles, it becomes impossible to carry every individual particle in a simulation. The solution is to:
646
647
* Agglomerate the particles into so-called packets of <math display="inline">N_p</math> particles;
648
* Integrate the governing equations for one individual particle; and
649
* Transfer back to the fluid <math display="inline">N_p</math> times the effect of one particle.
650
651
Beyond a reasonable number of particles per element (typically <math display="inline">> 8</math>), this procedure produces accurate results without any deterioration in physical fidelity.
652
653
====5.4.2 Other Numerics====
654
655
In order to achieve a robust particle integrator, a number of additional precautions and algorithms need to be implemented. The most important of these are:
656
657
* Agglomeration/Subdivision of Particle Parcels: As the fluid mesh may be adaptively refined and coarsened in time, or the particle traverses elements of different sizes, it may be important to adapt the parcel concentrations as well. This is necessary to ensure that there is sufficient parcel representation in each element and yet, that there are not too many parcels as to constitute an inefficient use of CPU and memory.
658
* Limiting During Particle Updates: As the particles are integrated independently from the flow solver, it is not difficult to envision situations where for the extreme cases of very light or very heavy particles physically meaningless or unstable results may be obtained. In order to prevent this, the changes in particle velocities and temperatures are limited in order not to exceed the differences in velocities and temperature between the particles and the fluid <span id='citeF-78'></span>[[#cite-78|[78]]].
659
* Particle Contact/Merging: In some situations, particles may collide or merge in a certain region of space.
660
* Particle Tracking: A common feature of all particle-grid applications is that the particles do not move far between timesteps. This makes physical sense: if a particle jumped ten gridpoints during one timestep, it would have no chance to exchange information with the points along the way, leading to serious errors. Therefore, the assumption that the new host elements of the particles are in the vicinity of the current ones is a valid one. For this reason, the most efficient way to search for the new host elements is via the vectorized neighbour-to-neighbour algorithm described in <span id='citeF-59'></span><span id='citeF-71'></span>[[#cite-59|[59,71]]].
661
662
==6 Examples==
663
664
The techniques described above were implemented in FEFLO, a general-purpose computational fluid dynamics (CFD) code based on the following general principles:
665
666
* Use of unstructured grids (automatic grid generation and mesh refinement);
667
* Finite element discretization of space;
668
* Separate flow modules for compressible and incompressible flows;
669
* Edge-based data structures for speed;
670
* Optimal data structures for different architectures;
671
* Bottom-up coding from the subroutine level to assure an open-ended, expandable architecture.
672
673
The code has had a long history of relevant applications involving compressible flow simulations in the areas of transonic flow <span id='citeF-81'></span><span id='citeF-82'></span><span id='citeF-83'></span><span id='citeF-84'></span><span id='citeF-63'></span><span id='citeF-85'></span>[[#cite-81|[81,82,83,84,63,85]]], store separation <span id='citeF-7'></span><span id='citeF-10'></span><span id='citeF-12'></span><span id='citeF-14'></span><span id='citeF-15'></span>[[#cite-7|[7,10,12,14,15]]], blast-structure interaction <span id='citeF-6'></span><span id='citeF-8'></span><span id='citeF-11'></span><span id='citeF-13'></span><span id='citeF-16'></span>[[#cite-6|[6,8,11,13,16]]], <span id='citeF-66'></span><span id='citeF-72'></span><span id='citeF-94'></span><span id='citeF-105'></span><span id='citeF-97'></span>[[#cite-66|[66,72,94,105,97]]], incompressible flows <span id='citeF-91'></span><span id='citeF-93'></span><span id='citeF-65'></span><span id='citeF-68'></span><span id='citeF-5'></span><span id='citeF-76'></span>[[#cite-91|[91,93,65,68,5,76]]], free-surface hydrodynamics <span id='citeF-62'></span><span id='citeF-69'></span><span id='citeF-70'></span>[[#cite-62|[62,69,70]]], dispersion <span id='citeF-22'></span><span id='citeF-23'></span><span id='citeF-67'></span><span id='citeF-24'></span>[[#cite-22|[22,23,67,24]]], patient-based haemodynamics <span id='citeF-26'></span><span id='citeF-63'></span><span id='citeF-27'></span><span id='citeF-1'></span><span id='citeF-73'></span>[[#cite-26|[26,63,27,1,73]]] and aeroacoustics <span id='citeF-57'></span>[[#cite-57|[57]]]. The code has been ported to vector <span id='citeF-64'></span>[[#cite-64|[64]]], shared memory <span id='citeF-61'></span><span id='citeF-96'></span>[[#cite-61|[61,96]]], distributed memory <span id='citeF-91'></span><span id='citeF-60'></span><span id='citeF-92'></span><span id='citeF-74'></span>[[#cite-91|[91,60,92,74]]] and GPU-based <span id='citeF-30'></span><span id='citeF-31'></span><span id='citeF-32'></span><span id='citeF-33'></span><span id='citeF-75'></span>[[#cite-30|[30,31,32,33,75]]] machines.
674
675
The cases shown all simulate sneezing/coughing in different environments. The ambient temperature was assumed to be <math display="inline">20^o</math>C. In order to simulate a sneeze/cough, the velocity and temperature in a spherical region of radius (<math display="inline">r=5~cm</math>) near the patient's mouth was reset at the beginning of each timestep according to the following triangular function:
676
677
{| class="formulaSCP" style="width: 100%; text-align: left;" 
678
|-
679
| 
680
{| style="text-align: left; margin:auto;width: 100%;" 
681
|-
682
| style="text-align: center;" | <math> f(t)= \cases {      {t \over t_{mid}} ~~if:         0 \le t \le   t_{mid} </math>
683
|-
684
| style="text-align: center;" | <math> 1 - {{t-t_{mid}}\over t_{mid}} ~~if:   t_{mid} \le t \le 2 t_{mid} </math>
685
|-
686
| style="text-align: center;" | <math>      0                  ~~if: 2 t_{mid} \le t               } ~~. </math>
687
|}
688
| style="width: 5px;text-align: right;white-space: nowrap;" | (37)
689
|}
690
691
{| class="formulaSCP" style="width: 100%; text-align: left;" 
692
|-
693
| 
694
{| style="text-align: left; margin:auto;width: 100%;" 
695
|-
696
| style="text-align: center;" | <math> v(t) = 5 f(t) ~[m/sec] ~~,~~ T(t) = 20 + f(t) ( 37 - 20 ) ~~.     </math>
697
|}
698
| style="width: 5px;text-align: right;white-space: nowrap;" | (38)
699
|}
700
701
The droplets were initialized with 4 different sizes and different velocities, and released every <math display="inline">0.005</math> seconds during <math display="inline">0.1</math> seconds. This resulted in a final number of particle packets of <math display="inline">n_p=25,662</math>. The temperature was set to <math display="inline">T_p=37^oC</math> and the velocity to <math display="inline">v=5~m/sec</math>. Table&nbsp;3 summarizes the diameters and resulting mass distribution.
702
703
704
{|  class="floating_tableSCP wikitable" style="text-align: center; margin: 1em auto;min-width:50%;"
705
|+ style="font-size: 75%;" |<span id='table-3'></span>Table. 3 Initial Conditions for Particles
706
|- style="border-top: 2px solid;"
707
| style="border-right: 2px solid;" |  Droplet Diameter [mm] 
708
| style="border-left: 2px solid;border-right: 2px solid;" | Mass [gr<math display="inline">^3</math>]                       
709
| style="border-left: 2px solid;border-right: 2px solid;" | Nr. of Packets 
710
| style="border-left: 2px solid;" | Nr. of Particles 
711
|- style="border-top: 2px solid;"
712
| style="border-right: 2px solid;" |  1.00E+00 
713
| style="border-left: 2px solid;border-right: 2px solid;" | 5.50E+00 
714
| style="border-left: 2px solid;border-right: 2px solid;" | 1.05E+03 
715
| style="border-left: 2px solid;" | 1.05E+04 
716
|-
717
| style="border-right: 2px solid;" | 1.00E-01 
718
| style="border-left: 2px solid;border-right: 2px solid;" | 0.11E+00 
719
| style="border-left: 2px solid;border-right: 2px solid;" | 2.10E+03 
720
| style="border-left: 2px solid;" | 2.10E+05 
721
|-
722
| style="border-right: 2px solid;" | 1.00E-02 
723
| style="border-left: 2px solid;border-right: 2px solid;" | 0.58E-02 
724
| style="border-left: 2px solid;border-right: 2px solid;" | 1.12E+04 
725
| style="border-left: 2px solid;" | 1.12E+07 
726
|- style="border-bottom: 2px solid;"
727
| style="border-right: 2px solid;" | 1.00E-03 
728
| style="border-left: 2px solid;border-right: 2px solid;" | 0.58E-05 
729
| style="border-left: 2px solid;border-right: 2px solid;" | 1.12E+04 
730
| style="border-left: 2px solid;" | 1.12E+08 
731
732
|}
733
734
In the cases shown different temporal scales appear:
735
736
* The fast, ballistic drop of the larger (<math display="inline">d=1~mm</math>) particles, occurring in the range of <math display="inline">O(1)~sec</math>;
737
* The slower drop of particles of diameter <math display="inline">d=O(0.1)~mm</math>, occurring in the range of <math display="inline">O(10)~sec</math>; and
738
* The transport of the even smaller particles through the air, occurring in the range of <math display="inline">O(100)~sec</math>.
739
740
We have attempted to show these phases in the results, and for this reason the results are not displayed at equal time intervals. Unless otherwise noted, the particles have been colored according to the '''logarithm''' of the diameter, with red colors representing the largest and blue the smallest particles. 
741
742
The examples given show clearly the dangers of droplet- and aerosol- based infections in the built environment.
743
744
===6.1 Sneezing in Transportation Security Agency (TSA) Queues===
745
746
One of the obvious vectors for viral contamination and spread are security and passport examination queues in airports. Air flow is moderate, passengers are in very close proximity, and in some airports queues wind back and forth in narrow lanes. Figure&nbsp;3a,b show the arrangement of pedestrians, as well as the discretization chosen. Note the smaller elements close to the bodies and in the region of interest between the two pedestrians in the middle row. This particular mesh had 12.74Mels. The distribution of particles and the absolute value of the velocity in the centerplane over time can be discerned from Figures&nbsp;3c-e. One can see that the large (red) particles follow a ballistic path and have some influence on the flow (e.g. at time <math display="inline">t=0.20</math>). This `ballistic phase' ends at about <math display="inline">t=1~sec</math>. The (green) particles of size <math display="inline">d=0.1~mm</math> are quickly stopped by the air, and then sink slowly towards the floor in close proximity to the individual sneezing. The even smaller (cyan, blue) particles rise with the cloud of warmer air exhaled by the sneezing individual, and disperse much further at later times.
747
748
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 3a&nbsp;&nbsp;TSA Queue: Arrangement of Pedestrians and Surface Mesh</div>
749
750
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 3b&nbsp;&nbsp;TSA Queue: Surface Mesh and Cut Plane</div>
751
752
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 3c&nbsp;&nbsp;TSA Queue: Particle Distribution at <math>t=0.02~sec</math></div>
753
754
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 3d&nbsp;&nbsp;TSA Queue: Particle Distribution at <math>t=0.10~sec</math></div>
755
756
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 3e&nbsp;&nbsp;TSA Queue: Particle Distribution at <math>t=0.20~sec</math></div>
757
758
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 3f&nbsp;&nbsp;TSA Queue: Particle Distribution at <math>t=0.40~sec</math></div>
759
760
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 3g&nbsp;&nbsp;TSA Queue: Particle Distribution at <math>t=0.80~sec</math></div>
761
762
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 3h&nbsp;&nbsp;TSA Queue: Particle Distribution at <math>t=1.60~sec</math></div>
763
764
===6.2 Sneezing in a Generic Hospital Room===
765
766
This case considers a typical hospital room. Of interest here was the dispersion of particles in the '''first minute''' after coughing, in particular the reach into neighbouring halls and the amount of `negative pressure' needed to keep all contaminants in the room. Figure&nbsp;4a shows the arrangement of the room, with patient and caregiver clearly visible. This particular mesh had 2.25Mels. The distribution of particles over time can be discerned from Figures&nbsp;4c-l. As before, one can see that the large (red) particles follow a ballistic path. This `ballistic phase' ends at about <math display="inline">t=1~sec</math>. The (green) particles of size <math display="inline">d=0.1~mm</math> are quickly stopped by the air, and then sink slowly towards the patient. The even smaller (cyan, blue) particles rise with the cloud of warmer air exhaled by the sneezing individual, and disperse much further at later times, covering almost the entire room. The velocity distribution in the room may be inferred from Figure&nbsp;4m.
767
768
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 4a&nbsp;&nbsp;Hospital Room: Surface Mesh</div>
769
770
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 4b&nbsp;&nbsp;Hospital Room: Particle Distribution at t=0.0 sec</div>
771
772
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 4c&nbsp;&nbsp;Hospital Room: Particle Distribution at t=0.2 sec</div>
773
774
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 4d&nbsp;&nbsp;Hospital Room: Particle Distribution at t=0.4 sec</div>
775
776
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 4e&nbsp;&nbsp;Hospital Room: Particle Distribution at t=0.6 sec</div>
777
778
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 4f&nbsp;&nbsp;Hospital Room: Particle Distribution at t=1.0 sec</div>
779
780
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 4g&nbsp;&nbsp;Hospital Room: Particle Distribution at t=2.0 sec</div>
781
782
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 4h&nbsp;&nbsp;Hospital Room: Particle Distribution at t=4.0 sec</div>
783
784
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 4i&nbsp;&nbsp;Hospital Room: Particle Distribution at t=10.0 sec</div>
785
786
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 4j&nbsp;&nbsp;Hospital Room: Particle Distribution at t=20.0 sec</div>
787
788
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 4k&nbsp;&nbsp;Hospital Room: Particle Distribution at t=30.0 sec</div>
789
790
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 4l&nbsp;&nbsp;Hospital Room: Particle Distribution at t=50.0 sec</div>
791
792
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 4m&nbsp;&nbsp;Hospital Room: Surface Velocities at t=60.0 sec</div>
793
794
==7 Reopening After the Crisis==
795
796
A lingering question facing all levels of society is how and when to reopen facilities where people congregate in close proximity. One key technology that would allow opening is testing and sensing. We consider sensing in the sequel. Several vendors have announced measuring devices for Covid-19 in the next half year. Given that these sensors are expensive, and that a hospital or university many need hundreds of these, the question becomes how best to deploy them. In other words: given an arbitrary number of contamination or infection scenarios, which is the minimum number of sensors needed to detect them, and where should they be placed&nbsp;? A partial answer to this non-trivial question was given in <span id='citeF-67'></span><span id='citeF-110'></span>[[#cite-67|[67,110]]]. If we assume a given number of sensors, every contaminant/infection scenario (location and amount of release, flow conditions, etc.) will lead to a sensor input. The data recorded from all the possible release scenarios at all possible sensor locations allows the identification of the best or optimal sensor locations. Clearly, if only one sensor is to be placed, it should be at the location that recorded the highest number of releases. This argument can be used recursively by removing from further consideration all releases already recorded by sensors previously placed. The procedure is repeated recursively until no undetected release cases are left, or the available sensors have been exhausted.  
797
798
See <span id='citeF-21'></span><span id='citeF-45'></span>[[#cite-21|[21,45]]] for an in-depth analysis of robust sensor placement under uncertainty.
799
800
===7.1 Hospital Room===
801
802
This case considers the same hospital room as shown before. The boundary conditions determining the flow are assumed as steady, with air entering the room through vents&nbsp;1-3 and exiting the room through the bathroom exhaust or the door. Figures&nbsp;5a-c show the outlay of the room, average velocities and the `age of air' after 5&nbsp;minutes. Note the high values for the age of air in the corners and the back of the room. This particular mesh had 2.2Mels. Four contaminant release scenarios were considered: cases&nbsp;1-3 assumed contaminant coming in through each of the vents (separately) during the first minute, while case&nbsp;4 assumed virus production from the patient for a period of 10&nbsp;seconds. The case was run for 5&nbsp;minutes of real time, and the contaminant concentration was measured on all walls/ceilings. The maximum concentrations measured have been summarized in Figure&nbsp;5d. Note the different areas covered depending on the release scenario. It was assumed that sensors should only be allowed above a certain height, and should be located on a wall or the ceiling. Table&nbsp;4 summarizes the points that measured data above a set threshold. As one can see, none of the possible sensor locations is able to measure/detect all 4&nbsp;cases, and many possible sensor locations do not detect even a single case. There are many possible pairs of sensors that can detect all 4&nbsp;cases. The pair selected is the one that achieves the highest relative measurement values, and is shown in Figure&nbsp;5e. Note that this makes good sense: one sensor close the HVAC exits, and one close to the patient.
803
804
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 5a&nbsp;&nbsp;Hospital Room: Outlay of Room and Boundary Conditions</div>
805
806
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 5b&nbsp;&nbsp;Hospital Room: Average Velocities (5&nbsp;mins)</div>
807
808
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 5c&nbsp;&nbsp;Hospital Room: Age of Air (5&nbsp;mins)</div>
809
810
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 5d&nbsp;&nbsp;Hospital Room: Maximum Contaminant Concentration Over 5 Minutes</div>
811
812
813
{|  class="floating_tableSCP wikitable" style="text-align: center; margin: 1em auto;min-width:50%;"
814
|+ style="font-size: 75%;" |<span id='table-4'></span>Table. 4 Data Measurement Summary
815
|- style="border-top: 2px solid;"
816
| style="border-right: 2px solid;" |  Cases Measured 
817
| style="border-left: 2px solid;" | Number 
818
|- style="border-top: 2px solid;"
819
| style="border-right: 2px solid;" |  0 
820
| style="border-left: 2px solid;" | 4308 
821
|-
822
| style="border-right: 2px solid;" | 1 
823
| style="border-left: 2px solid;" | 3377 
824
|-
825
| style="border-right: 2px solid;" | 2 
826
| style="border-left: 2px solid;" | 1010 
827
|-
828
| style="border-right: 2px solid;" | 3 
829
| style="border-left: 2px solid;" | 0 
830
|- style="border-bottom: 2px solid;"
831
| style="border-right: 2px solid;" | 4 
832
| style="border-left: 2px solid;" | 0 
833
834
|}
835
836
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">   </div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Figure 5e&nbsp;&nbsp;Hospital Room: Optimal Sensor Locations</div>
837
838
==8 Conclusions and Outlook==
839
840
The present paper has summarized some of the mechanical characteristics of virus contaminants and the transmission via droplets and aerosols. The ordinary and partial differential equations describing the physics of these processes with high fidelity were given, as well as appropriate numerical schemes to solve them. Several examples taken from recent evaluations of the built environment were given, as well as the optimal placement of sensors.
841
842
Current efforts are directed at increasing the realism of the physical processes modeled (e.g. by adding the effect of moving pedestrians <span id='citeF-79'></span>[[#cite-79|[79]]]), streamlining the simulation toolbox and workflow, and fielding these tools so that the post-pandemic opening can occur as smoothly as possible.
843
844
==Acknowledgements==
845
846
H. Antil is partially supported by NSF grants DMS-1818772, DMS-1913004, the Air Force Office of Scientific Research (AFOSR) under Award NO: FA9550-19-1-0036, and Department of Navy, Naval PostGraduate School under Award NO: N00244-20-1-0005
847
848
===BIBLIOGRAPHY===
849
850
<div id="cite-1"></div>
851
'''[[#citeF-1|[1]]]'''  S. Appanaboyina, F. Mut, R. Löhner, C. M. Putman and J. R. Cebral - Computational Fluid Dynamics of Stented Intracranial Aneurysms Using Adaptive Embedded Unstructured Grids; ''Int. J. Num. Meth. Fluids '' 57, 5, 475-493 (2008).
852
853
<div id="cite-2"></div>
854
'''[2]'''  S. Asadi, A.S. Wexler, C.D. Cappa, S. Barreda, N.M. Bouvier and W. Ristenpart - Aerosol Emission and Superemission During Human Speech Increase with Voice Loudness; ''Nature Scientific Reports ''9, (1):2348 (2019). www.nature.com/scientificreports/ https://doi.org/10.1038/s41598-019-38808-z
855
856
<div id="cite-3"></div>
857
'''[[#citeF-3|[3]]]'''  S. Asadi, A.S. Wexler, C.D. Cappa, S. Barreda, N.M. Bouvier and W. Ristenpart - Effect of Voicing and Articulation Manner on Aerosol Particle Emission During Human Speech ''PLoS ONE'' 15(1):e0227699 (2020). https://doi.org/10.1371/journal.pone.0227699
858
859
<div id="cite-4"></div>
860
'''[[#citeF-4|[4]]]'''  S. Asadi, N.M. Bouvier, A.S. Wexler and W. Ristenpart - The Coronavirus Pandemic and Aerosols: Does COVID-19 Transmit via Expiratory Particles ? ''Aerosol Science and Technology '' (2020). https://doi.org/10.1080/02786826.2020.1749229
861
862
<div id="cite-5"></div>
863
'''[[#citeF-5|[5]]]'''  R. Aubry, F. Mut, R. Löhner and J. R. Cebral - Deflated Preconditioned Conjugate Gradient Solvers for the Pressure-Poisson Equation; ''J. Comp. Phys. ''227, 24, 10196-10208 (2008).
864
865
<div id="cite-6"></div>
866
'''[[#citeF-6|[6]]]'''  J.D. Baum and R. Löhner - Numerical Simulation of Shock Interaction with a Modern Main Battlefield Tank; ''AIAA''-91-1666 (1991).
867
868
<div id="cite-7"></div>
869
'''[[#citeF-7|[7]]]'''  J.D. Baum and R. Löhner - Numerical Simulation of Pilot/Seat Ejection from an F-16; ''AIAA''-93-0783 (1993).
870
871
<div id="cite-8"></div>
872
'''[[#citeF-8|[8]]]'''  J.D. Baum. H. Luo and R. Löhner - Numerical Simulation of a Blast Inside a Boeing 747; ''AIAA''-93-3091 (1993).
873
874
<div id="cite-9"></div>
875
'''[9]'''  J.D. Baum, H. Luo and R. Löhner - Numerical Simulation of a Blast Withing a Multi-Room Shelter; pp. 451-463 in ''Proc. MABS-13 Conf.'' The Hague, Netherlands, September (1993).
876
877
<div id="cite-10"></div>
878
'''[[#citeF-10|[10]]]'''  J.D. Baum, H. Luo and R. Löhner - A New ALE Adaptive Unstructured Methodology for the Simulation of Moving Bodies; ''AIAA''-94-0414 (1994).
879
880
<div id="cite-11"></div>
881
'''[[#citeF-11|[11]]]'''  J.D. Baum, H. Luo and R. Löhner - Numerical Simulation of Blast in the World Trade Center; ''AIAA''-95-0085 (1995).
882
883
<div id="cite-12"></div>
884
'''[[#citeF-12|[12]]]'''  J.D. Baum, H. Luo and R. Löhner - Validation of a New ALE, Adaptive Unstructured Moving Body Methodology for Multi-Store Ejection Simulations; ''AIAA''-95-1792 (1995).
885
886
<div id="cite-13"></div>
887
'''[[#citeF-13|[13]]]'''  J.D. Baum, H. Luo, R. Löhner, C. Yang, D. Pelessone and C. Charman - Coupled Fluid/Structure Modeling of Shock Interaction with a Truck; ''AIAA''-96-0795 (1996).
888
889
<div id="cite-14"></div>
890
'''[[#citeF-14|[14]]]'''  J.D. Baum, H. Luo, R. Löhner, E. Goldberg and A. Feldhun - Application of Unstructured Adaptive Moving Body Methodology to the Simulation of Fuel Tank Separation from an F-16 c/d Fighter; ''AIAA''-97-0166 (1997).
891
892
<div id="cite-15"></div>
893
'''[[#citeF-15|[15]]]'''  J.D. Baum, R. Löhner, T.J. Marquette and H. Luo - Numerical Simulation of Aircraft Canopy Trajectory; ''AIAA''-97-1885 (1997).
894
895
<div id="cite-16"></div>
896
'''[[#citeF-16|[16]]]'''  J.D. Baum, H. Luo, E. Mestreau, R. Löhner, D. Pelessone and C. Charman - Coupled CFD/CSD Methodology for Modeling Weapon Detonation and Fragmentation; AIAA-99-0794 (1999).
897
898
<div id="cite-17"></div>
899
'''[17]'''  J.D. Baum, E. Mestreau, H. Luo, R. Löhner, D. Pelessone, M.E. Giltrud and J.K. Gran - Modeling of Near-Field Blast Wave Evolution; ''AIAA''-06-0191 (2006).
900
901
<div id="cite-18"></div>
902
'''[18]'''  K. Balakrishnan and S. Menon - On the Role of Ambient Reactive Particles in the Mixing and Afterburn Behind Explosive Blast Waves; ''Combust. Sci. and Tech. '' 182, 186–214 (2010).
903
904
<div id="cite-19"></div>
905
'''[19]'''  K. Benkiewicz and K. Hayashi - Two-Dimensional Numerical Simulations of Multi-Headed Detonations in Oxygen-Aluminum Mixtures Using an Adaptive Mesh Refinement; ''Shock Waves '', 12, 5, 385-402 (2003).
906
907
<div id="cite-20"></div>
908
'''[[#citeF-20|[20]]]'''  J.P. Boris, F.F. Grinstein, E.S. Oran, and R.J. Kolbe - New Insights Into Large Eddy Simulation; ''Fluid Dynamics Research ''10, 199-228 (1992).
909
910
<div id="cite-21"></div>
911
'''[[#citeF-21|[21]]]'''  J.A. Burns and C.N. Rautenberg - The Infinite-Dimensional Optimal Filtering Problem with Mobile and Stationary Sensor Networks; ''Numerical Functional Analysis and Optimization ''36, 2, 181-224 (2015). https://doi.org/10.1080/01630563.2014.970647
912
913
<div id="cite-22"></div>
914
'''[[#citeF-22|[22]]]'''  F. Camelli and R. Löhner - Assessing Maximum Possible Damage for Contaminant Release Events; ''Engineering Computations '' 21, 7, 748-760 (2004).
915
916
<div id="cite-23"></div>
917
'''[[#citeF-23|[23]]]'''  F. Camelli, R. Löhner, W.C. Sandberg and R. Ramamurti - VLES Study of Ship Stack Gas Dynamics; ''AIAA''-04-0072 (2004).
918
919
<div id="cite-24"></div>
920
'''[[#citeF-24|[24]]]'''  F. Camelli and R. Löhner - VLES Study of Flow and Dispersion Patterns in Heterogeneous Urban Areas; ''AIAA''-06-1419 (2006).
921
922
<div id="cite-25"></div>
923
'''[25]'''  F. Camelli, J. Lien, D. Dayong, D. W. Wong, M. Rice, R. Löhner and C. Yang - Generating Seamless Surfaces for Transport and Dispersion Modeling in GIS; submitted to ''GeoInformatica '' 16, 2, 207-327 (2012).
924
925
<div id="cite-26"></div>
926
'''[[#citeF-26|[26]]]'''  J.R. Cebral and R. Löhner - From Medical Images to Anatomically Accurate Finite Element Grids; ''Int. J. Num. Meth. Eng. ''51, 985-1008 (2001).
927
928
<div id="cite-27"></div>
929
'''[[#citeF-27|[27]]]'''  J.R. Cebral and R. Löhner - Efficient Simulation of Blood Flow Past Complex Endovascular Devices Using an Adaptive Embedding Technique; ''IEEE Transactions on Medical Imaging ''24, 4, 468-476 (2005).
930
931
<div id="cite-28"></div>
932
'''[28]'''  C. Chao, M.P. Wan, L. Morawska, G. Johnson, R. Graham, Z. Ristovski M. Hargreaves, K. Mengersen, L. Kerrie C. Steve, Y. Li, X. Xie and S. Katoshevski - Characterization of Expiration Air Jets and Droplet Size Distributions Immediately at the Mouth Opening; ''J. of Aerosol Science ''40, 2, 122-133 (2009).
933
934
<div id="cite-29"></div>
935
'''[29]'''  R. Clift, J.R. Grace and M.E. Weber - ''Bubbles, Drops and Particles''; Academic Press, New York (1978).
936
937
<div id="cite-30"></div>
938
'''[[#citeF-30|[30]]]'''  A. Corrigan, F. Camelli and R. Löhner - Porting Of An Edge-Based CFD Solver to GPUs; ''AIAA''-10-0523 (2010).
939
940
<div id="cite-31"></div>
941
'''[[#citeF-31|[31]]]'''  A. Corrigan, F. Camelli, R. Löhner and F. Mut - Porting of FEFLO to GPUs; ''Proc. ECCOMAS CFD 2010 Conf.'' Lisbon, Portugal, June 14-17 (2010).
942
943
<div id="cite-32"></div>
944
'''[[#citeF-32|[32]]]'''  A. Corrigan, F.F. Camelli, R. Löhner and J. Wallin - Running Unstructured Grid Based CFD Solvers on Modern Graphics Hardware; ''Int. J. Num. Meth. Fluids ''66, 221-229 (2011).
945
946
<div id="cite-33"></div>
947
'''[[#citeF-33|[33]]]'''  A. Corrigan and R. Löhner - Porting of FEFLO to Multi-GPU Clusters; ''AIAA''-11-0948 (2011).
948
949
<div id="cite-34"></div>
950
'''[34]'''  N.G. Deen, M. v.Sint Annaland and J.A.M. Kuipers - Direct Numerical Simulation of Particle Mixing in Dispersed Gas-Liquid-Solid Flows Using a Combined Volume of Fluid and Discrete Particle Approach; ''Proc. Fifth Int. Conf. on CFD in the Process Industries'', CSIRO, Melbourne, Australia, 13-15 December (2006).
951
952
<div id="cite-35"></div>
953
'''[35]'''  L. Dietz, P.F. Horve, D.A. Coil, M. Fretz, J.A. Eisen  and L. van den Wymelenberg - 2019 Novel Coronavirus (COVID-19) Pandemic: Built Environment Considerations to Reduce Transmission; ''mSystems ''5:e00245-20 (2020). doi:10.1128/mSystems.00245-20.
954
955
<div id="cite-36"></div>
956
'''[[#citeF-36|[36]]]'''  P. Fabian, J.J. McDevitt, W.H. Dehaan, R.O.P. Fung, B.J. Cowling, K.H. Chan, et al. - Influenza Virus in Human Exhaled Breath: An Observational Study; ''PLoS ONE ''3:e2691 (2008).
957
958
<div id="cite-37"></div>
959
'''[[#citeF-37|[37]]]'''  D.R. Franz, P.B. Jahrling, A.M. Friedlander, et al. - Clinical Recognition and Management of Patients Exposed to Biological Warfare Agents; ''JAMA ''278:399e411 (1997).
960
961
<div id="cite-38"></div>
962
'''[[#citeF-38|[38]]]'''  C. Fureby and F. Grinstein - Monotonically Integrated Large Eddy Simulation of Free Shear Flows; ''AIAA J. ''37, 5, 544-556 (1999).
963
964
<div id="cite-39"></div>
965
'''[[#citeF-39|[39]]]'''  F.F. Grinstein and C. Fureby - Recent Progress on MILES for High-Reynolds-Number Flows; ''J. Fluids Engineering ''124, 848-861 (2002).
966
967
<div id="cite-40"></div>
968
'''[[#citeF-40|[40]]]'''  J.K. Gupta, C-H. Lin and Q. Chen - Flow Dynamics and Characterization of a Cough; ''Indoor Air ''19, 517–525 (2009).
969
970
<div id="cite-41"></div>
971
'''[[#citeF-41|[41]]]'''  J.K. Gupta, C-H. Lin and Q. Chen - Characterizing Exhaled Airflow from Breathing and Talking; ''Indoor Air '' 20, 31-39 (2010).
972
973
<div id="cite-42"></div>
974
'''[42]'''  J.K. Gupta, C-H. Lin and Q. Chen - Inhalation of Expiratory Droplets in Aircraft Cabins; ''Indoor Air ''21, 341-350 (2011). doi:10.1111/j.1600-0668.2011.00709.x
975
976
<div id="cite-43"></div>
977
'''[43]'''  J.K. Gupta, C-H. Lin and Q. Chen - Transport of Expiratory Droplets in an Aircraft Cabin; ''Indoor Air '' 21, 3-11 (2011).
978
979
<div id="cite-44"></div>
980
'''[44]'''  S.K. Halloran, A.S. Wexler and W.D. Ristenpart - A Comprehensive Breath Plume Model for Disease Transmission via Expiratory Aerosols; ''PLoS ONE ''7(5):e37088 (2012). https://doi.org/10.1371/journal.pone.0037088
981
982
<div id="cite-45"></div>
983
'''[[#citeF-45|[45]]]'''  M. Hintermüller, C.N. Rautenberg, M. Mohammadi and M. Kanitsar - Optimal Sensor Placement: A Robust Approach; ''SIAM J. Control Optim. ''55(6), 3609-3639 (2017). https://doi.org/10.1137/16M1088867
984
985
<div id="cite-46"></div>
986
'''[46]'''  J. Hoberock and N. Bell - Thrust: Parallel Template Library, Version 1.3 (2010).
987
988
<div id="cite-47"></div>
989
'''[[#citeF-47|[47]]]'''  S.R. Idelsohn, N. Nigro, A. Larreteguy, J.M. Gimenez and P. Ryshakov - A Pseudo-DNS Method for the Simulation of Incompressible Fluid Flows with Instabilities at Different Scales; '' Int. J. Comp. Particle Mechanics'' (2019). https://doi.org/10.1007/s40571-019-00264-x
990
991
<div id="cite-48"></div>
992
'''[48]'''  M. Ip, J.W. Tang, D.S.C. Hui, A.L.N. Wong, M.T.V. Chan, G.M. Joynt, A.T.P. So, S.D. Hall, P.K.S. Chan and J.J.Y. Sung - Airflow and Droplet Spreading Around Oxygen Masks: A Simulation Model for Infection Control Research; ''AJIC '' 35, 10, 684-689 (2007).
993
994
<div id="cite-49"></div>
995
'''[[#citeF-49|[49]]]'''  A. Jameson, W. Schmidt and E. Turkel - Numerical Solution of the Euler Equations by Finite Volume Methods using Runge-Kutta Time-Stepping Schemes; ''AIAA''-81-1259 (1981).
996
997
<div id="cite-50"></div>
998
'''[[#citeF-50|[50]]]'''  G.R. Johnson, L. Morawska, Z.D. Ristovski, M. Hargreaves, K. Mengersen, C.Y.H. Chao, M.P. Wan, Y. Li , X. Xie, D. Katoshevski, S. Corbette - Modality of Human Expired Aerosol Size Distributions ''J. of Aerosol Science ''42, 839-851 (2011).
999
1000
<div id="cite-51"></div>
1001
'''[[#citeF-51|[51]]]'''  G. Kampf, D. Todt, S. Pfaender, E. Steinmann - Persistence of Coronaviruses on Inanimate Surfaces and Their Inactivation With Biocidal Agents; ''J. of Hospital Infection'' 104, 3, 246-251, March 01 (2020). https://doi.org/10.1016/j.jhin.2020.01.022
1002
1003
<div id="cite-52"></div>
1004
'''[52]'''  C.K. Kim, J.G. Moon, J.S. Hwang, M.C. Lai and K.S. Im - Afterburning of TNT Explosive Products in Air With Aluminum Particles; ''AIAA''-2008-1029 (2008).
1005
1006
<div id="cite-53"></div>
1007
'''[[#citeF-53|[53]]]'''  Y.-I. Kim et al. - Infection and Rapid Transmission of SARS-CoV-2 in Ferrets; ''Cell Host and Microbe ''27, 1-6 (2020). https://doi.org/10.1016/j.chom.2020.03.023
1008
1009
<div id="cite-54"></div>
1010
'''[54]'''  Y. Li et al. - Role of Ventilation in Airborne Transmission of Infactious Agents in the Built Environment - A Multidisciplinary Systematic Review; ''Indoor Air ''17, 2-18 (2007).
1011
1012
<div id="cite-55"></div>
1013
'''[[#citeF-55|[55]]]'''  W.G. Lindsley, F.M. Blachere, R.E. Thewlis, A. Vishnu, K.A. Davis, G. Cao, et al. - Measurements of Airborne Influenza Virus in Aerosol Particles from Human Coughs; ''PLoS ONE ''5:e15100 (2010).
1014
1015
<div id="cite-56"></div>
1016
'''[[#citeF-56|[56]]]'''  W.G. Lindsley, T.A. Pearce, J.B. Hudnall, K.A. Davis, S.M. Davis, M.A. Fisher, et al. - Quantity and Size Distribution of Cough-Generated Aerosol Particles Produced by Influenza Patients During and After Illness; ''J. Occup. Environ. Hyg. '' 9, 443-9. (2012).
1017
1018
<div id="cite-57"></div>
1019
'''[[#citeF-57|[57]]]'''  J. Liu, K. Kailasanath, R. Ramamurti, D. Munday, E. Gutmark and R. Löhner - Large-Eddy Simulations of a Supersonic Jet and Its Near-Field Acoustic Properties; ''AIAA J. ''47, 8, 1849-1864 (2009).
1020
1021
<div id="cite-58"></div>
1022
'''[58]'''  R. Löhner, K. Morgan, J. Peraire and M. Vahdati - Finite Element Flux-Corrected Transport (FEM-FCT) for the Euler and Navier-Stokes Equations; ''Int. J. Num. Meth. Fluids ''7, 1093-1109 (1987).
1023
1024
<div id="cite-59"></div>
1025
'''[[#citeF-59|[59]]]'''  R. Löhner and J. Ambrosiano - A Vectorized Particle Tracer for Unstructured Grids; ''J. Comp. Phys. ''91, 1, 22-31 (1990).
1026
1027
<div id="cite-60"></div>
1028
'''[[#citeF-60|[60]]]'''  R. Löhner and R. Ramamurti - A Load Balancing Algorithm for Unstructured Grids; ''Comp. Fluid Dyn. ''5, 39-58 (1995).
1029
1030
<div id="cite-61"></div>
1031
'''[[#citeF-61|[61]]]'''  R. Löhner - Renumbering Strategies for Unstructured-Grid Solvers Operating on Shared-Memory, Cache-Based Parallel Machines; ''Comp. Meth. Appl. Mech. Eng. ''163, 95-109 (1998).
1032
1033
<div id="cite-62"></div>
1034
'''[[#citeF-62|[62]]]'''  R. Löhner, C. Yang and E. Oñate - Viscous Free Surface Hydrodynamics Using Unstructured Grids; ''Proc. 22nd Symp. Naval Hydrodynamics'', Washington, D.C., August (1998).
1035
1036
<div id="cite-63"></div>
1037
'''[[#citeF-63|[63]]]'''  R. Löhner, Chi Yang, J. Cebral, O. Soto, F. Camelli, J.D. Baum, H. Luo, E. Mestreau, D. Sharov, R. Ramamurti, W. Sandberg and Ch. Oh - Advances in FEFLO; ''AIAA''-01-0592 (2001).
1038
1039
<div id="cite-64"></div>
1040
'''[[#citeF-64|[64]]]'''  R. Löhner and M. Galle - Minimization of Indirect Addressing for Edge-Based Field Solvers; ''Comm. Num. Meth. Eng. ''18, 335-343 (2002).
1041
1042
<div id="cite-65"></div>
1043
'''[[#citeF-65|[65]]]'''  R. Löhner - Multistage Explicit Advective Prediction for Projection-Type Incompressible Flow Solvers; ''J. Comp. Phys. ''195, 143-152 (2004).
1044
1045
<div id="cite-66"></div>
1046
'''[[#citeF-66|[66]]]'''  R. Löhner, J.D. Baum and D. Rice - Comparison of Coarse and Fine Mesh 3-D Euler Predictions for Blast Loads on Generic Building Configurations; ''Proc. MABS-18 Conf.'', Bad Reichenhall, Germany, September (2004).
1047
1048
<div id="cite-67"></div>
1049
'''[[#citeF-67|[67]]]'''  R. Löhner and F. Camelli - Optimal Placement of Sensors for Contaminant Detection Based on Detailed 3-D CFD Simulations; ''Engineering Computations ''22, 3, 260-273 (2005).
1050
1051
<div id="cite-68"></div>
1052
'''[[#citeF-68|[68]]]'''  R. Löhner, Chi Yang, J.R. Cebral, F. Camelli, O. Soto and J. Waltz - Improving the Speed and Accuracy of Projection-Type Incompressible Flow Solvers; ''Comp. Meth. Appl. Mech. Eng. ''195, 23-24, 3087-3109 (2006).
1053
1054
<div id="cite-69"></div>
1055
'''[[#citeF-69|[69]]]'''  R. Löhner, Chi Yang and E. Oñate - On the Simulation of Flows with Violent Free Surface Motion; ''Comp. Meth. Appl. Mech. Eng. ''195, 5597-5620 (2006).
1056
1057
<div id="cite-70"></div>
1058
'''[[#citeF-70|[70]]]'''  R. Löhner, Chi Yang and E. Oñate - Simulation of Flows With Violent Free Surface Motion and Moving Objects Using Unstructured Grids; ''Int. J. Num. Meth. Fluids '' 53, 1315-1338 (2007).
1059
1060
<div id="cite-71"></div>
1061
'''[[#citeF-71|[71]]]'''  R. Löhner - ''Applied CFD Techniques, Second Edition''; J. Wiley & Sons (2008).
1062
1063
<div id="cite-72"></div>
1064
'''[[#citeF-72|[72]]]'''  R. Löhner, H. Luo, J.D. Baum and D. Rice - Improvements in Speed for Explicit, Transient Compressible Flow Solvers; ''Int. J. Num. Meth. Fluids '' 56, 12, 2229-2244 (2008).
1065
1066
<div id="cite-73"></div>
1067
'''[[#citeF-73|[73]]]'''  R. Löhner, J.R. Cebral, F.F. Camelli, S. Appanaboyina, J.D. Baum, E.L. Mestreau and O. Soto - Adaptive Embedded and Immersed Unstructured Grid Techniques; ''Comp. Meth. Appl. Mech. Eng. ''197, 2173-2197 (2008).
1068
1069
<div id="cite-74"></div>
1070
'''[[#citeF-74|[74]]]'''  R. Löhner, F. Mut and F.F. Camelli - Timings OF FEFLO on the SGI-ICE Machines; ''AIAA''-11-1064 (2011).
1071
1072
<div id="cite-75"></div>
1073
'''[[#citeF-75|[75]]]'''  R. Löhner and A. Corrigan - Semi-Automatic Porting if a General Fortran CFD Code to GPUs: The Difficult Modules; ''AIAA''-11-3219 (2011).
1074
1075
<div id="cite-76"></div>
1076
'''[[#citeF-76|[76]]]'''  R. Löhner, F. Mut, J.R. Cebral, R. Aubry and G. Houzeaux; Deflated Preconditioned Conjugate Gradient Solvers for the Pressure-Poisson Equation: Extensions and Improvements; ''Int. J. Num. Meth. Eng. ''87, 1-5, 2-14 (2011).
1077
1078
<div id="cite-77"></div>
1079
'''[77]'''  R. Löhner - F2GPU - A General Fortran to GPU Translator; ''Proc. NVIDIA GTC Conf. '', San Jose, CA, May (2012).
1080
1081
<div id="cite-78"></div>
1082
'''[[#citeF-78|[78]]]'''  R. Löhner, F. Camelli, J.D. Baum, F. Togashi and O. Soto - On Mesh-Particle Techniques; ''Comp. Part. Mech. ''1, 199-209 (2014).
1083
1084
<div id="cite-79"></div>
1085
'''[[#citeF-79|[79]]]'''  R. Löhner and F. Camelli - Tightly Coupled Computational Fluid and Crowd Dynamics; pp. 505-509 in ''Proc. Pedestrian and Evacuation Dynamics 2016 (PED&nbsp;2016)'', (W. Song, J. Ma and L. Fu eds.), University of Science and Technology Press, Hefei, China, Oct 17-21 (2016).
1086
1087
<div id="cite-80"></div>
1088
'''[[#citeF-80|[80]]]'''  R.G. Loudon and R.M. Roberts - Droplet Expulsion from the Respiratory Tract; ''Am. Rev. Respir. Dis. '' 95, 3, 435–442 (1967).
1089
1090
<div id="cite-81"></div>
1091
'''[[#citeF-81|[81]]]'''  H. Luo, J.D. Baum and R. Löhner - Edge-Based Finite Element Scheme for the Euler Equations; ''AIAA J. ''32, 6, 1183-1190 (1994).
1092
1093
<div id="cite-82"></div>
1094
'''[[#citeF-82|[82]]]'''  H. Luo, J.D. Baum, R. Löhner and J. Cabello - Implicit Finite Element Schemes and Boundary Conditions for Compressible Flows on Unstructured Grids; ''AIAA''-94-0816 (1994).
1095
1096
<div id="cite-83"></div>
1097
'''[[#citeF-83|[83]]]'''  H. Luo, J.D. Baum and R. Löhner - An Accurate, Fast, Matrix-Free Implicit Method for Computing Unsteady Flows on Unstructured Grids; ''AIAA''-99-0937 (1999).
1098
1099
<div id="cite-84"></div>
1100
'''[[#citeF-84|[84]]]'''  H. Luo, D. Sharov, J.D. Baum and R. Löhner - A Class of Matrix-free Implicit Methods for Compressible Flows on Unstructured Grids; ''First International Conference on Computational Fluid Dynamics'', Kyoto, Japan, July 10-14 (2000).
1101
1102
<div id="cite-85"></div>
1103
'''[[#citeF-85|[85]]]'''  H. Luo, J.D. Baum and R. Löhner - A Fast, Matrix-Free Implicit Method for Computing Low Mach Number Flows on Unstructured Grids; ''Int. J.  CFD ''14, 133-157 (2001).
1104
1105
<div id="cite-86"></div>
1106
'''[86]'''  D. Merrill and A. Grimshaw - Revisiting Sorting for GPGPU Stream Architectures; ''UVA CS Rep. CS2010-03'', Charlottesville, VA (2010).
1107
1108
<div id="cite-87"></div>
1109
'''[[#citeF-87|[87]]]'''  D.K. Milton, M.P. Fabian, B.J. Cowling, M.L. Grantham, J.J. McDevitt - Influenza Virus Aerosols in Human Exhaled Breath: Particle Size, Culturability, and Effect of Surgical Masks; ''PLoS Pathog. '' 9:e1003205 (2013).
1110
1111
<div id="cite-88"></div>
1112
'''[88]'''  NVIDIA Corporation. NVIDIA CUDA 3.2 Programming Guide (2010).
1113
1114
<div id="cite-89"></div>
1115
'''[89]'''  J. Peraire, M. Vahdati, K. Morgan and O.C. Zienkiewicz - Adaptive Remeshing for Compressible Flow Computations; ''J. Comp. Phys. ''72, 449-466 (1987).
1116
1117
<div id="cite-90"></div>
1118
'''[90]'''  P. Peterson - F2PY: Tool for Connecting Fortran and Python Programs; ''Int. J. Computational Science and Engineering ''4, 296-305 (2009).
1119
1120
<div id="cite-91"></div>
1121
'''[[#citeF-91|[91]]]'''  R. Ramamurti and R. Löhner - Simulation of Flow Past Complex Geometries Using a Parallel Implicit Incompressible Flow Solver; pp. 1049,1050 in ''Proc. 11th AIAA CFD Conf. '', Orlando, FL, July (1993).
1122
1123
<div id="cite-92"></div>
1124
'''[[#citeF-92|[92]]]'''  R. Ramamurti and R. Löhner - A Parallel Implicit Incompressible Flow Solver Using Unstructured Meshes; ''Computers and Fluids '' 5, 119-132 (1996).
1125
1126
<div id="cite-93"></div>
1127
'''[[#citeF-93|[93]]]'''  R. Ramamurti, W.C. Sandberg and R. Löhner - Computation of Unsteady Flow Past Deforming Geometries; ''Int. J. Comp. Fluid Dyn. '', 83-99 (1999).
1128
1129
<div id="cite-94"></div>
1130
'''[[#citeF-94|[94]]]'''  D.L. Rice, J.D. Baum, F. Togashi, R. Löhner and A. Amini - First-Principles Blast Diffraction Simulations on a Notebook: Accuracy, Resolution and Turn-Around Issues; ''Proc. MABS-20 Conf.'', Oslo, Norway, September (2008).
1131
1132
<div id="cite-95"></div>
1133
'''[[#citeF-95|[95]]]'''  H. Schlichting - ''Boundary Layer Theory''; McGraw-Hill (1979).
1134
1135
<div id="cite-96"></div>
1136
'''[[#citeF-96|[96]]]'''  D. Sharov, H. Luo, J.D. Baum and R. Löhner - Implementation of Untructured Grid GMRES+LU-SGS Method on Shared-Memory, Cache-Based Parallel Computers; ''AIAA''-00-0927 (2000).
1137
1138
<div id="cite-97"></div>
1139
'''[[#citeF-97|[97]]]'''  A. Stück, F. Camelli and R. Löhner - Adjoint-Based Design of Shock Mitigation Devices; ''Int. J. Num. Meth. Fluids '' 64, 443-472 (2010).
1140
1141
<div id="cite-98"></div>
1142
'''[[#citeF-98|[98]]]'''  J.W. Tang, Y. Li, I. Eames, P.K.S. Chan and G.L. Ridgway Factors Involved in the Aerosol Transmission of Infection and Control of Ventilation in Healthcare Premises; ''J. of Hospital Infection ''64, 100-114 (2006).
1143
1144
<div id="cite-99"></div>
1145
'''[99]'''  J.W. Tang, C.J. Noakes, P.V. Nielsen, I. Eames, A. Nicolle, Y. Li and G.S. Settles - Observing and Quantifying Airflows in the Infection Control of Aerosol- and Airborne-Transmitted Diseases: An Overview of Approaches; ''J. of Hospital Infection ''77 213-222 (2011).
1146
1147
<div id="cite-100"></div>
1148
'''[[#citeF-100|[100]]]'''  J.W. Tang, A.D. Nicolle, J. Pantelic, G.C. Koh, L. Wang, M. Amin, C.A. Klettner, D.K.W. Cheong, C. Sekhar and K.W. Tham - Airflow Dynamics of Coughing in Healthy Human Volunteers by Shadowgraph Imaging: An Aid to Aerosol Infection Control; ''PLoS ONE ''7, 4: e34818 (2012). doi:10.1371/journal.pone.0034818
1149
1150
<div id="cite-101"></div>
1151
'''[[#citeF-101|[101]]]'''  J.W. Tang, A.D. Nicolle, C.A. Klettner, J. Pantelic, L. Wang, A. Bin Suhaimi, A.Y.L. Tan, G.W.X. Ong, R. Su, C. Sekhar, D.K.W. Cheong and K.W. Tham - Airflow Dynamics of Human Jets: Sneezing and Breathing - Potential Sources of Infectious Aerosols; ''PLoS ONE ''8, 4: e59970 (2013). doi:10.1371/journal.pone.0059970
1152
1153
<div id="cite-102"></div>
1154
'''[[#citeF-102|[102]]]'''  P.F.M. Teunis, N. Brienen, M.E.E. Kretzschmar - High Infectivity and Pathogenicity of Influenza A Virus Via Aerosol and Droplet Transmission; ''Epidemics ''2, 215–222 (2010).
1155
1156
<div id="cite-103"></div>
1157
'''[103]'''  R. Tilch, A. Tabbal, M. Zhu, F. Decker and R. Löhner - Combination of Body-Fitted and Embedded Grids for External Vehicle Aerodynamics; ''Engineering Computations ''25, 1, 28-41 (2008).
1158
1159
<div id="cite-104"></div>
1160
'''[[#citeF-104|[104]]]'''  K. K.-W. To et al. - Temporal Profiles of Viral Load in Posterior Oropharyngeal Saliva Samples and Serum Antibody Responses During Infection by SARS-CoV-2: An Observational Cohort Study; ''Lancet Infect. Dis. '' (online) (2020). https://doi.org/10.1016/S1473-3099(20)30196-1
1161
1162
<div id="cite-105"></div>
1163
'''[[#citeF-105|[105]]]'''  F. Togashi, J.D. Baum, E. Mestreau, R. Löhner, and D. Sunshine; Numerical Modeling of Long-Duration Blast Wave Evolution in Confined Facilities; ''AIAA''-09-1531 (2009).
1164
1165
<div id="cite-106"></div>
1166
'''[[#citeF-106|[106]]]'''  N. van Doremalen, T. Bushmaker, D.H. Morris, M.G. Holbrook, A. Gamble, B.N. Williamson, A. Tamin, J.L. Harcourt, N.J. Thornburg, S.I. Gerber, J.O. Lloyd-Smith, E. de Wit, V.J. Munster - Aerosol and Surface Stability of SARS-CoV-2 as Compared with SARS-CoV-1; ''The New England Journal of Medicine ''382, 16, April 16 (2020). DOI: 10.1056/NEJMc2004973
1167
1168
<div id="cite-107"></div>
1169
'''[107]'''  A.W. Vreman, B.J. Geurts, N.G. Deen and J.A.M. Kuipers - Large-Eddy Simulation of a Particle Laden Turbulent Channel Flow; ''Proc. Direct and Large-Eddy Simulation V'', ERCOFTAC Series Volume 9, pp 271-278  (2004).
1170
1171
<div id="cite-108"></div>
1172
'''[[#citeF-108|[108]]]'''  J. Wei, Y. Li - Airborne Spread of Infectious Agents in the Indoor Environment; ''American J. of Infection Control ''44, S102-S108 (2016). http://dx.doi.org/10.1016/j.ajic.2016.06.003
1173
1174
<div id="cite-109"></div>
1175
'''[[#citeF-109|[109]]]'''  X. Xie, Y. Li, A.T.Y. Chwang, P.L. Ho, W.H. Seto - How Far Droplets Can Move in Indoor Environments - Revisiting the wells Evaporation-Falling Curve; ''Indoor Air ''17, 211-225 (2007). doi:10.1111/j.1600-0668.2006.00469.x
1176
1177
<div id="cite-110"></div>
1178
'''[[#citeF-110|[110]]]'''  T. Zhang, Q. Chen and C.-H. Lin - Optimal Sensor Placement for Airborne Contaminant Detection in an Aircraft Cabin; ''HVAC&R Research ''13, 5, 683-696 (2007).
1179
1180
<div id="cite-111"></div>
1181
'''[111]'''  Y. Zhang, G. Feng, Z. Kang, Y. Bi and Y. Cai - Numerical Simulation of Coughed Droplets in Conference Room; ''10th International Symposium on Heating, Ventilation and Air Conditioning, ISHVAC2017'', October, 19-22 Jinan, China (2017), ''Procedia Engineering ''205, 302–308 (2017).
1182

Return to Lohner et al 2020b.

Back to Top

Document information

Published on 01/01/2020

DOI: 10.1007/s00466-020-01881-7
Licence: CC BY-NC-SA license

Document Score

0

Views 33
Recommendations 0

Share this document

claim authorship

Are you one of the authors of this document?