-
Notifications
You must be signed in to change notification settings - Fork 448
Update ExpandObjects to include performance curve for VRF Reverse Cycle defrost #11248
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
isReverseCycleDefrost = .FALSE. | ||
IF (SameString(FldVal(base + vrfsHPDefrTypeOff),'ReverseCycle')) THEN | ||
isReverseCycleDefrost = .TRUE. | ||
END IF |
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.
Check for defrost type and write out performance curve if needed.
Using V25.1 public release and package build release for V25.2 with HVACTemplate-5ZoneVRF.idf example file. Defrost strategy changed in HVACTemplate file to ReverseCycle. ExpandObjects creates the idfs below: develop:
this branch:
|
I confirmed the defect and fix. Merging after CI returns. |
Pull request overview
Description of the purpose of this PR
HVAC Template for VRF system did not write out defrost performance curve when Reverse Cycle defrost was selected
Pull Request Author
Reviewer