3

OpenStudio to BEopt

I have a preexisting model in OpenStudio but would like to give BEopt a shot. Is it possible to import the files across interfaces?

ewitisyucky's avatar
31
ewitisyucky
asked 2023-07-05 12:30:43 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2023-07-05 17:55:19 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

It is not possible to bring a model from the OpenStudio app into BEopt. The OpenStudio app is a general-purpose application that closely mirrors the EnergyPlus inputs and helps you create a single model in great detail. BEopt, on the other hand, is very tailored towards modeling residential buildings using higher-level geometry and other inputs, and helps compare many different design alternatives.

The only connection that exists is that you could technically import any of the BEopt design alternatives into the OpenStudio application, because BEopt creates OpenStudio models behind the scenes as part of running EnergyPlus simulations.

shorowit's avatar
11.8k
shorowit
answered 2023-07-06 22:46:15 -0500, updated 2023-07-07 11:27:55 -0500
edit flag offensive 0 remove flag delete link

Comments

@shorowit Is there documentation on the method to export/import BEopt into OpenStudio? Is there a recommended workflow for this approach? Is there any data loss?

muhl's avatar muhl (2023-07-25 10:35:38 -0500) edit

BEopt does not by default create the *.osm file but you could change args['debug'] = debug to args['debug'] = true on line 66 of C:\Program Files (x86)\NREL\BEopt_3.0.1\Workflow\run_simulation.rb to get it. If there is interest from users, we could consider a BEopt setting in the future to allow the OSM to be generated.

shorowit's avatar shorowit (2023-07-25 16:19:35 -0500) edit

Is this a methodology that would allow the OSM to be generated and calibrated to be compliant with BPI-2400?

muhl's avatar muhl (2023-07-27 15:42:50 -0500) edit

@shorowit - When I do this it produces the OSM but when I load it into OpenStudio 3.7 the geometry is exploded - windows, walls, etc. are not in contact with the floorspaces that are present.

Mcheunn's avatar Mcheunn (2024-06-13 11:18:02 -0500) edit

That's correct, 3D geometry from BEopt v3 is not currently preserved in the OpenStudio model. BEopt uses OpenStudio-HPXML to produce the model, and the OpenStudio-HPXML project has some documentation regarding geometry here.

shorowit's avatar shorowit (2024-06-13 12:07:15 -0500) edit
add a comment see more comments