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

Fix #3430 - Four pipe beam crash in remove #3440

Merged
merged 5 commits into from
Mar 21, 2019

Conversation

jmarrec
Copy link
Collaborator

@jmarrec jmarrec commented Mar 5, 2019

Fix #3430: add AirTerminalSingleDuctConstantVolumeFourPipeBeam::remove() method

Started by adding the unit test, then fixed it (TDD). You can checkout first commit to see it fail before fix.

Later realized I also needed to change AirLoopHVAC::addBranchForZone(ThermalZone&) to handle reconnection of the cloned last ATU's cooling/heating coils for use in OS App in particular.

@jmarrec jmarrec force-pushed the PR_opened/Fix_3430_FourPipeBeamCrash branch from d87377a to 615de27 Compare March 5, 2019 15:58
@jmarrec
Copy link
Collaborator Author

jmarrec commented Mar 5, 2019

Force pushed because I did an interactive rebase to reorder the commits so that all tests (including for addBranchForZone, which I added later) would come first before fixes.

@jmarrec jmarrec requested a review from kbenne March 5, 2019 16:00
@jmarrec jmarrec marked this pull request as ready for review March 5, 2019 16:01
@macumber macumber added this to the Version 2.8.0 milestone Mar 20, 2019
@macumber macumber merged commit 9ce5f2d into NREL:develop Mar 21, 2019
@jmarrec jmarrec deleted the PR_opened/Fix_3430_FourPipeBeamCrash branch October 21, 2019 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error removing four pipe active beams in os v26 and v27
2 participants