MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / generatorLoop

Method generatorLoop

src/model/ChillerAbsorption.cpp:459–461  ·  view source on GitHub ↗

Convenience Function to return the Heat Recovery Loop (chiller on demand side) **/

Source from the content-addressed store, hash-verified

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");

Callers 6

addToNodeMethod · 0.95
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36