First time here? Check out the Help page!
1 | initial version |
This is definitely an OpenStudio problem, you should open an issue on Github
My two cents:
addToNode
method (see source code here). I think it would make more sense to set the inducedAirInletNode during the forward translation, and to completely hide the inducedAirInletNode property in the API as well (it's not visible in the OS App but there's a getter (no setter) in the API).2 | No.2 Revision |
This is definitely an OpenStudio problem, you should open an issue on Github
My two cents:
addToNode
method (see source code here). I think it would make more sense to set the inducedAirInletNode during the forward translation, and to completely hide the inducedAirInletNode property in the API as well (it's not visible in the OS App but there's a getter (no setter) in the API).