AirTransmissionModel describes the transmission of pathogen from one
Pedestrian
to another via ParticleDispersion
that
move through the air.
This particle dispersion can either be described as {@link AerosolCloud AerosolClouds}, which are carried by air for a longer period, or by {@link Droplets}, which remain in the air only for short. Whether aerosol clouds and/or droplets are considered, is defined in AttributesAirTransmissionModel.
AirTransmissionModel
contains the logic, that is:
AirTransmissionModel
deletes aerosol clouds and
droplets once they have reached a minimum pathogen concentration.---
---
constant that results from exponential decay of pathogen concentration: C(t) = C_init * exp(-lambda * t), lambda = exponentialDecayFactor / halfLife
---
---
---
Key that is used for initializeVadereContext in ScenarioRun
---
---
Defines a percentage of the initial pathogen concentration (pathogenLoad / aerosolCloud.volume); As soon as an aerosolCloud has reached the minimum concentration, the aerosolCloud is considered negligible and therefore deleted
---
---