Convenience Function to return the Heat Recovery Loop (HeatPump on demand side - tertiary) **/
| 116 | |
| 117 | /** Convenience Function to return the Heat Recovery Loop (HeatPump on demand side - tertiary) **/ |
| 118 | boost::optional<PlantLoop> HeatPumpPlantLoopEIRHeating_Impl::heatRecoveryLoop() const { |
| 119 | return WaterToWaterComponent_Impl::tertiaryPlantLoop(); |
| 120 | } |
| 121 | |
| 122 | boost::optional<Node> HeatPumpPlantLoopEIRHeating_Impl::sourceSideWaterInletNode() const { |
| 123 | boost::optional<Node> result; |