Skip to content

Adding fraction_deposited (f_dep) to ExposureModel

Nicolas Mounet requested to merge feature/exposure_model_f_dep into feature/MonteCarlo

Introduction of a new parameter for ExposureModel: fraction_deposited, with default value 0.6 as in the CERN report (CERN-OPEN-2021-004). It represents the fraction of viruses actually deposited in the respiratory tract.

Adding new tests on fraction_deposited (including vectorisation), and modifying the existing ones.

The CARA model is now fully compliant with the CERN report, in its deterministic version. Only the inclusion of distributions (viral loads and breathing rates) remains to be done.

Merge request reports