take out the 0.25 ACH inflitration ventilation for the IGH paper

This commit is contained in:
Andrejh 2021-08-17 11:14:57 +02:00
parent 916eeb1c59
commit bc3db021f6

View file

@ -1000,7 +1000,7 @@ classroom_model_IGH_with_mask_windows_closed_1HEPA = [MCExposureModel(
ventilations=(
models.AirChange(
active=models.PeriodicInterval(period=120, duration=120),
air_exch=0.25,
air_exch=0.,
),
models.HEPAFilter(active=models.PeriodicInterval(period=120, duration=120),
q_air_mech=430)
@ -1031,7 +1031,7 @@ classroom_model_IGH_with_mask_windows_closed_2HEPA = [MCExposureModel(
ventilations=(
models.AirChange(
active=models.PeriodicInterval(period=120, duration=120),
air_exch=0.25,
air_exch=0.,
),
models.HEPAFilter(active=models.PeriodicInterval(period=120, duration=120),
q_air_mech=860)