2

How to run EnergyPlus measures?

when i create OpenStudio measures, i find it is possible to create Energyplus measure? How do i implement the Energyplus measure? Do i need to run the E+ measure through OpenStudio, which will finish the desired task in the back? Or do i need to import the E+ measure into energyplus to do the desired task? But it seems no place to import energyplus measure in E+.

building_performance's avatar
441
building_performance
asked 2015-09-23 11:20:16 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2015-11-12 15:42:03 -0500
edit flag offensive 0 remove flag close merge delete

Comments

As David and Larry point out below, you can run EnergyPlus measures using the OpenStudio tools. The changes to the EnergyPlus model will occur at the right time before EnergyPlus simulation EnergyPlus (and related tools like EP-Launch) do not provide any functionality for running measures.

macumber's avatar macumber (2015-09-23 11:53:10 -0500) edit
add a comment see more comments

2 Answers

4

You may have already spotted this example measure in the BCL. EnergyPlus measures are dragged and dropped in OpenStudio applications like other measures, the big difference is that they run after the OpenStudio model is translated from OSM to IDF, but before the simulation runs. They are typically used when you need access to something that has yet to be wrapped as an OpenStudio object. The above PV example was a good use case, but PV objects should be showing up in version 1.9.1 or thereabouts. Another good use case is for EMS code. We've been writing a number of EMS measures that haven't shown up in the BCL yet, but should appear shortly as examples of how to inject custom control logic into your model.

ljbrackney's avatar
3.8k
ljbrackney
answered 2015-09-23 11:44:13 -0500
macumber's avatar
12k
macumber
updated 2015-09-23 11:45:47 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
2

You can run the EnergyPlus measures in the OpenStudio application and in PAT. In OpenStudio you have to do this in the "Measrues" tab. You can't run an EnergyPlus measure using "Apply measures now". The reason for this limitation is that an IDF isn't typically generated until you kick off a run. As part of the runtime workflow the OSM file gets translated to IDF, then any EnergyPlus measures placed in the workflow are run, then the resulting IDF is passed to EnergyPlus for simulation. After EnergyPlus is done, any Reporting measures will run.

Here is a link to a view of measures tab in OpenStudio application and PAT. You can also run EnergyPlus measures using The OpenStudio cloud based spreadsheet analysis, and using the command line on your computer, outside of any OpenStudio GUI's.

David Goldwasser's avatar
20.4k
David Goldwasser
answered 2015-09-23 11:47:14 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments