{{javascript}}AirTransmissionModel : AbstractExposureModel
Key that is used for initializeVadereContext in ScenarioRun
constant that results from exponential decay of pathogen concentration: C(t) = C_init * exp(-lambda * t),
lambda = exponentialDecayFactor / halfLife
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
Pedestrianto another viaParticleDispersionthat 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 AirTransmissionModel.
AirTransmissionModelcontains the logic, that is:AirTransmissionModeldeletes aerosol clouds and droplets once they have reached a minimum pathogen concentration.