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