2

Heat source on a water loop

I'd like to model heat reclaim by adding a constant heat source on a water loop. I don't want to model a heat source in a zone that passes through the air loop to the water loop.

Is this possible in OpenStudio / E+ (even if using a work-around)? The only thing I can think of is to add a pump with very low efficiency, and all of the inefficiency going into the water as heat.

bryane's avatar
171
bryane
asked 2015-07-15 23:27:16 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2015-11-12 15:39:00 -0500
edit flag offensive 0 remove flag close merge delete

Comments

@bryane I changed your unique tag to the existing and less general 'heat-recovery'.

MatthewSteen's avatar MatthewSteen (2015-07-16 07:47:18 -0500) edit
add a comment see more comments

2 Answers

4

Alternative to use of EMS user-defined component, as suggested by Archmage, is to define the load on a loop's demand side with the LoadProfile:Plant object

Ivan Korolija's avatar
911
Ivan Korolija
answered 2015-07-16 09:20:55 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you Ivan and Archmage. These look like E+ objects. Do you know any way to do this in OpenStudio?

bryane's avatar bryane (2015-07-16 09:51:08 -0500) edit

LoadProfilePlant is expected in OpenStudio 1.9

Kyle Benne's avatar Kyle Benne (2015-07-16 13:51:37 -0500) edit
add a comment see more comments
3

If you want to add the heat to the supply side of plant loop, you could use DistrictHeating. Just set the nominal capacity to the constant source you want and setup the operation scheme and setpoints so it runs all the time.

If you want to add the heat to the demand side of a plant loop you could use EMS with a user-defined plant component, input object PlantComponent:UserDefined.

Archmage's avatar
7.2k
Archmage
answered 2015-07-16 08:52:34 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments