-
Notifications
You must be signed in to change notification settings - Fork 421
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
Surface Outside Face Convection Heat Gain Rate was fixed when rain flag is true & to be altered for OSCM as well #7504
Merged
Merged
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
53df3e9
Fix HeatBalanceSurfaceManager.cc to separate cases IsRain = true or f…
dareumnam 70ec219
add unit test version 1
dareumnam d1187b9
Merge remote-tracking branch 'upstream/develop' into Issue6939
dareumnam e9b10cd
changed the code using inline function
dareumnam 32bcb51
Merge remote-tracking branch 'upstream/develop' into Issue6939
dareumnam 1a22e53
update the code and the unit test
dareumnam a69eb9e
Clear a line
dareumnam 68e9661
Merge remote-tracking branch 'upstream/develop' into Issue6939
dareumnam 9b0ce92
Clean up repeated code lines
dareumnam 4a3d59d
Fix the mistake while reducing the repeated code lines
dareumnam ecdca54
Return to original code for QdotConvOutRep PER AREA
dareumnam 61010bf
Test for CI testing without my unit test
dareumnam c77ee22
Merge branch 'Issue6939' of https://github.com/dareumnam/EnergyPlus i…
dareumnam b31cf1f
Test for CI testing without the unit test & replacement of repeated c…
dareumnam d8ae313
The unit test was fixed to get rid of the error
dareumnam 46338d0
clean up lines
dareumnam 13d4f7d
clean up
dareumnam 9e0bd6c
Remove inline function to get rid of lnk2019 unresolved external symb…
dareumnam c64e448
One more commit to make all 7 CI testing run
dareumnam 14ac948
Merge remote-tracking branch 'upstream/develop' into Issue6939
dareumnam 65cf866
Merge remote-tracking branch 'remotes/origin/develop' into Issue6939
mjwitte 5e08856
Merge remote-tracking branch 'upstream/develop' into Issue6939
dareumnam ba26532
Fixed the code and the unit test that QdotConvOutRep can be altered f…
dareumnam 6f76eab
Unit test was fixed to use GetQdotConvOutRepPerArea function directly
dareumnam 55495ab
Merge branch 'Issue6939' of https://github.com/dareumnam/EnergyPlus i…
mjwitte cfcfed1
6939 make new function argument const
mjwitte 69827fd
Fix the variable name error for OSCMPtr
dareumnam File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dareumnam Some integration tests are failing. Here's the problem - this should be
.OSCMPtr
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mjwitte Oops, thank you for letting me know. I'll fix it and push the branch again.