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

Method designPowerSizingMethod

src/model/FanSystemModel.cpp:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 }
240
241 std::string FanSystemModel_Impl::designPowerSizingMethod() const {
242 boost::optional<std::string> value = getString(OS_Fan_SystemModelFields::DesignPowerSizingMethod, true);
243 OS_ASSERT(value);
244 return value.get();
245 }
246
247 double FanSystemModel_Impl::electricPowerPerUnitFlowRate() const {
248 boost::optional<double> value = getDouble(OS_Fan_SystemModelFields::ElectricPowerPerUnitFlowRate, true);

Callers 11

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 6

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