MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / nextOutletPort

Method nextOutletPort

src/model/AirLoopHVACSupplyPlenum.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 unsigned AirLoopHVACSupplyPlenum_Impl::nextOutletPort() const {
94 return outletPort(this->nextBranchIndex());
95 }
96
97 bool AirLoopHVACSupplyPlenum_Impl::addToNode(Node& node) {
98 bool result = true;

Callers 2

addToNodeMethod · 0.45
removeMethod · 0.45

Calls 1

nextBranchIndexMethod · 0.45

Tested by

no test coverage detected