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

eQuest Geometry to EnergyPlus

asked 2015-10-29 17:26:24 -0500

This is a bit of a hopeful question, but, is it ever possible to move eQuest geometry into an idf file? We have a lovely eQuest model and don't really want to rebuild. We are happy to go behind the scenes and grab vertices we don't need any other information just the straight geometry. Failing that is it possible to open an eQuest model in sketchup?

edit retag flag offensive close merge delete

Comments

1

There is in fact a measure for that! It has a strange name that I dont recall, but it is there.

__AmirRoth__'s avatar __AmirRoth__  ( 2015-10-29 19:12:42 -0500 )edit

3 Answers

Sort by ยป oldest newest most voted
13

answered 2015-11-06 10:37:20 -0500

Phylroy Lopez's avatar

updated 2019-05-15 08:20:07 -0500

While this is not a eQ->E+ this is a eQ to OpenStudio geometry (surfaces, subsurfaces, space, zone) converter.

This measure is a stand-alone implementation using BTAP's equest module. Until BTAP is gemified, this is to be conisdered a hard fork of that work.

This may or may not work as this is dependent on the complexity of your model. This was created using eQuest 3.62 as the basis. So future versions may not work with this script. YMMV greatly.

The measure is contained in the following repository. Users should be able to download or git clone from this repository. This was last used successfully on OpenStudio v2.6.0

https://github.com/canmet-energy/btap

Instructions on how to use this is contained in this markdown file here

https://github.com/canmet-energy/btap...

Known Issues: The converter seems to have problems with special characters (accented French and Spanish characters for example). The file encoding in Ruby and eQuest make this cause some issues. Please ensure your model does not contain special characters in your model.

Enjoy!

Phylroy

edit flag offensive delete link more

Comments

Wow. That's awesome!

ericringold's avatar ericringold  ( 2015-11-06 10:40:37 -0500 )edit

@Phylroy Lopez - has there been an update to this measure?

Nithya's avatar Nithya  ( 2016-09-29 09:41:42 -0500 )edit

I see this is a year old, but count me in as interested in any updates concerning the capacity to create doe2 measures! I'm struggling right now to envision/create a means to distribute python-based tools (of which I suppose some might be analogous to "measures") out for others without a Python/programming background to leverage in doe2/eQUEST simulation development.

Nick Caton's avatar Nick Caton  ( 2016-10-10 13:50:00 -0500 )edit
1

Any update to this? I have 15 years of equest models that I would love to update.

jmoody's avatar jmoody  ( 2018-01-26 08:01:20 -0500 )edit
1

The method declaration is here part of the standards project. From there you can save or modify the resulting object to an osm file using the standard methods. Your code would look ~like this.

input_file = '\path\in.inp'
output_file = '\path\out_geometry.osm'
model = BTAP::FileIO::load_e_quest(input_file )
BTAP::FileIO::save_osm(model,output_file )

I'd add the updated measure, but I am very tight on time... but this should work for the measure savvy. YMMV.

Phylroy Lopez's avatar Phylroy Lopez  ( 2018-01-30 11:55:13 -0500 )edit
8

answered 2015-11-06 14:50:09 -0500

Joe Huang's avatar

updated 2015-11-06 15:13:02 -0500

Back in 2007, I led a team of 7 at LBNL to develop doe2ep, a modified version of DOE-2.1E that exports an EnergyPlus imf file that then goes through epmacro to produce an idf file. In contrast to other efforts I've seen, doe2ep was meant to be a full conversion including both the building and HVAC descriptions. Due to funding limits, we were able to convert 95% of the loads, 50% of the HVAC, and maybe 25% of the Plant inputs, the missing portions mainly system and plant types that were not covered. However, for what it can translate, doe2ep has been very robust, as attested by that I used doe2ep to create all the first versions of the DOE Reference Commercial Buildings (also in 2007).

In 2012, I had another project with SCE where I was tasked with converting hundreds of eQUEST/DOE-2.2 files to EnergyPlus, and developed a process using awk scripts to convert from DOE-2.2 to DOE-2.1E, use doe2ep to go to EnergyPlus 3.0, and finally the Multiple VersionUpdater to what was then current, i.e., EnergyPlus 7.2. See the report here for details.

I don't have any intentions of turning this into a self-contained piece of software, since that would take a lot of time and debugging, but I have provided this as a service on multiple occasions to others. When I get a DOE-2.2 file, I run it through my process to see what happens, and then deal with problems that occur.

edit flag offensive delete link more

Comments

1

@Joe Huang, your vintage is showing! :) Also, you should learn to script OpenStudio Measures. I really think you will love it.

__AmirRoth__'s avatar __AmirRoth__  ( 2015-11-06 15:14:05 -0500 )edit
8

answered 2015-10-29 19:53:27 -0500

updated 2018-08-27 14:31:46 -0500

Hey Annie - here are a couple options:

I haven't used any of these and the last one is the OpenStudio measure Amir mentioned. As far as I know it's not publicly available, but @macumber can probably send you a copy.

edit flag offensive delete link more

Comments

1

I think it lives here, but no guarantees.

ericringold's avatar ericringold  ( 2015-10-29 20:00:52 -0500 )edit
1

Looks like that might be it, nice jiu Gitsu.

MatthewSteen's avatar MatthewSteen  ( 2015-10-29 20:27:10 -0500 )edit
2

@Eric Ringold that is the correct link, if you want to easily download it you can use this link to download the whole repository as a zip, then you can copy the measure from lib/btap/measures/btap_equest_converter to your My Measures directory.

macumber's avatar macumber  ( 2015-10-29 23:07:11 -0500 )edit

oh my goodness you are all amazing!

Annie Marston's avatar Annie Marston  ( 2015-10-30 08:36:34 -0500 )edit
2

@macumber, thanks for the information. I downloaded it and copied to my directory. However, it said "failed to compute arguments for measure: cannot load such file". Is there anything else we need to do after we download? any change to the measure?

Yan's avatar Yan  ( 2015-11-05 09:23:38 -0500 )edit

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

5 followers

Stats

Asked: 2015-10-29 17:26:24 -0500

Seen: 2,570 times

Last updated: May 15 '19