-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Addressed idle/noload air flow rate for variable and multi speed coils of unitary system #7919
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
5b35f92
Fixed UnitarySystem NoLoad and Idle Flow Sizing Issue
cb1736a
Merge branch 'develop' into IdleFlowRate-UnitarySystem-7862
c65fccf
Addressed review comments
8edbdb9
Added unit tests
0f4b3b3
Merge branch 'develop' into IdleFlowRate-UnitarySystem-7862
a9ca267
Unitary System NoLoad Supply Air Flow Rate Ratio I/O Ref Update
94a7234
Unitary System NoLoad Supply Air Flow Rate Ratio I/O Ref Update
b55c8e4
Updated I/O Ref document and resolved merge conflict
14ebfad
Addressed documentation review comments
6610741
Merge branch 'develop' into IdleFlowRate-UnitarySystem-7862
bd5d189
Unit tests merging issue cleanup
df7bcf9
Merge remote-tracking branch 'remotes/origin/develop' into IdleFlowRa…
mjwitte 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
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.
OK, so now what happens with multispeed and multistage coils and the new cooling coil model (Coil:Cooling:DX)?
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.
In all multi/variable speed coil test cases that I run the no-load mass flow rate is minimum flow rate, not the full flow rate. This change allows to determine the minimum flow rate either based on the minimum flow fraction autosized (or hard value user-input) when it is uses multi-speed coils, or based on the flow fraction (ratio of lowest speed flow to maximum speed flow) for variable speed DX coils. This change works fine with the new DX cooling coil as well. One of the unit tests uses the new DX cooling coil. Three of the defect files use the new dx cooling coil model.
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.
Then this seems to cover all cases.
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.
Below is expected diffs from one of the regression tests file (UnitarySystem_MultiSpeedDX.idf) which has a single speed gas heating coil and two speed new DX cooling coil. The no load flow rate is autosized to half of the full flow rate as shown below.
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.
For three speed new dx cooling coil and a single speed electric heating coil, the no-load flow rate sized to 1/3 of the full flow rate as expected and is shown below:
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.
I think so based on the tests I have run. I have tested UnitarySystem with UnitarySystemPerformance:Multispeed objects specified for various number of the new DX cooling coil speeds and the old multispeedDXcoils and single speed coils. Also tested the variable speed DX coils without UnitarySystemPerformance:Multispeed objects. All behaved as expected.