| 499 | } |
| 500 | |
| 501 | Node PlantLoop_Impl::demandOutletNode() const { |
| 502 | return connectedObject(demandOutletPort())->optionalCast<Node>().get(); |
| 503 | } |
| 504 | |
| 505 | bool PlantLoop_Impl::addSupplyBranchForComponent(HVACComponent component) { |
| 506 | Model _model = this->model(); |