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

Method spacesWithDesignSpecificationOutdoorAir

src/model/ThermalZone.cpp:797–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795 }
796
797 std::vector<Space> ThermalZone_Impl::spacesWithDesignSpecificationOutdoorAir() const {
798 auto spaces = this->spaces();
799 spaces.erase(std::remove_if(spaces.begin(), spaces.end(), [](const auto& s) { return !s.designSpecificationOutdoorAir(); }), spaces.end());
800 return spaces;
801 }
802
803 double ThermalZone_Impl::floorArea() const {
804 double result(0.0);

Callers 6

TEST_FFunction · 0.80
TEST_FFunction · 0.80
translateThermalZoneMethod · 0.80
TEST_FFunction · 0.80

Calls 5

spacesMethod · 0.95
beginMethod · 0.80
eraseMethod · 0.45
endMethod · 0.45

Tested by 4

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64