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

Method compressorList

src/model/RefrigerationSystem.cpp:267–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 }
266
267 ModelObjectList RefrigerationSystem_Impl::compressorList() const {
268 boost::optional<ModelObjectList> value = optionalCompressorList();
269 if (!value) {
270 LOG_AND_THROW(briefDescription() << " does not have an Compressor List attached.");
271 }
272 return value.get();
273 }
274
275 double RefrigerationSystem_Impl::minimumCondensingTemperature() const {
276 boost::optional<double> value = getDouble(OS_Refrigeration_SystemFields::MinimumCondensingTemperature, true);

Callers 3

removeMethod · 0.95
cloneMethod · 0.95
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64