How to change idd file to allow Fan:SystemModel on Branch?
Running the newest version of energyplus with idf editor claims the Fan:SystemModel is not a valid object to put on a Branch, even though the simulation runs fine.
How do I alter the idd file so my measures can place Fan:SystemModel objects on Branch objects?
Comments
Added openstudio-measure tag since the main question is how to get the measure to work. The IDF Editor validity check is secondary.
@MJWitte Changing the idd file has worked before. There was a similar issue here. But that fix didn't work this time. Do you know if the way workspace.addObject(object) determines if the object being added is valid or not with reference to an idd file has changed?