| 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); |