4

Graphical Interface for the building geometry in EnergyPlus

Hi everyone,

I am currently working on the development of a web application to assess the whole building energy performance using EnergyPlus. The goal is to post-process the EnergyPlus outputs and calculate energy performance indicators used on Energy Performance Certificates (EPC).

Normally, to create and modify the building geometry inputs for the energy model, I use SketchUp Make with the Euclid Extension, which outputs an IDF file to be edited on IDF Editor. However, as this application is for non-commercial usage, I wanted to know if there is any other way to create the building geometry without the user having to input all the coordinates without any graphical interface. The solution could be an open-source graphical interface, to be embedded in the user interface or a way to input dimensions instead of coordinates.

Thank you in advance,
João Tiago Homem

jthomem's avatar
103
jthomem
asked 2020-05-13 10:07:50 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-05-18 14:07:48 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

4

what about FloorSpace JS ?

TheEnergyTutor's avatar
868
TheEnergyTutor
answered 2020-05-13 10:41:18 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you for your quick response. For what I have been reading here, FloorSpace JS cannot convert this JSON file into an IDF file, which I need to add the rest of the building model details (construction, schedules, HVAC...). Is there any way to overcome this situation?

jthomem's avatar jthomem (2020-05-13 12:42:13 -0500) edit
1

@jthomem this measure can convert FloorSpaceJS files to an OSM. By dropping this into an OSW file you can do this without requiring Ruby, and you can forward translate it to an IDF file; just make sure spaces are associated with zones first or the geometry won't make it to the IDF.

David Goldwasser's avatar David Goldwasser (2020-05-13 17:43:33 -0500) edit
add a comment see more comments