-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Here VRFRTF is not initialized, don't multiply here to defrost
- Loading branch information
Yujie Xu
committed
Sep 20, 2024
1 parent
5556102
commit d08b956
Showing
1 changed file
with
0 additions
and
1 deletion.
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
1 comment
on commit d08b956
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.
When I saw this I looked and see this is just after the defrost model calcs. So yes, this does not belong here because RTF has not yet been calculated. Then I looked to where defrost power does get updated by RTF. It's at the end of this IF block at line 1159:
if (state.dataHVACVarRefFlow->HeatingLoad(VRFCond) && HeatingPLR > 0.0) {
so here's my question. If outdoor conditions cause a non-zero defrost power, AND the system if off, does the defrost power still report as non-zero? It looks like it would. If so, then move line 1197 down 2 lines outside the IF block.