1

Condenser Air evaporative pre-cooling

I am working to model (in OpenStudio/E+) a condenser air evaporative pre-cooling unit that attaches on to an RTU. Note: it changes the EAT to the unit and is not an evaporative stage within the unit. The manufacturer ("Evaporcool") claims that the unit can lower the EAT by 20deg in summer to improve RTU energy use. Any ideas on this?

Jacob's avatar
122
Jacob
asked 2017-09-08 15:16:44 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-09-09 11:38:08 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

The Coil:Cooling:DX objects have an input value for Condenser Type, where you can specify EvaporativelyCooled. Other relevant inputs are 'Evaporative Condenser Effectiveness', 'Evaporative Condenser Air Flow Rate' and 'Evaporative Condenser Pump Rated Power Consumption'. Also note this part of the effectiveness input description, which I believe is relevant to your case:

If the user wishes to model an air-cooled condenser that has evaporative media placed in front of it to cool the air entering the condenser coil, then the user should specify Condenser Type = Evap Cooled. The user must also enter the appropriate evaporative effectiveness for the media. In this case, the Total Cooling Capacity Modifier Curve (function of temperature) and the Energy Input Ratio Modifier Curve (function of temperature) input fields for this object should reference performance curves that are a function of outdoor dry-bulb temperature. Be aware that the evaporative media will significantly reduce the dry-bulb temperature of the air entering the condenser coil, so the Total Cooling Capacity and EIR Modifier Curves must be valid for the expected range of dry-bulb temperatures that will be entering the condenser coil.

You'll notice that those input fields are not exposed in the OpenStudio app, so you'll have to use API methods to change/set those fields. Here is an existing measure that will set the DX cooling coils in the air loop of your choice to have evaporatively-cooled condensers.

ericringold's avatar
10.6k
ericringold
answered 2017-09-10 11:23:35 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments