From 4fe0fbefbeb36ade9b0356ad42dfeb916022c0a6 Mon Sep 17 00:00:00 2001 From: Nicolas Mounet Date: Fri, 4 Jun 2021 05:45:25 +0200 Subject: [PATCH] Modifying vg for gravitational settlement, to comply with the CERN note --- cara/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/models.py b/cara/models.py index 794ed21b..d92d76e7 100644 --- a/cara/models.py +++ b/cara/models.py @@ -732,7 +732,7 @@ class ConcentrationModel: def infectious_virus_removal_rate(self, time: float) -> _VectorisedFloat: # Particle deposition on the floor - vg = 1 * 10 ** -4 + vg = 1.88e-4 # Height of the emission source to the floor - i.e. mouth/nose (m) h = 1.5 # Deposition rate (h^-1)