-
Notifications
You must be signed in to change notification settings - Fork 197
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
Multiple shading controls referenced by a single subsurface #4066
Merged
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
691f6a7
Store subsurface on shading control instead of shading control on sub…
joseph-robertson 71318ce
Stub new methods for subsurface and shading control.
joseph-robertson f9df752
Start filling out methods for shading control.
joseph-robertson 4c453f5
Start filling out methods for sub surface.
joseph-robertson 92fdd7b
Continue to fill out sub surface methods.
joseph-robertson f84e710
Add new model test for sub surface.
joseph-robertson b282d03
Add new model test for shading control.
joseph-robertson b14c8f7
Clean up some model and test files.
joseph-robertson afda1a1
Start a vt for sub surface and shading control.
joseph-robertson 4ab9318
Updates to source files after review.
joseph-robertson 8b1664b
Make some changes to ShadingControl.
jmarrec 3e236f1
Remove the deprecated functions from the Impl API to fix compiler error
jmarrec 2f008b3
const-correctness; ,no ABI break: cannot pass cosnt ShadingCOntrol& w…
jmarrec ff629b3
ABI break of now-deprecated function
jmarrec 373d248
Update description
jmarrec 87820ee
Update FT to avoid error using deprecated. is this still needed? @jos…
jmarrec 5dd85a1
Implement new MultipleSurfaceControlType field in Shading Control
jmarrec 6619cbf
The Radiance Forward Translator also needs to be update. I'm just mak…
jmarrec 3c610c1
VT & FT for MultipleSurfaceControlType
jmarrec b682148
There's a problem with the extensibles
jmarrec 85fdf12
Write a VT test and adjust VT: Always deal with OS:SubSurface, and pr…
jmarrec cfdf3ee
typo in VT test
jmarrec 257fb6a
Fix, updates to idd.
joseph-robertson 64d54a7
Skip adding a subsurface that already exists.
joseph-robertson bb37994
Update and improve tests.
joseph-robertson bd53023
Model test for ShadingControl 'Multiple Surface Control Type' field (…
jmarrec 04e8c6e
Extend Gtest for clone and removeSubSurface
jmarrec c858e5f
Proposed implementation of ShadingControl::clone & if remove subSurfa…
jmarrec 4859e45
typo in test: wasn't testing the right property.
jmarrec cb6ceb0
Partial classes for C#: reimpling ShadingControl methods that use Sub…
jmarrec c5c99f2
Add a TODO
jmarrec 48aab86
Add rt and more tests.
joseph-robertson 8ea432e
Fix rt and update rt tests.
joseph-robertson fbfd1db
Improve shading control rt and tests.
joseph-robertson 005f0a4
Merge branch 'develop' into multiple-shading-controls
joseph-robertson 80ffb2f
Catch the case where neither Shading Material nor Construction are as…
jmarrec 7ee6d21
Extend the ShadingControl FT test to check all fields currently avail…
jmarrec d6041d8
Fix #4074 - Implement Setpoint2 and support all Shading Control Type…
jmarrec 1a92506
Exit RT for ShadingControl if neither the shadingMaterial nor Constru…
jmarrec f95045f
Fix RT by using a Construction instead of the not RT'ed WindowMateria…
jmarrec b06fd15
Add some release notes for this PR
jmarrec 9d5b2ac
Missing an override keyword
jmarrec 361e509
#4074 Followup: add test for logic, and avoid clearing Setpoint2/Sche…
jmarrec 33df578
Typo in C# partial class
jmarrec b751a34
Unrelated C# fixed while I'm at it.
jmarrec bec2af2
Unrelated issue in ModelObject::getAutosizedValue
jmarrec 64f1a6d
Include glare and slat angle control in api.
joseph-robertson abe551f
Merge branch 'multiple-shading-controls' of github.com:NREL/OpenStudi…
joseph-robertson 7bea01b
Another typo in getAutosizedValue
jmarrec 81be659
Updates to release notes draft.
joseph-robertson 142330d
Add static typeofSlatAngleControlforBlindsValues
jmarrec e454bfa
Merge remote-tracking branch 'origin/develop' into multiple-shading-c…
jmarrec 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
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
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
Oops, something went wrong.
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.