Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
2

Warning Error: Cooling Capacity Ratio Modifier Function of Low Temperature Curve

asked 5 years ago

Eru's avatar

updated 5 years ago

Hi Fellas! I run my simulation successfully but I found a warning error message that shows below:

** Warning ** GetVRFInput: AirConditioner:VariableRefrigerantFlow="VRF OUTDOOR UNIT 1 VRF HEAT PUMP" curve values
**   ~~~   ** ... Cooling Capacity Ratio Modifier Function of Low Temperature Curve Name = VRF OUTDOOR UNIT 1 VRFCOOLCAPFT output is not equal to 1.0 (+ or - 10%) at rated conditions.
**   ~~~   ** ... Curve output at rated conditions = 1.136

This error always in my simulation but it not severe. The question is what the error explains? It significantly affected the HVAC sizing result? Your answer will help me, thank you!

Preview: (hide)

Comments

What is the impact of this warning on the simulation results? Is there any method we can choose to normalise the curve?

Shaun Wang's avatar Shaun Wang  ( 1 year ago )

1 Answer

Sort by » oldest newest most voted
0

answered 5 years ago

The error is pretty self-explanatory. The curve is supposed to be normalized, that is produce a value of 1.0 at the rated conditions.

If you look at the I/O reference guide for this curve here, you'll see that this is a bivariate object as a function of indoor wet-bulb temperature and condenser temperature (either air dry-bulb temperature or water temperature if watercooled).

The engineering reference here also includes more info and the equations.

What the documentation is not clear about is what these rated temperatures are, so I'll tell you what they are for an Air-cooled VRF after looking at the source code:

  • RatedInletWetBulbTemp: 19.44 or 67F
  • RatedOutdoorAirTemp: 35 C or 95F

For heating side,

  • RatedInletWetBulbTempHeat: 15.55 or 60F
  • RatedOutdoorAirTemp: 8.33 C or 47F
Preview: (hide)
link

Comments

Thank you Julien! From the I/O reference written that indoor WB temp is 19.44 C and outdoor DB temp is 35 C, how you can say from the source code that: RatedInletWetBulbTemp: 19.44 or 67F RatedOutdoorAirTemp: 35 C or 95F ? what source code you mean?

Eru's avatar Eru  ( 5 years ago )

I mean the EnergyPlus source code. Cf HVACVariableRefrigerantFlow.cc. The RatedOutdoorAiTemp and stuff are initialized in DXCoils.cc, line 158 currently.

Julien Marrec's avatar Julien Marrec  ( 5 years ago )
1

Shouldn't EnergyPlus VRF example files have a normalized curve? The default VRFTUCoolCapFT curve in is the one generating that error.

ecoeficiente's avatar ecoeficiente  ( 4 years ago )

What is the impact of this warning on the simulation results? Is there any method we can choose to normalise the curve?

Shaun Wang's avatar Shaun Wang  ( 1 year ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 5 years ago

Seen: 577 times

Last updated: May 22 '23