new deposition rate
This commit is contained in:
parent
a25e6f33e3
commit
8384b4601d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue