Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addToNode
Method · 0.45
remove
Method · 0.45
Calls
1
nextBranchIndex
Method · 0.45
Tested by
no test coverage detected