-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stack effect airflow #1296
Stack effect airflow #1296
Conversation
Updated master from IDEAS Master
Debugging partial surface, new implementation of stack columns because conditional connections to col models did not work as expected.
Got rid of the unnecessary initial equations
New implementation for the density columns to avoid error due to conditional statements in the column heights
Changed error in input of door component.
… and flow element(s) Assign height difference between meteorological pressure measurements and flow element(s). Also, by default corrects for the windspeed using this height when the TwoPort implementation is used.
cosmetic change
option added to get better default for roofs. This needs to be fine-tuned based on available data.
Fixes wrong reference results of TwinHouse 1 port
@Mathadon @kldjonge I ran Furthermore, the newly add unit test for |
Ah, now I remember something else: the 1 port door configuration contains a medium column, which I have removed in my pull request. This indeed seems wrong and was not included in the contam reference results either. So it should probably be removed before rerunning the reference results. @kldjonge ? |
True. For this branch/unit test it should not be included. (We can discuss maybe adding density columns in a later stage just for the larger openings, but not for now) |
@jelgerjansen, apparently having branches/pull request with exactly the same name causes issues. At least in the tool I use, I can't load this pull request so being very specific is hard. |
@Mathadon @kldjonge removing the density columns between the door, i.e. going from this: Removing the density columns therefore didn't affect any of the reference results... |
Thank you @kldjonge, this indeed fixes the problem; the reference results are now exactly the same as those of the master branch: @Mathadon can you comment on the specific implementation of Furthermore, before pushing the new changes, I would like to know what to do with the unit test for |
@jelgerjansen no, I'm not too familiar with that model. With respect to the error, I'd remove the offending variables in the .mos file for now :) |
Due to the change in calculation of |
…Examples.TwinHouses (which are correct)
okay, sounds like a good extra check! |
Running the unit tests using the updated I think we can therefore continue and merge these changes in #1322? The reference results of TwinHouses are, in contrast to the first unit test that I ran, not changed. |
I think we can move on to the next branch indeed. Great! |
The changes of this PR are included in #1327. Further development of the stack airflow effect will take place in that PR. |
For #1244