Convenience Function to return the Source Side (Condenser) Water Loop (HeatPump on demand side) **/
| 111 | |
| 112 | /** Convenience Function to return the Source Side (Condenser) Water Loop (HeatPump on demand side) **/ |
| 113 | boost::optional<PlantLoop> HeatPumpPlantLoopEIRHeating_Impl::sourceSideWaterLoop() const { |
| 114 | return WaterToWaterComponent_Impl::secondaryPlantLoop(); |
| 115 | } |
| 116 | |
| 117 | /** Convenience Function to return the Heat Recovery Loop (HeatPump on demand side - tertiary) **/ |
| 118 | boost::optional<PlantLoop> HeatPumpPlantLoopEIRHeating_Impl::heatRecoveryLoop() const { |