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

Method inletModelObjects

src/model/Mixer.cpp:96–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 std::vector<ModelObject> Mixer_Impl::inletModelObjects() const {
97 std::vector<ModelObject> result;
98 unsigned stop = nextBranchIndex();
99 for (unsigned i = 0; i < stop; i++) {
100 result.push_back(this->inletModelObject(i).get());
101 }
102 return result;
103 }
104
105 std::vector<HVACComponent> Mixer_Impl::edges(const boost::optional<HVACComponent>& /*prev*/) {
106 std::vector<HVACComponent> edges;

Callers 10

setControlNodesMethod · 0.80
removeReturnPlenumMethod · 0.80
removeReturnPlenumMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
translatePlantLoopMethod · 0.80
TEST_FFunction · 0.80

Calls 3

inletModelObjectMethod · 0.95
push_backMethod · 0.45
getMethod · 0.45

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64