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

Method resetMechanicalSubcooler

src/model/RefrigerationSystem.cpp:685–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683 }
684
685 void RefrigerationSystem_Impl::resetMechanicalSubcooler() {
686 bool result = setString(OS_Refrigeration_SystemFields::MechanicalSubcoolerName, "");
687 OS_ASSERT(result);
688 }
689
690 bool RefrigerationSystem_Impl::setLiquidSuctionHeatExchangerSubcooler(
691 const boost::optional<RefrigerationSubcoolerLiquidSuction>& refrigerationSubcoolerLiquidSuction) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected