IDF to INP Converter for NREL BCL
For those of you not aware a while back NREL began publishing library components to their BCL Catalog. The Library has grown extensively since the initial rollout. The components for the time being a compatible with EnergyPlus and a supplied IDF definition can be found with the ZIP package for each component. It is truly a blessing to have access to this catalog which contains not only custom items but a huge selection of standards based elements such as ASHRAE 90.1 and 189.1 construction components. Being an EnergyPlus user myself I am pretty content receiving an IDF file, and if you use OpenStudio I believe the API allows for pulling these components directly into your model for immediate use. While certainly an excellent workflow for an EnergyPlus user it became clear to me during recent conversations with one of the USACE divisions that having these components in INP format for use in eQUEST (DOE2.2) would be quite nice for all the existing eQUEST users still fighting the good fight. So, I took some of my recent experience working with file processing in Python and whipped up a fairly decent conversation script for converting BCL construction components from IDF to INP. … Continue reading
