| 491 | } |
| 492 | |
| 493 | Node PlantLoop_Impl::demandInletNode() const { |
| 494 | return connectedObject(demandInletPort())->optionalCast<Node>().get(); |
| 495 | } |
| 496 | |
| 497 | std::vector<Node> PlantLoop_Impl::demandInletNodes() const { |
| 498 | return std::vector<Node>{demandInletNode()}; |