First time here? Check our help page!
1

Can EnergyPlus output report chiller energy consumption associated with a process chilled water load?

In EnergyPlus, we are using LoadProfile:Plant to apply a process chilled water load to a chilled water system. (It represents chilled water loading associated with water-cooled refrigeration racks.) Is there a way to report the (approximate) chiller energy consumption associated with this process load?

In DOE2.2 (eQuest) this was reported as chiller energy with an end use category of "Misc. Equip". I assume the reported value was determined by allocating a portion of the total chiller energy at each hour using the ratio of the process load to the total chilled water load for each hour. We can run the simulation with and without the process load applied to get a better answer, but I wondered if there is a similar approximate answer available in EnergyPlus.

Molly Curtz's avatar
1.3k
Molly Curtz
asked 2017-01-23 13:26:32 -0500
Julien Marrec's avatar
29.7k
Julien Marrec
updated 2017-01-23 14:34:58 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

You could use the Output Variables for the LoadProfile:Plant to output the heat transfer rate to the refrigeration load, use the Output Variables for the PlantLoop to output the total load on the plantloop, and calculate the percentage of the load that refrigeration load represents. Then, you could report the total chiller energy and multiply by the percentage to estimate the total chiller energy used to serve the refrigeration loads.

Update:

To automate this, you could:

  1. Make an EMS Actuator for each output variable
  2. Make an EMS Program to do the math to calculate the result
  3. Make an EMS Output Variable to report out the resulting timeseries.
aparker's avatar
8.2k
aparker
answered 2017-01-24 12:41:56 -0500, updated 2017-01-24 23:16:21 -0500
edit flag offensive 0 remove flag delete link

Comments

Good idea. Thanks very much for this suggestion. I think you are suggesting this would be done in post-processing. Is there a way within EnergyPlus to create a custom, calculated, report variable? Still, your suggestion will be easier & faster than running the simulation twice.

Molly Curtz's avatar Molly Curtz (2017-01-24 14:03:36 -0500) edit

Yup, see update.

aparker's avatar aparker (2017-01-24 23:16:29 -0500) edit

Great! Thank you!

Molly Curtz's avatar Molly Curtz (2017-01-25 12:40:35 -0500) edit
add a comment see more comments