3

HVAC output variable that better describes electricity consumption

Hi! I'm trying to figure out what are the output variables that better describes HVAC electricity consumption system[Kw] for each hour. I'm using OpenStudio and my single zone model has a Packaged Rooftop Heat Pump HVAC system. It's correct to sum (Air System Total Heating Energy)+(Air System Total Cooling Energy )+(Air System Fan Electric Energy) and then convert [J] to [Kw] in order to obtain electricity consumption? Analysing my *.rdd file I also tried to obtain electricity consumption by using "Facility Total HVAC Electric Demand Power" and the results of this two "methods" are very diferent. What is the best way to obtain the HVAC electricity consumption? Thank you

Wilson's avatar
543
Wilson
asked 2016-04-20 14:25:27 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-05-04 06:09:47 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

In Energy plus, you can check mtd file to see what each energy meter is comprised of.

kW is power demand, not energy (kWh) . You should looking for variable that ends with energy not rate.

BL's avatar
980
BL
answered 2016-04-20 16:09:57 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you for your answer Bo_Lin. On InputOutpuReferences we can see that "Facility Total HVAC Electric Demand Power"(HVAC Average [W]) includes all of the electric demand from the HVAC portion of the simulation, which would contain fans, electric coils, pumps, chillers, cooling towers, etc. My simulations are made in a hourly basis. So, as this output variable unit is [W] a can transform it to [Kw]. As I'm working on a hourly basis I can have for each time step my values in [Kwh] (Correct me if I'm wrong).

Wilson's avatar Wilson (2016-04-20 17:43:54 -0500) edit

I'm looking for a output variable that defines HVAC electricity consumption so I can use it in "add_output _variable" measure on OpenStudio and then export it to a spreadsheet using ReadVarESO.

Wilson's avatar Wilson (2016-04-20 17:44:41 -0500) edit
add a comment see more comments