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

How to simulate hot water pipes heating system?

asked 2018-12-27 09:50:09 -0500

taher.ahel's avatar

updated 2018-12-27 10:06:57 -0500

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

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2018-12-27 11:39:15 -0500

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.

edit flag offensive delete link more

Comments

thank you.that's right.

taher.ahel's avatar taher.ahel  ( 2018-12-30 03:40:13 -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-12-27 09:50:09 -0500

Seen: 318 times

Last updated: Dec 27 '18