Convenience Function to return the Heating Loop **/
| 248 | |
| 249 | /** Convenience Function to return the Heating Loop **/ |
| 250 | boost::optional<PlantLoop> CentralHeatPumpSystem_Impl::heatingPlantLoop() const { |
| 251 | return WaterToWaterComponent_Impl::tertiaryPlantLoop(); |
| 252 | } |
| 253 | |
| 254 | bool CentralHeatPumpSystem_Impl::setChillerHeaterModuleList(const boost::optional<ModelObjectList>& modelObjectList) { |
| 255 | bool result(false); |
no outgoing calls