4

what is included in interior equipment for EnergyPlus?

The Electricity Consumption bar chart that I got after running the open studio - energy plus the consumption for Interior equipment seems too large. I was wondering what equipments are considering as internal?

alpinos's avatar
41
alpinos
asked 2015-01-25 15:46:58 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2015-11-11 13:04:05 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

4 Answers

4

In EnergyPlus the end use category InteriorEquipment is an Output:Meter object that combines either ElectricEquipment or GasEquipment objects from all zones.

In OpenStudio these are found in the Loads tab under Electric Equipment Definitions and Gas Equipment Definitions. These internal gains are essentially rolled up to the building level and reported as monthly totals in the Results Summary tab bar chart.

Assuming your building type is not dominated by internal equipment gains, a couple questions I would have are:

  1. Does the interior equipment end use seem too large in absolute terms? If so look at the values used in the model for the Electric Equipment Definitions.

  2. Does the interior equipment end use seem too large in relative terms? If so, then your model may not be well tuned (i.e. have unreasonably high unmet hours, say >300 heating or cooling hours not met by the HVAC system). If so then take a look at the HVAC system parameters.

For reference, here's the output from a primary school:

image description

MatthewSteen's avatar
10.1k
MatthewSteen
answered 2015-01-25 19:35:20 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
3

The existing answers are very good but I just wanted to touch on a few other things to look at. In OpenStudio an internal load instance consists of three parts. The load definition, a fractional schedule, and a multiplier. The load instance can exist as part of a space type description or can be applied directly to a space.

If an internal load seems high (or low) check the definition, but also check the schedule and multiplier. Generally the definition represents either the peak load or often a typical usage load (typical usage is of course a bit fuzzy of a term). The schedule define the.usage as a fraction of the definition value throughout the year. The multiplier the quantity of obj ctd that exists. If you are using an electric4 power density such as 1.2 W/soft then the multiplier is typically 1.0. But if your definition is an 80W computer, then the multiplier may be 20 or 50 (representing the actual quality of that specific equipment type in the building).

David Goldwasser's avatar
20.4k
David Goldwasser
answered 2015-01-26 08:56:34 -0500, updated 2015-01-26 08:59:56 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
2

Interior equipment includes any equipment that requires electricity, that is not already accounted for by HVAC, refrigeration, or lighting objects. For example:

  • Computers
  • Refrigerators and freezers (non-commercial)
  • Printing/copying
  • Vending machines
  • Laundry appliances
  • Televisions
  • Elevators
  • Swimming pool/ hot tub heaters and pumps

The actual composition will depend on space type.

Neal Kruis's avatar
4.7k
Neal Kruis
answered 2015-01-25 18:15:09 -0500, updated 2015-01-25 18:23:43 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
1

The EnergyPlus mtd output file documents all of the meter connections. Assuming the OpenStudio bar chart is based on the ABUPS table output, then Interior Equipment is everything on the InteriorEquipment:Electricity, which is essentially all of the ElectricEquipment objects in the idf. Similar, for gas and other resources.

MJWitte's avatar
9.7k
MJWitte
answered 2015-01-25 19:33:16 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments