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 cooling issue: same cooling power with different min-speed curve at low cooling load #10105

Closed
1 of 3 tasks
yujiex opened this issue Jul 11, 2023 · 5 comments · Fixed by #10353
Closed
1 of 3 tasks
Assignees
Labels
Defect Includes code to repair a defect in EnergyPlus

Comments

@yujiex
Copy link
Collaborator

yujiex commented Jul 11, 2023

Issue overview

Cycling issue at the lowest fan speed

The two idf files reproducing this problem is derived from the "US+SF+CZ4A+hp+crawlspace+IECC_2006_VRF.idf". They differ at the performance curves at the lowest compressor speed, the speed_1920.idf is created by removing the lowest speed as follows:

image

Row 2-7 shows the simulation results when the minimum compressor minimum speed is 900 with speed curve 1. Row 9-14 shows the simulation results when the compressor minimum speed is 1920 and using performance curve 2. Note that the capacity curves of speed levels are in the order of ascending capacity. We can see that even if the two settings have different compressor curves for the minimum speed, they output the same cooling rates, yet very different cooling electricity rate and COP. The heat pump runtime fraction and cycling ratio are 1 in both cases. For the same cooling demand (both the zone and outdoor temperature are the same), if it runs fulltime in speed_900.idf, it should only run part of the time in speed_1920.idf, as its min capacity is larger than the former. They can't both run fulltime.

image

Defect files

simulation_with_different_speeed_update.zip

Details

Some additional details for this issue (if relevant):

  • Platform (Mac 13.3)
  • Version of EnergyPlus (22.2)
  • Unmethours link or helpdesk ticket number

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)
@mjwitte
Copy link
Contributor

mjwitte commented Mar 7, 2024

@yujiex The only difference between these two idfs is the compressor speed at load index 1.
image
I would not expect any change in results (other than the reported "VRF Heat Pump Compressor Rotating Speed", because the compressor speed is just a reporting proxy for the interpolated load index. The curves are the real driver of capacity and power consumption for each load index.

@yujiex
Copy link
Collaborator Author

yujiex commented Mar 7, 2024

@yujiex The only difference between these two idfs is the compressor speed at load index 1. image I would not expect any change in results (other than the reported "VRF Heat Pump Compressor Rotating Speed", because the compressor speed is just a reporting proxy for the interpolated load index. The curves are the real driver of capacity and power consumption for each load index.

Hi @mjwitte, they also differ in the curves. The min-speed = 900 one uses Spd1Cooling and Spd1Power curves, while the min-speed = 1320 one uses Spd2Cooling and Spd2Power ones.

@mjwitte
Copy link
Contributor

mjwitte commented Mar 7, 2024

The ones in the zip file do not have different curves. If I change the curve, then I do get different results for "VRF HEAT PUMP:VRF Heat Pump Cycling Ratio" and power consumption and COP. I would expect the same cooling delivered to the zone either way. These inputs should only change the compressor power consumption and related outputs since it will adjust speed and/or cycling ratio to match the load request from the zones. I'm looking at time stamp 07/06 2:10:00 (this is with different load 1 speed and curves):

image
image

@yujiex
Copy link
Collaborator Author

yujiex commented Mar 7, 2024

same cooling delivered to the zone either way

I uploaded the correct version of the test files with different curves for the lowest speed.
Let me double-check the delivered heat to the zone.

@yujiex
Copy link
Collaborator Author

yujiex commented Mar 7, 2024

I just pushed a commit with cycling ratio multiplied to the OUCondHeatRelease variable. The difference in the condenser heat release rate output is smaller. @mjwitte

image

@yujiex yujiex changed the title VRF cooling issue: same cooling power with different compressor speed at low cooling load VRF cooling issue: same cooling power with different min-speed curve at low cooling load Mar 8, 2024
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
2 participants