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

Method removeFromTertiaryPlantLoop

src/model/ChillerAbsorption.cpp:438–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 7

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

Tested by 7

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36