1

plug loads detailed Yearly consumption

I am looking for simple way to calculate yearly electrical consumption of specific plug load in order to calibrate my schedules and loads in OS. Any Idea how to do that? Looking for some way to get that from the output of the simulation.

Avi's avatar
4.3k
Avi
asked 2017-08-18 03:54:57 -0500, updated 2017-08-19 11:00:57 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1
  1. You need to calculate the total peak demand of the specific plug load for a specific area type. Ex: 1W/sf of plug load density for 2,000 sf space. If you multiply the numbers, you get 2,000 W or 2Kw of peak demand for plug loads.

  2. You need to calculate for how many hours your plug loads are turned on. You can calculate it easily by looking at the plug load schedules.

2.1. Calculate the number of hours for weekdays: Simply add the fractions for day (24 hour values) schedule. Ex: 0.1+0.2+0.8+0.9..........+0.4 = 15.5 hours. It means overall, the plug loads are ON for 15.6 hours (Call it A1). Do similar work for the weekends (only if the schedule is different for weekends). Lets say the value is 8 hours (Call is B1) for sat & sunday both.

2.2. Calculate total number of hours in a year when the plug loads are ON. Multiply A1 by total number of weekdays in the year, and B1 by number of weekends. Make sure you exclude the public holidays too (if). There are 260 weekdays in 2017, (15.6260) + (8105) = 4,896 hours out of 8,760.

  1. Multiply 4,896 by 2Kw = 9,792 kWh.

You do exactly same calculations for lighting or any other space loads.

Harshul Singhal's avatar
565
Harshul Singhal
answered 2017-08-18 11:43:12 -0500
edit flag offensive 0 remove flag delete link

Comments

@ Harshul Singhal As much as the answer is correct it is very tedious to carry that on 20 different complicated schedules (with many day schedules). I am looking for a way to get the data as a part of the report.

Avi's avatar Avi (2017-08-19 10:59:41 -0500) edit
add a comment see more comments