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

Method blowdownCalculationMode

src/model/CoolingTowerTwoSpeed.cpp:414–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412 }
413
414 std::string CoolingTowerTwoSpeed_Impl::blowdownCalculationMode() const {
415 boost::optional<std::string> value = getString(OS_CoolingTower_TwoSpeedFields::BlowdownCalculationMode, true);
416 OS_ASSERT(value);
417 return value.get();
418 }
419
420 bool CoolingTowerTwoSpeed_Impl::isBlowdownCalculationModeDefaulted() const {
421 return isEmpty(OS_CoolingTower_TwoSpeedFields::BlowdownCalculationMode);

Callers 10

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36