-
Couldn't load subscription status.
- Fork 7
Window solar gain accounting / ACCUMULATOR improvements #570
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
Conversation
src/CNRECS.DEF
Outdated
| *s *e FLOAT xs_glzTrans // ASHWAT windows: transmitted solar gain, Btuh (w/o cavity absorp adjustment) | ||
| *s *e FLOAT xs_glzInward // ASHWAT windows: inward flowing convective and LW radiant gain to zone, Btuh |
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.
Units should be Btu/h-ft2, no?
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.
Fixed
src/CNRECS.DEF
Outdated
| FLOAT acmMean // mean value seen in interval | ||
| FLOAT acmMax // max value seen in interval | ||
| FLOAT acmTotal // sum of values in interval | ||
|
|
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.
Add:
- Time of min
- Time of max
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.
Added
|
Can we also add a warning when a higher frequency probe is used in a lower frequency application (and using the last set value)? I don't think this is ever intentional and now with accumulators shouldn't be necessary. |
Description
Additional XSURF probes to support details per-surface solar gains
ACCUMULATOR improvements
Accumulators currently have evaluation order issues, use with caution. Run test case(s) and check for lagged values.