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

Method isCoolingDesignCapacityAutosized

src/model/SizingSystem.cpp:297–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 }
296
297 bool SizingSystem_Impl::isCoolingDesignCapacityAutosized() const {
298 bool result = false;
299 boost::optional<std::string> value = getString(OS_Sizing_SystemFields::CoolingDesignCapacity, true);
300 if (value) {
301 result = openstudio::istringEqual(value.get(), "autosize");
302 }
303 return result;
304 }
305
306 double SizingSystem_Impl::coolingDesignCapacityPerFloorArea() const {
307 boost::optional<double> value = getDouble(OS_Sizing_SystemFields::CoolingDesignCapacityPerFloorArea, true);

Callers 8

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateSizingSystemMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 2

istringEqualFunction · 0.85
getMethod · 0.45

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36