1

Modeling a scheduled power outage in EnergyPlus with priority loads

Is it possible to model a power outage in EnergyPlus where certain loads are given priority to backup power? For example, in a supermarket, lights, computers, and refrigerators with sodas may not be powered but the refrigerators with meat would be powered.

carolyng's avatar
75
carolyng
asked 2020-09-21 14:40:19 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-10-01 09:19:11 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

1

If you need to control refrigeration, then your best option may be using the Energy Management System (EMS) feature of EnergyPlus. There is an EMS Actuator option for the Refrigeration:System object, but only to override the Minimum Condensing Temperature input field. If you use this approach, it may be a good idea to include the controls of everything else (lights, computers, etc.) in your EMS objects and routines.

You can read more in this post.

Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2020-09-22 09:59:27 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

Take a look at these objects:

  • DemandManager:ElectricEquipment
  • DemandManager:ExteriorLights
  • DemandManager:Lights
  • DemandManager:Thermostats
  • DemandManager:Ventilation
  • DemandManagerAssignmentList

Then you can always just schedule your objects to turn them off.

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2020-09-22 04:03:27 -0500
edit flag offensive 0 remove flag delete link

Comments

Right I saw that. It doesn't look like the Demand Manager can control refrigeration unfortunately, only the electric loads specified in the "Electric Equipment" object.

carolyng's avatar carolyng (2020-09-22 07:04:38 -0500) edit
add a comment see more comments