| 436 | } |
| 437 | |
| 438 | bool ChillerAbsorption_Impl::removeFromTertiaryPlantLoop() { |
| 439 | // Disconnect the component |
| 440 | bool ok = WaterToWaterComponent_Impl::removeFromTertiaryPlantLoop(); |
| 441 | if (ok) { |
| 442 | // Switch the Generator Heat Source Type to "Steam" |
| 443 | this->setGeneratorHeatSourceType("Steam"); |
| 444 | } |
| 445 | return ok; |
| 446 | } |
| 447 | |
| 448 | /** Convenience Function to return the Chilled Water Loop (chiller on supply) **/ |
| 449 | boost::optional<PlantLoop> ChillerAbsorption_Impl::chilledWaterLoop() const { |