| 1 | initial version |
I can't give a complete answer to why you can't get the numbers to line up, but I can give some pointers from my experience with the object. The big thing here is that the WindAndStackOpenArea object, while looking simple, is not actually that easy or intuitive to use. It is essentially a tool to implement the simple ventilation calculations found in ASHRAE fundamentals, or CIBSE Design Guide A (it's designed for ASHRAE, but can be adapted to apply the CIBSE formulae). This means that to understand what it's doing you want to read those documents.
This then raises a number of issues. Jason suggested working with just a single object, and this is always good advice when trying to break down how a model is working but in this case it's also just the way you need to implement it - the effective opening area for both stack effect and cross-ventilation is not simply the sum of the opening areas, so you can't apply an object for each opening. You need to make one object for a zone and work out the effective opening area following ASHRAE/CIBSE. Note that this effective opening area may be different depending on whether or not you are calculating stack or wind-driven ventilation, making the combined object questionable.
Some other points:
My preference is to adjust the implementation to use the CIBSE equations rather than ASHRAE because of both the neutral pressure level problem and the fact that ASHRAE wants you to read the effective opening area adjustment factor off a graph while CIBSE provides an actual equation.