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

Method removeFromSecondarySystem

src/model/RefrigerationAirChiller.cpp:716–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714 }
715
716 void RefrigerationAirChiller_Impl::removeFromSecondarySystem() {
717 boost::optional<RefrigerationSecondarySystem> refrigerationSecondarySystem = secondarySystem();
718 if (refrigerationSecondarySystem) {
719 refrigerationSecondarySystem.get().removeAirChiller(this->getObject<RefrigerationAirChiller>());
720 }
721 }
722
723 bool RefrigerationAirChiller_Impl::addToCompressorRack(RefrigerationCompressorRack& compressorRack) {
724 return compressorRack.addAirChiller(this->getObject<RefrigerationAirChiller>());

Callers

nothing calls this directly

Calls 2

removeAirChillerMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected