use new air_exchange function
This commit is contained in:
parent
7dcdc0de84
commit
aff4cf84ed
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ class Model:
|
|||
# Deposition rate (h^-1)
|
||||
k = (vg * 3600) / h
|
||||
|
||||
return k + self.virus.decay_constant + self.ventilation.air_change_per_hour(self.room)
|
||||
return k + self.virus.decay_constant + self.ventilation.air_exchange(self.room, time)
|
||||
|
||||
@functools.lru_cache()
|
||||
def concentration(self, time: float) -> float:
|
||||
|
|
|
|||
Loading…
Reference in a new issue