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

Method secondarySystemLoads

src/model/RefrigerationSystem.cpp:243–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 }
242
243 std::vector<RefrigerationSecondarySystem> RefrigerationSystem_Impl::secondarySystemLoads() const {
244 return RefrigerationSystem_Impl::listTemplate<RefrigerationSecondarySystem>(refrigerationTransferLoadList());
245 }
246
247 std::vector<RefrigerationCondenserCascade> RefrigerationSystem_Impl::cascadeCondenserLoads() const {
248 return RefrigerationSystem_Impl::listTemplate<RefrigerationCondenserCascade>(refrigerationTransferLoadList());

Callers 3

systemMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64