ladybug-tools / honeybee-openstudio-gem

:honeybee: :gem: Library and measures for translating between Honeybee JSON schema and OpenStudio Model schema (OSM)
Other
6 stars 8 forks source link

fix(simulation): Take an iron-fisted approach with Simulation Control #323

Closed chriswmackey closed 8 months ago

chriswmackey commented 8 months ago

It seems that, even when you tell the OSM to not perform the sizing calculation with simulation control, the OpenStudio SDK does not translate this into the IDF. To get around this, I'm taking an iron-fisted approach where I just don't write the design days into the OSM/IDF when simulation control says to not perform zone sizing.

This produces the desired behavior, though I should note that the simulation is only successful when the model is unconditioned or the only HVAC is IdealAir with NoLimit sizing and no exonomizer.

github-actions[bot] commented 8 months ago

:tada: This PR is included in version 2.36.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: