| 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(); |