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

Method coolingDesignCapacityMethod

src/model/SizingSystem.cpp:287–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 }
286
287 std::string SizingSystem_Impl::coolingDesignCapacityMethod() const {
288 boost::optional<std::string> value = getString(OS_Sizing_SystemFields::CoolingDesignCapacityMethod, true);
289 OS_ASSERT(value);
290 return value.get();
291 }
292
293 boost::optional<double> SizingSystem_Impl::coolingDesignCapacity() const {
294 return getDouble(OS_Sizing_SystemFields::CoolingDesignCapacity, 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 1

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