| 378 | } |
| 379 | |
| 380 | boost::optional<Schedule> CoolingTowerTwoSpeed_Impl::basinHeaterOperatingSchedule() const { |
| 381 | return getObject<ModelObject>().getModelObjectTarget<Schedule>(OS_CoolingTower_TwoSpeedFields::BasinHeaterOperatingScheduleName); |
| 382 | } |
| 383 | |
| 384 | std::string CoolingTowerTwoSpeed_Impl::evaporationLossMode() const { |
| 385 | boost::optional<std::string> value = getString(OS_CoolingTower_TwoSpeedFields::EvaporationLossMode, true); |
no outgoing calls