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

Method heatingDesignCapacityMethod

src/model/SizingSystem.cpp:318–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 }
317
318 std::string SizingSystem_Impl::heatingDesignCapacityMethod() const {
319 boost::optional<std::string> value = getString(OS_Sizing_SystemFields::HeatingDesignCapacityMethod, true);
320 OS_ASSERT(value);
321 return value.get();
322 }
323
324 boost::optional<double> SizingSystem_Impl::heatingDesignCapacity() const {
325 return getDouble(OS_Sizing_SystemFields::HeatingDesignCapacity, true);

Callers 10

TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateSizingSystemMethod · 0.45
TEST_FFunction · 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