You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
m=Model.newa=AirLoopHVAC.new(m)oaController=OpenStudio::Model::ControllerOutdoorAir.new(m)oaSystem=OpenStudio::Model::AirLoopHVACOutdoorAirSystem.new(m,oaController)oaSystem.addToNode(a.supplyOutletNode)vrftu=ZoneHVACTerminalUnitVariableRefrigerantFlow.new(m)vrftu.addToNode(oaSystem.outboardReliefNode.get)vrftu.inletNode.get.setName("VRF TU Inlet Node")#vrftu.outletNode.get.setName("VRF TU Inlet Node")oaSystem.outboardReliefNode.get.setName("Relief Node")oaSystem.reliefComponents.map{|c| c.nameString}=>["Zone HVAC Terminal Unit Variable Refrigerant Flow 1","VRF TU Inlet Node","Relief Node"]
Expected Behavior
=> ["VRF TU Inlet Node", "Zone HVAC Terminal Unit Variable Refrigerant Flow 1", "Relief Node""]
jmarrec
changed the title
Issue in AirLoopHVACOutdoorAirSystem::refliefComponents with ZoneHVACComponents: wrong order
Issue in AirLoopHVACOutdoorAirSystem::reliefComponents with ZoneHVACComponents: wrong order
Jun 14, 2021
Issue overview
Current Behavior
The order is wrong.
Expected Behavior
Steps to Reproduce
See ruby code above
Possible Solution
This is wrong:
OpenStudio/src/model/AirLoopHVACOutdoorAirSystem.cpp
Lines 345 to 359 in 70a5549
Edit: it's my fault too, sorry about that. I introduced a copy paste error in 292cece
Details
Environment
Some additional details about your environment for this issue (if relevant):
Context
Found on openstudiocoalition/OpenStudioApplication#384
The text was updated successfully, but these errors were encountered: