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

Method motorEfficiency

src/model/FanOnOff.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 double FanOnOff_Impl::motorEfficiency() const {
170 boost::optional<double> value = getDouble(OS_Fan_OnOffFields::MotorEfficiency, true);
171 OS_ASSERT(value);
172 return value.get();
173 }
174
175 bool FanOnOff_Impl::isMotorEfficiencyDefaulted() const {
176 return isEmpty(OS_Fan_OnOffFields::MotorEfficiency);

Callers 15

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