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

VRF fluid control heating: lacking coil capacity adjustment that increases capacity #10335

Open
1 of 3 tasks
yujiex opened this issue Dec 16, 2023 · 2 comments · May be fixed by #10337
Open
1 of 3 tasks

VRF fluid control heating: lacking coil capacity adjustment that increases capacity #10335

yujiex opened this issue Dec 16, 2023 · 2 comments · May be fixed by #10337
Assignees
Labels
Defect Includes code to repair a defect in EnergyPlus

Comments

@yujiex
Copy link
Collaborator

yujiex commented Dec 16, 2023

Issue overview

In the VRF physics-based model indoor unit coil calculation, the subcooling degree is adjusted only when the demand (or capacity limit imposed by the outdoor unit) is very small. In this example, the initial subcooling degree from user input is 11.5C. No matter how the system capacity (both the condenser and coil) changes, the subcooling degree does not go below 11.5C.

image

When the control target (the minimum of total IU output and the capacity limit imposed by the condenser through limitTUCapacity function) is in case 4, subcooling degree (SC) is kept at the initial value. There should be some further adjustment (decrease) to increase indoor unit capacity.

image

Details

Some additional details for this issue (if relevant):

  • Platform (MacOS, 13.5)
  • Version of EnergyPlus (23.1)
  • Unmethours link or helpdesk ticket number

Defect files

idf

US+SF+CZ4A+hp+crawlspace+IECC_2006_VRF_cap4000.idf.txt
US+SF+CZ4A+hp+crawlspace+IECC_2006_VRF_cap7000.idf.txt
US+SF+CZ4A+hp+crawlspace+IECC_2006_VRF_cap10000.idf.txt
US+SF+CZ4A+hp+crawlspace+IECC_2006_VRF_cap15000.idf.txt

epw
USA_NY_New.York-John.F.Kennedy.Intl.AP.744860_TMY3.epw.txt

Checklist

Add to this list or remove from it as applicable. This is a simple templated set of guidelines.

  • Defect file added (list location of defect file here)
  • Ticket added to Pivotal for defect (development team task)
  • Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
@yujiex yujiex added the Defect Includes code to repair a defect in EnergyPlus label Dec 16, 2023
@yujiex yujiex added this to the EnergyPlus 24.1 milestone Dec 16, 2023
@yujiex yujiex self-assigned this Dec 16, 2023
@rraustad
Copy link
Contributor

How do you propose (i.e., NFP) to explain to the development team what changes are suggested?

@yujiex
Copy link
Collaborator Author

yujiex commented Dec 16, 2023

hmmm maybe I should do a separate PR for this additional SC adjustment capability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Defect Includes code to repair a defect in EnergyPlus
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants