Skip to content
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

New Coil Sizing Reports #6454

Merged
merged 20 commits into from
Feb 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f6453b1
draft code changes for nwe coil summary report table
EnergyArchmage Jan 25, 2018
6e2d192
CoilSizingReport-NFP
mjwitte Jan 31, 2018
dcfcab4
Doc changes for coil report table
EnergyArchmage Feb 5, 2018
d6c7e31
Merge remote-tracking branch 'remotes/origin/develop' into Coil-Repor…
mjwitte Feb 14, 2018
d395b27
Coil sizing report - fix test failures
mjwitte Feb 14, 2018
aa64ea0
Merge remote-tracking branch 'remotes/origin/develop' into Coil-Repor…
mjwitte Feb 14, 2018
1ee7c8d
Coil sizing report - protect against errors for fan not found
mjwitte Feb 14, 2018
1c22fd3
Coil sizing report - fix test failures 2 and build warnings
mjwitte Feb 16, 2018
156fac0
Merge branch 'Coil-Report-Table' into CoilSizingReport
mjwitte Feb 16, 2018
89809a9
Merge remote-tracking branch 'remotes/origin/develop' into CoilSizing…
mjwitte Feb 16, 2018
41ab0aa
Add test for zero mass flow, fix missing pointer initialization in un…
Myoldmopar Feb 18, 2018
ed568c1
Merge remote-tracking branch 'origin/develop' into CoilSizingReport
Myoldmopar Feb 18, 2018
314cdd5
fix build warnings in coil sizing report
EnergyArchmage Feb 18, 2018
5868641
fix uninitialized variable build warning
EnergyArchmage Feb 18, 2018
af4fe2b
Coil sizing report - Add new CoilSizingDetails report
mjwitte Feb 19, 2018
57a0055
Coil sizing report - Revert water coil fixes causing diffs
mjwitte Feb 19, 2018
515082b
Merge remote-tracking branch 'remotes/origin/develop' into CoilSizing…
mjwitte Feb 20, 2018
b20c099
Coil sizing report - fix merge mistake
mjwitte Feb 20, 2018
6bb8d01
Coil sizing report - minor title change and add output rules
mjwitte Feb 20, 2018
bb00e38
Coil sizing report - fix units warnings
mjwitte Feb 20, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
39 changes: 39 additions & 0 deletions OutputChanges8-8-0-to-8-9-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Output Changes
==============

This file documents the structural changes on the output of EnergyPlus that could affect interfaces, etc.

### Description

This will eventually become a more structured file, but currently it isn't clear what format is best. As an intermediate solution, and to allow the form to be formed organically, this plain text file is being used. Entries should be clearly delimited. It isn't expected that there will be but maybe a couple each release at most. Entries should also include some reference back to the repo. At least a PR number or whatever.

### Additional fields for Shadowing/Sun Position Calculations Annual Simulations

The existing Shadowing/Sun Position Calculations Annual Simulations report in the eio output has additional field at the end:
External Shading Calculation Method, Output External Shading Calculation Results, Disable Self-Shading Within Shading Zone Groups, Disable Self-Shading From Shading Zone Groups to Other Zones

See [6390](https://github.com/NREL/EnergyPlus/pull/6390)

### New System Sizing Outputs

A part of a system sizing refactor which includes bug fixes for Std 62.1 sizing, there are several new component sizing outputs that appear in every file with an airloop:
```
Component Sizing Information, AirLoopHVAC, VAV SYS 1, Sum of Air Terminal Maximum Heating Flow Rates [m3/s], 0.38521
Component Sizing Information, AirLoopHVAC, VAV SYS 1, Sum of Air Terminal Minimum Heating Flow Rates [m3/s], 0.38521
Component Sizing Information, AirLoopHVAC, VAV SYS 1, Sum of Air Terminal Maximum Flow Rates [m3/s], 1.28404
Component Sizing Information, AirLoopHVAC, VAV SYS 1, Adjusted Heating Design Air Flow Rate [m3/s], 0.49638
Component Sizing Information, AirLoopHVAC, VAV SYS 1, Adjusted Cooling Design Air Flow Rate [m3/s], 1.28404
Component Sizing Information, AirLoopHVAC, VAV SYS 1, Adjusted Main Design Air Flow Rate [m3/s], 1.28404
Component Sizing Information, AirLoopHVAC, VAV SYS 1, User Heating Air Flow Ratio [], 0.30000
Component Sizing Information, AirLoopHVAC, VAV SYS 1, Calculated Heating Air Flow Ratio [], 0.38657
```

See [6372](https://github.com/NREL/EnergyPlus/pull/6372)

### New Coil Sizing Reports

A new subtable "Coil Sizing Summary" has been added at the end of the "HVAC Sizing Summary" (HVACSizingSummary) report. This new subtable is always produced with this report.

A new "Coils Sizing Details" (CoilSizingDetails) report has been added. It is an optional report which is included with AllSummary*. The new report has over 80 columns of data. The "Coil Sizing Summary" subtable described above is a straight subset of this report with only about 30 columns.

See [6454](https://github.com/NREL/EnergyPlus/pull/6454)
Binary file not shown.

Large diffs are not rendered by default.