-
Notifications
You must be signed in to change notification settings - Fork 392
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
VRF heating fluid control heating: add SC adjustment for high demand case #10337
base: develop
Are you sure you want to change the base?
Conversation
@yujiex @Myoldmopar it has been 28 days since this pull request was last updated. |
@yujiex @Myoldmopar it has been 28 days since this pull request was last updated. |
@yujiex @Myoldmopar it has been 28 days since this pull request was last updated. |
1 similar comment
@yujiex @Myoldmopar it has been 28 days since this pull request was last updated. |
@yujiex @Myoldmopar it has been 28 days since this pull request was last updated. |
4 similar comments
@yujiex @Myoldmopar it has been 28 days since this pull request was last updated. |
@yujiex @Myoldmopar it has been 28 days since this pull request was last updated. |
@yujiex @Myoldmopar it has been 28 days since this pull request was last updated. |
@yujiex @Myoldmopar it has been 28 days since this pull request was last updated. |
@yujiex @Myoldmopar it has been 28 days since this pull request was last updated. |
1 similar comment
@yujiex @Myoldmopar it has been 28 days since this pull request was last updated. |
Pull request overview
The following shows the existing logic in
ControlVRFIUCoil
. The yellow boxes indicates the possible position of the control target (the minimum of the two: indoor unit output (a reflection of zone demand) and coil capacity limit imposed by functionlimitTUCapacity
so that total indoor unit output doesn't exceed the condenser capacity.The PR implements the SC adjustment in the high-demand case.
The effect of adding this adjustment is shown in the following comparison. When the "Rated Evaporative Capacity" = coil "Rated Total Heating Capacity" = coil "Rated Total Cooling Capacity" = 10,000 or 15,000, before the adjustment, the subcooling degree stays at the user-input "Indoor Unit Reference Subcooling". After adding the adjustment, subcooling degree can further adjust to alter the coil capacity.
NOTE: ENHANCEMENTS MUST FOLLOW A SUBMISSION PROCESS INCLUDING A FEATURE PROPOSAL AND DESIGN DOCUMENT PRIOR TO SUBMITTING CODE
Pull Request Author
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
Reviewer
This will not be exhaustively relevant to every PR.