Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
6

Multiple Meters for a Single Building

asked 2015-01-21 16:23:41 -0500

updated 2015-07-11 16:57:56 -0500

I have a OpenStudio model with a office tower and a multifamily tower. I am trying to create a custom meter so that I can have different utility rates for each part of the building (commercial for the office, residential for the multifamily).

I know that I can create a Meter:Custom object and apply a UtilityCost:Tariff to that meter. Looking in the eplusout.mdd file I have lighting electricity and internal load electricity for each zone, but all of the HVAC energy use is for the entire building. The residential and office towers have different HVAC systems, but I am not sure how to meter each system separately. Is this possible to do?

The only approach I can think of is to use output variables to get the total energy use from each HVAC system and then manually apply the utility rate. For the residential flat rate this would not be a issue, but this would be very difficult for the demand charges for the commercial rate.

Does anyone have a good solution for multiple meters in one model?

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
9

answered 2015-01-21 20:39:35 -0500

updated 2015-01-21 21:04:55 -0500

Meter:Custom combines specific output:variables and meters into a new meter. Consult the mtd output file to find all of the metered output variables coming from the HVAC equipment (look towards the bottom of the mtd output file for the Electricity:HVAC and Electricity:Plant (and Gas . . .) meters and see what's connected to them. For example, from the 5ZoneAirCooled EnergyPlus example file:

For Meter=Electricity:Plant [J], ResourceType=Electricity, Group=Plant, contents are:
  CENTRAL BOILER:Boiler Ancillary Electric Energy
  CENTRAL CHILLER:Chiller Electric Energy
  HW CIRC PUMP:Pump Electric Energy
  CW CIRC PUMP:Pump Electric Energy

Then specify the desired output:variables from these lists on the desired custom meters. And then use the custom meters in the utility rate tariffs.

edit flag offensive delete link more
1

answered 2015-01-21 19:34:19 -0500

updated 2015-01-21 19:34:47 -0500

I don't have experience with this specific problem, but it seems like an Energy Management System routine could meter separate HVAC systems and apply demand charges. Perhaps take a look at Example 9: Demand Management of the EMS Application Guide. It doesn't do exactly what you want, but could provide inspiration.

edit flag offensive delete link more
1

answered 2015-01-21 20:06:05 -0500

@TaylorRoberts I think this is possible but I have not done this myself. This does seem like a good candidate for Big Ladder's free EnergyPlus support service :-)

http://bigladdersoftware.com/projects...source=unmethours&utmmedium=qa&utm_campaign=support-2014-12

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2015-01-21 16:23:41 -0500

Seen: 1,007 times

Last updated: Jan 21 '15