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

Method removeFromSystem

src/model/RefrigerationAirChiller.cpp:705–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703 }
704
705 void RefrigerationAirChiller_Impl::removeFromSystem() {
706 boost::optional<RefrigerationSystem> refrigerationSystem = system();
707 if (refrigerationSystem) {
708 refrigerationSystem.get().removeAirChiller(this->getObject<RefrigerationAirChiller>());
709 }
710 }
711
712 bool RefrigerationAirChiller_Impl::addToSecondarySystem(RefrigerationSecondarySystem& secondarySystem) {
713 return secondarySystem.addAirChiller(this->getObject<RefrigerationAirChiller>());

Callers 1

removeMethod · 0.95

Calls 2

removeAirChillerMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected