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

Method nextInletPort

src/model/Mixer.cpp:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 unsigned Mixer::nextInletPort() const {
140 return getImpl<detail::Mixer_Impl>()->nextInletPort();
141 }
142
143 boost::optional<ModelObject> Mixer::outletModelObject() const {
144 return getImpl<detail::Mixer_Impl>()->outletModelObject();

Callers 12

removeFromLoopMethod · 0.45
addBranchForZoneImplMethod · 0.45
removeBranchForZoneMethod · 0.45
createTopologyMethod · 0.45
createTopologyMethod · 0.45
removeReturnPlenumMethod · 0.45
setPlenumorMixerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected