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

Method heatingDesignCapacityPerFloorArea

src/model/SizingSystem.cpp:337–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 }
336
337 double SizingSystem_Impl::heatingDesignCapacityPerFloorArea() const {
338 boost::optional<double> value = getDouble(OS_Sizing_SystemFields::HeatingDesignCapacityPerFloorArea, true);
339 OS_ASSERT(value);
340 return value.get();
341 }
342
343 double SizingSystem_Impl::fractionofAutosizedHeatingDesignCapacity() const {
344 boost::optional<double> value = getDouble(OS_Sizing_SystemFields::FractionofAutosizedHeatingDesignCapacity, 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