Convenience Function to return the Heat Recovery Loop (chiller on demand side) **/
| 457 | |
| 458 | /** Convenience Function to return the Heat Recovery Loop (chiller on demand side) **/ |
| 459 | boost::optional<PlantLoop> ChillerAbsorption_Impl::generatorLoop() const { |
| 460 | return WaterToWaterComponent_Impl::tertiaryPlantLoop(); |
| 461 | } |
| 462 | |
| 463 | boost::optional<double> ChillerAbsorption_Impl::autosizedNominalCapacity() const { |
| 464 | return getAutosizedValue("Design Size Nominal Capacity", "W"); |
no outgoing calls