-
Notifications
You must be signed in to change notification settings - Fork 398
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
Add Output Variables to Ideal Air loads #8302
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
861cfef
Add two output variables to Ideal Air loads
jmythms 908ab51
Moved SupplyTemp and SupplyHumRat from local into the PurchAir struct
jmythms 6b7b538
Merge branch 'develop' into Add-New-Zone-Ideal-Loads-Output-Variables
jmythms 5acf86f
Moved MixedAirTemp and MixedAirHumRat from local into the PurchAir st…
jmythms 0bc4fdf
Merge branch 'develop' into Add-New-Zone-Ideal-Loads-Output-Variables
jmythms a5b0833
New Output Vars + Documentation + Removed old redundant vars
jmythms 14dbd0d
Fixed labels
jmythms 7bf3209
Unit fix
jmythms 6b73be5
White spaces
jmythms a33d794
Modifying testfiles to add the new outputs.
jmythms e5f0e2a
Cleaning up degree symbols
jmythms 89a70d3
Reorder members in the constructor
jmythms 18e8fb9
Merge branch 'develop' into Add-New-Zone-Ideal-Loads-Output-Variables
jmythms 279aa5c
Fixing output variables
jmythms 747afea
Merge branch 'develop' into Add-New-Zone-Ideal-Loads-Output-Variables
jmythms 3cd3110
minor cleanup, bump CI
mitchute bbe882a
Merge branch 'Add-New-Zone-Ideal-Loads-Output-Variables' of https://g…
jmythms 2ef45da
Merge branch 'develop' into Add-New-Zone-Ideal-Loads-Output-Variables
jmythms 754e98c
Missed "state"
jmythms cbdb675
Missed 'state'
jmythms e487697
Unnecessary statements?
jmythms 4972b6f
Changed outputs to report hourly instead of detailed frequency
jmythms 0fc065b
Merge branch 'develop' into Add-New-Zone-Ideal-Loads-Output-Variables
jmythms 2461195
Missed this in the list of outputs
jmythms 120fac1
Removed unnecessary space
jmythms 2dac64b
Merge branch 'develop' into Add-New-Zone-Ideal-Loads-Output-Variables
jmythms 56c86eb
merge conflic resolution
jmythms 227bdd2
Merge branch 'develop' of https://github.com/NREL/EnergyPlus into Add…
jmythms 71755c5
Fix conflict after pulling develop
jmythms 6d6654b
fixed reporting freq to hpurly
jmythms 660dacb
changed MixedAirHumRat to PurchAir(PurchAirNum).MixedAirHumRat
jmythms fd33e3e
broken unit test
jmythms 7fbaa76
Intermediate commit for Unit test question
jmythms f67fbc8
fixed unit test
jmythms ec0199d
Merge branch 'develop' into Add-New-Zone-Ideal-Loads-Output-Variables
jmythms bebe31c
Merge branch 'develop' into Add-New-Zone-Ideal-Loads-Output-Variables
jmythms 863baf5
Unit change+ .hh file clang formatting
jmythms e4ade3a
Clang formatted PurchasedAirManager.cc
jmythms 3cfe237
clang formatted PurchasedAirManager.hh
jmythms 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
100 changes: 64 additions & 36 deletions
100
doc/input-output-reference/src/overview/group-zone-forced-air-units.tex
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.
Now the results appear in the test file output. Should I change the reporting frequency to hourly? Also, the effects are better visible for an annual simulation.
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.
Yes, I would make the reporting frequency consistent - looks like everything else is hourly.