take out the 0.25 ACH inflitration ventilation for the IGH paper
This commit is contained in:
parent
916eeb1c59
commit
bc3db021f6
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue