1

How can I create a virtual load to activate supply side of plant?

I need my plant loop pumps to circulate the working fluid during some hours with no actual load. I need this to charge the thermal storage tank during no-load conditions. Thermal storage is placed after the chillers mixer and chillers are controlled by cooling load based operation scheme. Also, my plant loop has no common pipe and has HeaderedPumps:ConstantSpeed in the supply inlet branch.

I considered LoadProfile:Plant but there are two problems with that. First, it affects the sizing of the pumps and chillers which is unfavorable. Second, I need chillers to operate based on load and PLR not based on flow requests. Do you have any suggestions to fix these issues (common pipe, ems, user-defined component etc)?

Update: Here is a visual perspective and an additional explanation about the virtual load [Ref]:

image description

Babak's avatar
107
Babak
asked 2020-12-04 01:20:42 -0500, updated 2020-12-04 14:28:53 -0500
edit flag offensive 0 remove flag close merge delete

Comments

1

Have you tried an AvailabilityManager:Scheduled or AvailabilityManager:ScheduledOn?

Julien Marrec's avatar Julien Marrec (2020-12-04 09:21:27 -0500) edit

@Julien Marrec, Where should I use it? I didn't get your point.
Actually, I got the idea of the virtual load from a paper. I add some screenshots if it helps.

Babak's avatar Babak (2020-12-04 13:38:12 -0500) edit
add a comment see more comments

1 Answer

1

Here is a solution my friend. After autosizing components in the plant loop that you intend to use your virtual load, replace autosized loadprofile:plant would not affect component sizing. The second problem I think is handled by the load distribution of the energyplus. You just have to set a binary value for load and maximum flow rate (pump size) for the flow of theloadprofile:plant. Then using ems you can turn off the pumps when the chiller PLR is zero.

Mehrdad Vojdani's avatar
1.1k
Mehrdad Vojdani
answered 2020-12-05 23:10:09 -0500, updated 2020-12-05 23:11:47 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments