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

Method speedControlMethod

src/model/FanSystemModel.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 std::string FanSystemModel_Impl::speedControlMethod() const {
195 boost::optional<std::string> value = getString(OS_Fan_SystemModelFields::SpeedControlMethod, true);
196 OS_ASSERT(value);
197 return value.get();
198 }
199
200 double FanSystemModel_Impl::electricPowerMinimumFlowRateFraction() const {
201 boost::optional<double> value = getDouble(OS_Fan_SystemModelFields::ElectricPowerMinimumFlowRateFraction, true);

Callers 4

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64