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

Method removeDemandBranchWithComponent

src/model/PlantLoop.cpp:680–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678 }
679
680 bool PlantLoop_Impl::removeDemandBranchWithComponent(HVACComponent component) {
681 if (!demandComponent(component.handle())) {
682 return false;
683 }
684
685 return removeBranchWithComponent(component, demandSplitter(), demandMixer(), false);
686 }
687
688 bool PlantLoop_Impl::isDemandBranchEmpty() {
689 Splitter splitter = this->demandSplitter();

Callers 15

removeMethod · 0.80
removeMethod · 0.80
removeMethod · 0.80
removeMethod · 0.80
removeMethod · 0.80
removeMethod · 0.80
removeMethod · 0.80
removeMethod · 0.80
removeMethod · 0.80
removeMethod · 0.80
removeMethod · 0.80
removeMethod · 0.80

Calls 1

handleMethod · 0.45

Tested by 7

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64