Import IDF directly to Openstudio

While working in Ladybug Tools and Honeybee, we have the luxury to import IDF directly and run our simulation. However, we can not import IDF directly to hashtag#OpenStudio apps. Last month, I made this simple measure that can be used to import IDF file to a blank OpenStudio file. We just need the ddy and epw files to run the simulation. The measure can be found in BCL under the repo "Openstudio_Measures_meftah": https://lnkd.in/gm5JDx75. I really appreciate any feedback so that I can improve my understanding to write measure.

Import IDF to OS

Description

This measure allows you to import an IDF file to Openstudio without further process. It is created on top of Inject IDF Object measure by NREL.

Modeler Description

This measure allows the user to import an IDF file to Openstudio without editing. User may require to import weather file only. Openstudio can not import HVAC and other objects. This measure will make sure that all IDF objects are imported

Measure Type

EnergyPlusMeasure

Arguments

IDF File Name

The idf file to be imported Name: source_idf_path, Type: String, Units: , Required: true, Model Dependent: false

Comments

Popular posts from this blog

Fine-Tune Large Language Model

Retrieval Augmented Generation using Llama Index

Openstudio Measure