3

How to Model a Water-cooled Condensing Unit

I would like to use OpenStudio or EnergyPlus to model a water-cooled condensing unit. Based on that, I need to directly connect the cooling coil of air loop to the condensing water loop. However, the only choice for me right now is the water-to-air heat pump. The problem of this method is that I need to size the heating capacity zero. Is there any better way to model the condensing unit? Does EnergyPlus/OpenStudio has the unit called condensing unit? Does anyone has the similar experience in modeling condensing unit?

lyw0211's avatar
429
lyw0211
asked 2016-07-07 10:58:49 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2016-07-07 11:28:06 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

Wrap a Coil:Cooling:WaterToAirHeatPump inside an AirLoopHVAC:UnitarySystem and place that on the supply side on your air loops. You'll need to use the API to create these objects.

There are two schools of thoughts as to how you should do this: either you include the fan, and a potential heating coil inside the UnitarySystem, or you just wrap each component individually in an UnitarySystem (for example two unitarysystem, one for the cooling coil and one for the heating coil) and place a SetpointManager on the outlet of each.

There are a couple of threads on Unmet Hours that talk about this subject:

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2016-07-07 16:40:01 -0500, updated 2016-07-07 16:42:12 -0500
edit flag offensive 0 remove flag delete link

Comments

@Julien Marrec, Thank you! This is very helpful!

lyw0211's avatar lyw0211 (2016-07-11 16:31:24 -0500) edit
add a comment see more comments