| 177 | } |
| 178 | |
| 179 | boost::optional<double> CoolingTowerVariableSpeed_Impl::designFanPower() const { |
| 180 | return getDouble(OS_CoolingTower_VariableSpeedFields::DesignFanPower, true); |
| 181 | } |
| 182 | |
| 183 | bool CoolingTowerVariableSpeed_Impl::isDesignFanPowerAutosized() const { |
| 184 | bool result = false; |
no outgoing calls