multiply air_changes by room_volume
This commit is contained in:
parent
a2512e2798
commit
4e7d341ae8
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class FormData:
|
|||
window_height=self.window_height,
|
||||
opening_length=self.opening_distance * self.windows_number)
|
||||
else:
|
||||
q_air_mech = self.air_changes + self.air_supply
|
||||
q_air_mech = self.air_changes * self.room_volume + self.air_supply
|
||||
ventilation = models.HEPAFilter(active=models.PeriodicInterval(period=120, duration=120),
|
||||
q_air_mech=q_air_mech)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue