-
Notifications
You must be signed in to change notification settings - Fork 64
Project itz #1324
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
Project itz #1324
Conversation
added belpex spot price data for open-ideas#1305
Revised default connections between shading components when using Dou…
added Vliet building weather data file for 2021 for open-ideas#1303
Missing wind speed data Vliet building weather data
…ed according to the Modelica Language Specification (open-ideas#1314).
…ts within IDEAS.Buildings.Components.Shading.
…expandable, to avoid errors as mentioned in issue open-ideas#1317.
…nectors This closes open-ideas#1317
… baseclasses folder upwards for open-ideas#1244
- refactored partialsurface such that it includes CrackOrOperableDoor - CrackOrOperableDoor implements both a regular orifice equation and a door - depending on the settings of interzonalairflow the former or the latter is used - both in a window and an internal wall the operable door can be used to increase the air flow rate - control inputs are added for this - added an optional control signal for a trickle vent in a window - added unit tests for the above - the amount of diffuse/direct light entering the zone is reduced/increased depending on the window opening control signal - an input for adding custom water vapor to the zone model ahs been added - an input for adding custom co2 to the zone model ahs been added - an output for the relative humidity has been added to the zone model - the reflection coefficient implementation in the window has been improved - the bridge type implementation has been refactored such that the user no longer must provide the bridge type length to get a reasonable estimate of the bridge
|
when reviewing this it could help to first merge #1322 since those changes are included here too. |
|
Note that I have revised the screen model equations since the new implementation seems more correct to me. I.e. the non-absorbed fraction of direct solar radiation is not converted into diffuse solar irradiation but it stays direct instead. |
|
done, but we'd better merge the stack effect branch first such that we can see the diff compared to that branch once it's finalised. |
|
@jelgerjansen it seems that the merge of the master branch breaks the code |
|
The changes of this PR are included in #1327. Further development of project itz fixes will take place in that PR. |
@jelgerjansen these are the changes that I have announced. A summary:
- refactored partialsurface such that it includes CrackOrOperableDoor
- CrackOrOperableDoor implements both a regular orifice equation and a door
- depending on the settings of interzonalairflow the former or the latter is used
- both in a window and an internal wall the operable door can be used to increase the air flow rate
- control inputs are added for this
- added an optional control signal for a trickle vent in a window
- added unit tests for the above
- the amount of diffuse/direct light entering the zone is reduced/increased depending on the window opening control signal
- an input for adding custom water vapor to the zone model ahs been added
- an input for adding custom co2 to the zone model ahs been added
- an output for the relative humidity has been added to the zone model
- the reflection coefficient implementation in the window has been improved
- the bridge type implementation has been refactored such that the user no longer must provide the bridge type length to get a reasonable estimate of the bridge
- n50 value computed based on total window surface area instead of just the glass
- revised direct solar absorption implementation of the screen
I have added some new unit tests for which I could not generate reference results. Can you help out with this?