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

Method nextInletPort

src/model/AirLoopHVACReturnPlenum.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 unsigned AirLoopHVACReturnPlenum_Impl::nextInletPort() const {
110 return inletPort(this->nextBranchIndex());
111 }
112
113 bool AirLoopHVACReturnPlenum_Impl::addToNode(Node& node) {
114 bool result = true;

Callers 2

addToNodeMethod · 0.45
removeMethod · 0.45

Calls 1

nextBranchIndexMethod · 0.45

Tested by

no test coverage detected