Skip to content
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

Issue1122 air exchange boolean #1190

Merged
merged 21 commits into from
Jun 13, 2022
Merged

Conversation

larissakuehn
Copy link
Contributor

@larissakuehn larissakuehn commented Oct 29, 2021

Issue #1122 is solved by replacing use_AirExchange by two booleans:

  • use_NaturalAirExchange
  • use_MechanicalAirExchange

include changes from issue 1172 [skip ci] #1122
add missing connections for case where only mechnaical ventilation is active [skip ci] #1122
Add parameter use_NaturalAirExchange and use_MechanicalAirExchange in PartialMultizone [skip ci] #1122
small changes in graphical view [skip ci] #1122
#1122 default for natural infiltration equals default for mechanical ventilation for conversion [scip ci]
#1122 Correct connections [scip ci]
#1122 Change affected examples [scip ci]
#1122 fix errors in multizone and apply equivalent changes as in thermal zone
Copy link
Contributor

@FWuellhorst FWuellhorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! Prior to a functional check, some style changes :)

Copy link
Contributor

@FWuellhorst FWuellhorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good! Thanks for the nice work :)

@larissakuehn larissakuehn merged commit 5e96627 into development Jun 13, 2022
@larissakuehn larissakuehn deleted the issue1122_AirExchangeBoolean branch June 13, 2022 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AirExchange in records are not regarded if use_AirExchange is not used.
2 participants