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

Method highStageCompressors

src/model/RefrigerationSystem.cpp:239–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 }
238
239 std::vector<RefrigerationCompressor> RefrigerationSystem_Impl::highStageCompressors() const {
240 return RefrigerationSystem_Impl::listTemplate<RefrigerationCompressor>(highStageCompressorList());
241 }
242
243 std::vector<RefrigerationSecondarySystem> RefrigerationSystem_Impl::secondarySystemLoads() const {
244 return RefrigerationSystem_Impl::listTemplate<RefrigerationSecondarySystem>(refrigerationTransferLoadList());

Callers 4

systemMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64