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

Method canBePlenum

src/model/ThermalZone.cpp:2268–2276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 5

setSupplyPlenumMethod · 0.80
setReturnPlenumMethod · 0.80
setReturnPlenumMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64