architecture-building-systems / CityEnergyAnalyst

The City Energy Analyst (CEA)
https://www.cityenergyanalyst.com/
MIT License
196 stars 66 forks source link

Air infiltration model #16

Closed jimenofonseca closed 8 years ago

jimenofonseca commented 8 years ago

This concerns an outdoor dependent model for simualting air infiltration in buildings due to occupancy and building tightness. Until now this is generalized independently of the type of occupancy or building with the next variables in GlovalVariables.py

shanshanhsieh commented 8 years ago

Instead of using fixed value as it is currently. Possible ideas: stochastic/ agent based modelling

gabriel-happle commented 8 years ago

Ideas: (1) Infiltration (and summer comfort) according to EN 15242:2007 (2) Infiltration analog to DOMVENT3D (http://bse.sagepub.com/content/35/4/408.full.pdf+html) (3) Annex I of ISO 13791:2012(E):

Plan: The plan is to implement the methodology of the new standard prEN 16798-7:2014, which is part of the EPBD norms. As standard values are not yet defined for this new norm, they can be taken from the old norm instead. The implementation of occupant behavior regarding manual opening of windows is not clear yet. The first steps include:

adam-rysanek commented 8 years ago

Highly advocate a detailed study / model development on this - and with a focus on handling this parameter probabilistically... Some examples: the 3for2 area infiltration is about 0.03 ACH overnight, and negative (e.g., we exfiltrate) during operational hours. Exfiltration is attributed to the creation of positive indoor pressure, which central air handling systems with fresh-air provision strive for. You can even assume that, as a norm, central air-con systems in commercial buildings have negligible infiltration during occupied hours with the exception of the ground entrance/exit floor. The 3for2 area's overnight ACH is attributed both to its tight facade and generally low wind pressures in Singapore. Residential HDBs (or even modern condos) may be significantly more leaky (as they are at my place, which is a brand new condo). However, I have found no easy rule of thumb to go by to estimate infiltration in these cases... Without better knowledge about the specific building, or some probabilistic handling, the deterministic selection of 0.05, 0.1, 0.5, 0.7 ACH for infiltration all seems arbitrary to me.....

gabriel-happle commented 8 years ago

This is probably continuous development. But with smaller, specific issues. I'm therefore closing this now.