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: overestimate fan power at low load #10106

Closed
1 of 3 tasks
yujiex opened this issue Jul 11, 2023 · 0 comments · Fixed by #10341
Closed
1 of 3 tasks

VRF cooling issue: overestimate fan power at low load #10106

yujiex opened this issue Jul 11, 2023 · 0 comments · Fixed by #10341
Assignees
Labels
Defect Includes code to repair a defect in EnergyPlus

Comments

@yujiex
Copy link
Collaborator

yujiex commented Jul 11, 2023

Issue overview

The simulated fan power is larger than the calculated fan power for runtime fraction < 1 cases. The following shows the difference between simulated and calculated fan power when the terminal unit is in cooling mode (heating coil RTF = 0) and heating mode (cooling coil RTF = 0)

image

The minimum fan power is calculated using information from this object

Fan:VariableVolume,
    TU1 VRF Supply Fan,      !- Name
    VRFAvailSched,           !- Availability Schedule Name
    0.5,                     !- Fan Total Efficiency
    400,                     !- Pressure Rise {Pa}
    0.595,                !- Maximum Flow Rate {m3/s}
    FixedFlowRate,                !- Fan Power Minimum Flow Rate Input Method
    0,                       !- Fan Power Minimum Flow Fraction
    0.415,                       !- Fan Power Minimum Air Flow Rate {m3/s}
    0.9,                     !- Motor Efficiency
    1,                       !- Motor In Airstream Fraction
    0.09,                   !- Fan Power Coefficient 1
    0,                       !- Fan Power Coefficient 2
    0,                       !- Fan Power Coefficient 3
    0.91,                   !- Fan Power Coefficient 4
    0,                       !- Fan Power Coefficient 5
    TU1 VRF DX HCoil Outlet Node,  !- Air Inlet Node Name
    TU1 VRF Fan Outlet Node,         !- Air Outlet Node Name
    General;                 !- End-Use Subcategory
image

defect files

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)
@yujiex yujiex self-assigned this Jul 11, 2023
@yujiex yujiex added the Defect Includes code to repair a defect in EnergyPlus label Jul 11, 2023
@yujiex yujiex added this to the EnergyPlus 23.2 milestone Jul 11, 2023
@yujiex yujiex changed the title VRF cooling issue: overestimate fan power at low cooling load VRF cooling/heating issue: overestimate fan power at low load Jan 3, 2024
@yujiex yujiex changed the title VRF cooling/heating issue: overestimate fan power at low load VRF cooling issue: overestimate fan power at low load Jan 22, 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
Development

Successfully merging a pull request may close this issue.

1 participant