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

Verifying energy balance of Energy+ simulations

asked 2015-06-16 04:41:36 -0500

Dewan's avatar

updated 2020-01-25 18:17:22 -0500

I am trying to verify the energy balance of Energy Plus models. As a reference I took the very simple ‘1ZoneUncontrolled.idf’ file for location CO and looked at the ‘Zone Air Heat Balance Deviation Rate [W]’ and also monitored Output:Diagnostics-> DisplayZoneAirHeatBalanceOffBalance. One segment from the output from the .errr file was

   *************  ** Warning ** Zone Air Heat Balance is out of balance ... zone named ZONE ONE
   *************  **   ~~~   **   This error occurred 7254 total times;
   *************  **   ~~~   **   during Warmup 0 times;
   *************  **   ~~~   **   during Sizing 0 times.
   *************  **   ~~~   **   Max=657.858682 {W}  Min=1.957503E-003 {W}
  • Does this mean that even for this very simple model, the energy balance is not being met?
  • What do EnergyPlus modelers use for verifying whether the energy balance condition is being fulfilled?

Suggestions on which variables to monitor to track would be appreciated. I have gone through the zone and surface outputs listed in 'input-output-reference' documentation but no luck in finding a balance of the heat transfers in the zone. Thanks.

**Update of question with the next part following the answer from Neal Kruis

Thanks Neal for the suggestion. Changing the HeatBalance Algorithm does improve the ‘Zone Air Heat Balance Deviation Rate [W](TimeStep)’ (it is basically zero…order of E-13) and there is no more warnings from Energyplus. So, the air heat energy balance is being fulfilled by Energyplus.

But just to be sure I calculated the balance manually. Going back to the basis for the Zone and Air System Integration, I used the following variables as outputs in csv.

A) Thermal Zone: Zone Air Heat Balance Air Energy Storage Rate [W](TimeStep)
B) Thermal Zone: Zone Air Heat Balance Surface Convection Rate [W](TimeStep)
C-H) Six Surfaces*: Surface Inside Face Convection Heat Gain Rate [W](TimeStep)

Since the idf file has no HVAC or internal loads or infiltration, all other parameters in the balancing equation, like convective internal loads, heat transfer from infiltration, heat transfer due to interzone mixing, air systems output are all zero.

Check 1: I looked at the difference between A) and B) and it is basically zero. So this check of energy balance is fulfilled.

Check 2: Here I took the summation of C-H) and A) i.e. summation of the outputs from the six surfaces (convective heat transfer from the zone surfaces) and zone air heat balance (energy stored in zone air). From my understanding, this should ideally be zero. But that is not the case as the summation of the variables deviate largely from zero and is still in the order of hundreds of watts.

Check2b) By following up on why this difference arises, I realized that if I take the ‘Surface Inside Face Convection Heat Transfer Coefficient [W/m2-K](TimeStep)’ and then calculate the convection heat gain myself by using coef*Area*deltaT, the energy balance is fulfilled for the heat gains calculated manually. I took the zone temperature and surface inside face temperature for calculating deltaT.

So my questions/comments on this issue are:

  • Maybe I have misunderstood the report variable ‘Surface ...
(more)
edit retag flag offensive close merge delete

Comments

Are you also looking at the convection from fenestration surfaces? Subsurface convection is not included in the convection of the base surface.

Neal Kruis's avatar Neal Kruis  ( 2015-06-18 11:07:17 -0500 )edit

I also looked into this briefly - that model does not contain any windows. It does seem likely to be a genuine bug in the Surface Inside Face Convection Heat Gain Rate [W] report variable.

praftery's avatar praftery  ( 2015-06-18 11:21:26 -0500 )edit

1 Answer

Sort by » oldest newest most voted
2

answered 2015-06-16 08:59:52 -0500

Try using the "AnalyticalSolution" for the ZoneAirHeatBalanceAlgorithm object.

I have found this to be much more reliable than the numeric approaches. Although the "ThirdOrderBackwardDifference" is the default. The language in the Engineering Reference suggests that the "AnalyticalSolution" avoids the problems with truncation error.

edit flag offensive delete link more

Comments

1

Thanks Neal for the suggestion. Changing the HeatBalance Algorithm does improve the ‘Zone Air Heat Balance Deviation Rate W ’ (it is basically zero…order of E-13) and there is no more warnings from Energyplus. So, the air heat energy balance is being fulfilled by Energyplus. But I wanted to calculate the energy balance manually as well and not just look at the deviation rate. During this exercise I came across another issue. I have edited my question above as I think it still falls under the topic of energy balance.

Dewan's avatar Dewan  ( 2015-06-18 01:30:08 -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

3 followers

Stats

Asked: 2015-06-16 04:35:56 -0500

Seen: 859 times

Last updated: Jun 18 '15