3

How to simulate hot water pipes heating system?

I'm going to simulate a greenhouse heating pipe system in EnergyPlus that contains boilers, Pumps and pipes.

Boilers heat the water then Pumps circulate the water through the pipes that have been placed in the greenhouse to warm the zone.

Pipes are shown in the picture below.

I have simulated pumps and boilers and all branches by Plantloop object but what I wasn't able to simulate was pipes that heated the zone.

I've used ZoneHVAC:Baseboard:Convective:Water instead of pipes to Complete the loop.

How can I use pipes instead of baseboard? is there any way?

image description

taher.ahel's avatar
436
taher.ahel
asked 2018-12-27 09:50:09 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-12-27 10:06:57 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

EnergyPlus does have a Pipe:Indoor object that transfers heat to a zone. You would define a Construction for the Material layers of the pipe wall from outside (touching the zone) to inside (touching the hot water), similar to how you would define a wall assembly. The best example file to review on how to use this object is PipeHeatTransfer_Zone.idf, where the indoor pipe exchanges heat with a plenum zone, and is located downstream from a cooling tower (the two components are on the same Branch object) on the supply side of a condenser water loop.

I should note that EnergyPlus will allow a pipe to be the only component on a branch, but a pipe (of any object type) cannot be referenced by the ZoneHVAC:EquipmentConnections object that sets what components are connected to a zone and provide heating or cooling to that zone. This means that you will need some other heating component to be part of the equipment connections (like your baseboard heater). Then, your baseboard heater and indoor pipe should be part of the same Branch in your hot water loop. This way, when the zone needs heating, the baseboard heater will request hot water from the boiler, and that hot water will flow through the indoor pipe as well as the baseboard heater. To make sure the indoor pipe is the only component providing heat, set the baseboard heater capacity to zero.

Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2018-12-27 11:39:15 -0500
edit flag offensive 0 remove flag delete link

Comments

thank you.that's right.

taher.ahel's avatar taher.ahel (2018-12-30 03:40:13 -0500) edit
add a comment see more comments