| 2266 | } |
| 2267 | |
| 2268 | bool ThermalZone_Impl::canBePlenum() const { |
| 2269 | bool result = true; |
| 2270 | |
| 2271 | if (airLoopHVAC() || (!equipment().empty())) { |
| 2272 | result = false; |
| 2273 | } |
| 2274 | |
| 2275 | return result; |
| 2276 | } |
| 2277 | |
| 2278 | bool ThermalZone_Impl::setSupplyPlenum(const ThermalZone& plenumZone, unsigned branchIndex) { |
| 2279 | bool result = true; |