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

Method isPlenum

src/model/Space.cpp:3259–3266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3257 }
3258
3259 bool Space_Impl::isPlenum() const {
3260 bool result = false;
3261 boost::optional<ThermalZone> thermalZone = this->thermalZone();
3262 if (thermalZone) {
3263 result = thermalZone->isPlenum();
3264 }
3265 return result;
3266 }
3267
3268 double Space_Impl::exposedPerimeter(const Polygon3d& buildingPerimeter) const {
3269 Transformation tr = transformation();

Callers 15

partofTotalFloorAreaMethod · 0.95
spaceTypeMethod · 0.95
translateThermalZoneMethod · 0.45
addToThermalZoneMethod · 0.45
addToThermalZoneMethod · 0.45
addToThermalZoneMethod · 0.45
addToThermalZoneMethod · 0.45
addBranchForZoneImplMethod · 0.45
addToThermalZoneMethod · 0.45
applySkylightPatternFunction · 0.45

Calls 1

thermalZoneMethod · 0.95

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36