Modifying eta_inhale of Type I measured mask according to CERN report
This commit is contained in:
parent
4aa819bea4
commit
95640cb5be
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ _MaskBase.types = {
|
|||
η_inhale=0.865, # (94% penetration efficiency + 8% max inward leakage -> EN 149)
|
||||
),
|
||||
'Type I measured': MeasuredMask(
|
||||
η_inhale=0.3, # (Browen 2010)
|
||||
η_inhale=0.5, # (CERN-OPEN-2021-004)
|
||||
),
|
||||
'FFP2 measured': MeasuredMask(
|
||||
η_inhale=0.865, # (94% penetration efficiency + 8% max inward leakage -> EN 149)
|
||||
|
|
|
|||
Loading…
Reference in a new issue