From 8384b4601db691babd5f16e38e9265c4d91f2437 Mon Sep 17 00:00:00 2001 From: Andrejh Date: Sun, 7 Feb 2021 10:56:31 +0100 Subject: [PATCH] new deposition rate --- cara/montecarlo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/montecarlo.py b/cara/montecarlo.py index 6f5f7484..7818ad5b 100644 --- a/cara/montecarlo.py +++ b/cara/montecarlo.py @@ -246,7 +246,7 @@ class MCConcentrationModel: def infectious_virus_removal_rate(self, time: float) -> float: # Particle deposition on the floor - vg = 1 * 10 ** -4 + vg = 1.88 * 10 ** -4 # new value different from initial CARA model (see paper) # Height of the emission source to the floor - i.e. mouth/nose (m) h = 1.5 # Deposition rate (h^-1)