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

Method removeAirChiller

src/model/RefrigerationSystem.cpp:477–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475 }
476
477 void RefrigerationSystem_Impl::removeAirChiller(const RefrigerationAirChiller& refrigerationAirChiller) {
478 boost::optional<ModelObjectList> modelObjectList = refrigeratedCaseAndWalkInList();
479 removeTemplate<RefrigerationAirChiller>(refrigerationAirChiller, modelObjectList);
480 }
481
482 void RefrigerationSystem_Impl::removeAllAirChillers() {
483 boost::optional<ModelObjectList> modelObjectList = refrigeratedCaseAndWalkInList();

Callers 6

addAirChillerMethod · 0.45
removeFromSystemMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36