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

Method resetRefrigerationCondenser

src/model/RefrigerationSystem.cpp:637–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635 }
636
637 void RefrigerationSystem_Impl::resetRefrigerationCondenser() {
638 bool result = setString(OS_Refrigeration_SystemFields::RefrigerationCondenserName, "");
639 OS_ASSERT(result);
640 }
641
642 bool RefrigerationSystem_Impl::setCompressorList(const ModelObjectList& modelObjectList) {
643 bool result = setPointer(OS_Refrigeration_SystemFields::CompressorListName, modelObjectList.handle());

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected