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

Method cascadeCondenserLoads

src/model/RefrigerationSystem.cpp:247–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 }
246
247 std::vector<RefrigerationCondenserCascade> RefrigerationSystem_Impl::cascadeCondenserLoads() const {
248 return RefrigerationSystem_Impl::listTemplate<RefrigerationCondenserCascade>(refrigerationTransferLoadList());
249 }
250
251 std::vector<RefrigerationAirChiller> RefrigerationSystem_Impl::airChillers() const {
252 return RefrigerationSystem_Impl::listTemplate<RefrigerationAirChiller>(refrigeratedCaseAndWalkInList());

Callers 3

systemMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64