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

dx coil pyschrometric errors

asked 2018-08-13 13:52:56 -0500

Jim Dirkes's avatar

updated 2020-01-15 11:28:47 -0500

Dear Forum, Although I have had occasional problems with EnergyPlus giving a fatal error due to DX cooling coil sizing problems, most have been associated with autosized coils. I have a project now which uses 11 different rooftop units, all with DX cooling coils. Three of them are giving me fits (problems). So far, I have:

  • disabled the coil below a specified outdoor temp (<= 65F) using an EMS script
  • raised the airflow 20% (for improved flow/watt ratio)
  • reduced the coil rated capacity by up to 50% (for improved flow/watt ratio)
  • disabled the coil completely (availability = always OFF) The only strategy which works is to disable the coil - and that isn't a very good representation of actual performance :)

The current problem coil has these characteristics: - 11,400 cfm VAV fan with minimum flow fraction = 0.7 - 385 MBH / 113 kw rated capacity - single stage coil

The Fatal error looks like: * Severe * PsyRhoAirFnPbTdbW: RhoAir (Density of Air) is calculated <= 0 [-2.69960]. * ~~~ * pb =[98900.00], tdb=[-400.80], w=[9.9866244E-006]. * ~~~ * Routine=Unknown, Environment=STORE 291 - STURGIS (01-01:31-12), at Simulation time=05/16 01:40 - 01:50 * Fatal * Program terminates due to preceding condition.

Can you suggest ways to correct this? Thanks in advance. The rooftop unit uses a digital compressor, which unloads very flexibly. Perhaps I should make the coil multi-stage?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2018-08-13 14:07:01 -0500

updated 2018-08-14 07:36:58 -0500

The DX coil model will simulate the coil at full flow and capacity to determine the performance. Then the model will set the outlet conditions based on cycling or constant fan choice. For cycling fan the outlet conditions are full capacity T/w and average air mass flow rate based on PLR. For constant fan the outlet conditions are average T/w based on PLR and whatever flow rate the coil is currently operating. When air flow is lower than expected, very cold outlet temperature is calculated and hence the warnings/fatal. So if the lower air flow rate corresponds to a lower compressor speed, then yes a multi-stage or multi-speed coil model is needed.

At those conditions the empirical model thinks density is negative. The low air flow rate at high compressor capacity is causing very low outlet air temperature and humidity ratio.

rhoair = (pb / (287.0 * (tdb + 273.15) * (1.0 + 1.6077687 * max(w, 1.0e-5))));
pb = barometric pressure
tdb = temperature
w = humidity ratio

image description

edit flag offensive delete link more

Comments

Clarifying: T/w = "time-weighted" ? If so, all you say makes sense. Thanks! I see a LOT of digital compressors these days, which amount to a variable speed compressor - great flexibility in responding to VAV airflow changes. Do you know of any plans to make an E+ object that is simpler for input than the Coil:Cooling:DX:VariableSpeed?

Jim Dirkes's avatar Jim Dirkes  ( 2018-08-13 14:47:56 -0500 )edit

Outlet conditions T/w = temperature/humidity ratio. No plans as yet for true variable speed. The interpolation at each speed is as close to variable speed as we have at the moment. I believe a component model would be required as is done with the refrigerated racks (which is why no one has taken on the challenge).

rraustad's avatar rraustad  ( 2018-08-13 15:00:10 -0500 )edit

Thanks Richard. When I get a minute, I'll suggest it as a new feature

Jim Dirkes's avatar Jim Dirkes  ( 2018-08-13 15:12:22 -0500 )edit

One more thought: How can air density be less than zero? For that matter, how can it even approach zero in atmosphere? Is that a symptom of, or the cause of the fatal error? ..... Last severe error=PsyRhoAirFnPbTdbW: RhoAir (Density of Air) is calculated <= 0 [-8.86462].

Jim Dirkes's avatar Jim Dirkes  ( 2018-08-13 15:54:36 -0500 )edit

I see it... For some reason, E+ thinks the air is in outer space and approaching absolute zero temperature. That strikes me as a logic failure somewhere.

* ~~~ * pb =[98633.33], tdb=[-393.82], w=[9.9865111E-006].

Jim Dirkes's avatar Jim Dirkes  ( 2018-08-13 16:00:24 -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: 2018-08-13 13:52:56 -0500

Seen: 109 times

Last updated: Aug 14 '18