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

Method addToSystem

src/model/RefrigerationAirChiller.cpp:701–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699 }
700
701 bool RefrigerationAirChiller_Impl::addToSystem(RefrigerationSystem& system) {
702 return system.addAirChiller(this->getObject<RefrigerationAirChiller>());
703 }
704
705 void RefrigerationAirChiller_Impl::removeFromSystem() {
706 boost::optional<RefrigerationSystem> refrigerationSystem = system();

Callers

nothing calls this directly

Calls 1

addAirChillerMethod · 0.45

Tested by

no test coverage detected