Convenience Function to return the Source Loop **/
| 243 | |
| 244 | /** Convenience Function to return the Source Loop **/ |
| 245 | boost::optional<PlantLoop> CentralHeatPumpSystem_Impl::sourcePlantLoop() const { |
| 246 | return WaterToWaterComponent_Impl::secondaryPlantLoop(); |
| 247 | } |
| 248 | |
| 249 | /** Convenience Function to return the Heating Loop **/ |
| 250 | boost::optional<PlantLoop> CentralHeatPumpSystem_Impl::heatingPlantLoop() const { |
no outgoing calls