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

Method mechanicalSubcooler

src/model/RefrigerationSystem.cpp:297–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 }
296
297 boost::optional<RefrigerationSubcoolerMechanical> RefrigerationSystem_Impl::mechanicalSubcooler() const {
298 return getObject<ModelObject>().getModelObjectTarget<RefrigerationSubcoolerMechanical>(OS_Refrigeration_SystemFields::MechanicalSubcoolerName);
299 }
300
301 boost::optional<RefrigerationSubcoolerLiquidSuction> RefrigerationSystem_Impl::liquidSuctionHeatExchangerSubcooler() const {
302 return getObject<ModelObject>().getModelObjectTarget<RefrigerationSubcoolerLiquidSuction>(

Callers 4

removeMethod · 0.95
cloneMethod · 0.95
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64