take out the 0.25 ACH inflitration ventilation for the IGH paper
This commit is contained in:
parent
f18051d1c5
commit
916eeb1c59
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ class WindowOpening(Ventilation):
|
|||
temp_gradient = (inside_temp - outside_temp) / outside_temp
|
||||
root = np.sqrt(9.81 * self.window_height * temp_gradient)
|
||||
window_area = self.window_height * self.opening_length * self.number_of_windows
|
||||
return 0.25+(3600 / (3 * room.volume)) * self.discharge_coefficient * window_area * root
|
||||
return (3600 / (3 * room.volume)) * self.discharge_coefficient * window_area * root
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue