change to 500m3/h

This commit is contained in:
Andrejh 2022-02-21 14:42:18 +01:00
parent fb266e5a1b
commit d76c7172cd

View file

@ -62,7 +62,7 @@ def exposure_module_without_short_range(activity: str, expiration: str, mask: st
room=models.Room(volume=100, humidity=0.5),
ventilation=models.AirChange(
active=models.SpecificInterval(((0, 24),)),
air_exch=0.25,
air_exch=500/100,
),
infected=mc.InfectedPopulation(
number=1,
@ -100,7 +100,7 @@ def exposure_module_with_short_range(activity: str, expiration: str, mask: str,
room=models.Room(volume=100, humidity=0.5),
ventilation=models.AirChange(
active=models.SpecificInterval(((0, 24),)),
air_exch=0.25,
air_exch=500/100,
),
infected=mc.InfectedPopulation(
number=1,