2

Writing EnergyPlus Measures

Is there a methodology for writing EnergyPlus measures that can be run without OpenStudio? For example, replacing all the constructions in the .idf file with a single, new construction.

CR Jones's avatar
71
CR Jones
asked 2016-03-20 07:32:47 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2016-04-02 13:07:21 -0500
edit flag offensive 0 remove flag close merge delete

Comments

1

What's your specific reason or use case for not using OpenStudio? Generally EnergyPlus Measures are meant for EnergyPlus features that aren't yet available in OpenStudio, but your example can be accomplished by running these BCL measures in the OS app:

  1. Remove Hard Assigned Constructions
  2. Assign ConstructionSet To Building
MatthewSteen's avatar MatthewSteen (2016-03-20 18:11:27 -0500) edit

Are you interested in running OpenStudio Measures without a graphical interface? We are working on a command line interface for running measures.

macumber's avatar macumber (2016-03-20 23:05:34 -0500) edit

I am working with the ASHRAE Prototype EnergyPlus models. Correct me if I am wrong but I don't believe I can import these models into OpenStudio hence my query about EnergyPlus measures.

Chris Jones's avatar Chris Jones (2016-03-21 07:48:18 -0500) edit
add a comment see more comments

1 Answer

2

A couple scripting options come to mind:

  1. EPPy (Python)

  2. Params (Ruby)

Also, there's an OpenStudio Prototype Building measure under development.

MatthewSteen's avatar
10.1k
MatthewSteen
answered 2016-03-21 08:47:12 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments