What VRF output variables should I consider to calculate electric energy consumption?
I'm working on a building with:
- 1 VRF System (Outdoor Unit);
- 3 VRF Terminals (Indoor Units)
At this moment, I generated the IDF by using OpenStudio SketchUp Plugin.
My aim is to know the total electric energy consumed by the whole HVAC system of the building during a certain period of time.
Reading the EnergyPlus docuentation, I've seen these two output variables:
VRF Heat Pump Cooling/Heating Electric Energy: it measures electricity consumption of the VRF heat pump (outdoor unit) for the time period being reported. It includes electricity used by the compressor and the condenser fan.
Zone VRF Air Terminal Cooling/Heating Electric Energy: it's the electricity consumption associated to a single zone terminal unit (indoor unit) for a certain time period. This value is calculated for each HVAC system timestep being simulated, and the results are summed for the time step being reported. There's this variable for each VRF Terminal Unit.
So, I thought that, to calculate the total electric energy consumption of the whole HVAC of the building, I could sum up the values of these variables (in this way, I sum up "Indoor Units" + "Outdoor Unit" consumptions).
What do you think, is it ok, or should I consider other output variables in order to calculate the total electric consumption?