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

Method electricPowerMinimumFlowRateFraction

src/model/FanSystemModel.cpp:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 }
199
200 double FanSystemModel_Impl::electricPowerMinimumFlowRateFraction() const {
201 boost::optional<double> value = getDouble(OS_Fan_SystemModelFields::ElectricPowerMinimumFlowRateFraction, true);
202 OS_ASSERT(value);
203 return value.get();
204 }
205
206 double FanSystemModel_Impl::designPressureRise() const {
207 boost::optional<double> value = getDouble(OS_Fan_SystemModelFields::DesignPressureRise, 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