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 2019-10-14 21:12:41 -0500

Eru's avatar

updated 2019-10-15 04:29:57 -0500

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!

edit retag flag offensive close merge delete

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  ( 2023-05-22 05:31:40 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-10-15 04:46:00 -0500

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
edit flag offensive delete link more

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  ( 2019-10-17 22:40:21 -0500 )edit

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  ( 2019-10-18 04:57:40 -0500 )edit
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  ( 2020-04-15 05:09:22 -0500 )edit

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  ( 2023-05-22 10:07:25 -0500 )edit

Your Answer

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

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2019-10-14 21:12:41 -0500

Seen: 444 times

Last updated: May 22 '23