-
Notifications
You must be signed in to change notification settings - Fork 396
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 #7136 - Clarify which peak the outputs of the coil sizing details are referring to #7397
Conversation
596191c
to
8f0dd5a
Compare
@mjwitte I have reviewed this and see a new column in the Coil Sizing Details table as Peak Load Type to Size On. Either total or sensible is reported based on the user selection for:
The only question I would have is if we want to report total or sensible based on DataSizing::FinalSysSizing(curSysNum).CoolingPeakLoadType
or if we want to report sensible, total or ventilationrequirement based on the actual Sizing:System user input for Type of Load to Size On via SysSizInput(SysSizIndex).LoadSizeType.
Example file 5ZoneAutoDXVAV.idf Other than that I have no issues with the changes here (other than maybe the location of the new column and if this report should also be included in Coil Sizing Summary). |
The one referenced at the top of Sizing:System is for the airflow rates, so, I would think that |
@jmarrec Because this changes the structure of an output table, it should have an entry in |
Pull request overview
Fix #7136 - Clarify which peak the outputs of the coil sizing details are referring to
Work Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
Review Checklist
This will not be exhaustively relevant to every PR.