2

OpenStudio SubMeter?

I am new to OpenStudio and EnergyPlus. I want to have a sub-meter function in my OpenStudio model. I tried to look up a similar in OpenStudio but couldn't find any. The other method I tried is to create an exterior fuel equipment, and assign power and schedule to it. However, I couldn't find a way to do it in OpenStudio interface.

Can you share your method to build a sub-meter function in OpenStudio? Or can you help me create the exterior fuel equipment in OpenStudio interface?

Chuangye Guan's avatar
61
Chuangye Guan
asked 2014-10-21 21:12:05 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2016-04-08 08:14:13 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

7

There's a measure for that.

Look through the MDD file after a run to see what meters are available in your model, download the measure via the OS App, paste in the name of the meter verbatim, and then run again. If that doesn't fit your needs you might need to write your own measure to create a custom meter in EnergyPlus. Hope that gets you started.

MatthewSteen's avatar
10.1k
MatthewSteen
answered 2014-10-21 21:25:39 -0500, updated 2015-07-14 09:13:29 -0500
edit flag offensive 0 remove flag delete link

Comments

1

So I guess the new working phrase for OpenStudio is going to be "there is a measure for that" :-)

Thanks for letting us now about it.

Ralph Muehleisen's avatar Ralph Muehleisen (2014-10-23 14:12:53 -0500) edit

@MatthewSteen - what format is needed to add the variable name>- i.e. I found that this might be useful for me "Output:Meter,Cooling:Electricity,hourly; !- [J]" from mdd file. I added a new measure AddOutputVariable which needs the variable name and frequency. What should be my variable name- format?

rkbest's avatar rkbest (2015-07-13 16:03:24 -0500) edit

@rkbest to use the measure only the meter name and interval are needed. For the meter you mention above enter Cooling:Electricity and select hourly from the dropdown choice.

MatthewSteen's avatar MatthewSteen (2015-07-14 09:12:56 -0500) edit
add a comment see more comments