ladybug-tools / honeybee-core

:honeybee: honeybee core library
https://www.ladybug.tools/honeybee-core/docs/
GNU Affero General Public License v3.0
17 stars 15 forks source link

Infiltration per exterior area #618

Open dmitry-ivanov-mm opened 4 months ago

dmitry-ivanov-mm commented 4 months ago

Hi there,

I might have stumbled upon a bug or unclear documentation around simulation of the infiltration per exterior area.

My interpretation is that the intent of the component is to assign infiltration rate as per the exterior facade area (not total area, which will include roofs for the core zones):

image

However, when I look at the IDF, it assigns Flow/ExteriorArea method and weird coefficients for the core zones and DOE standard coefficients for the perimeter zones:

image image

This results in a very high infiltration rates in non-perimeter zones, where I would expect them to have zero (at least at other than top floor).

My interpretation is that Flow/ExteriorWallArea method was supposed to be used:

image

In that case it produces the results I would expect. Could you let me know if using Flow/ExteriorArea was intentional or it is an error?

Thanks Dmitry