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

Method autosizeDesignMaximumAirFlowRate

src/model/FanSystemModel.cpp:516–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514 }
515
516 void FanSystemModel_Impl::autosizeDesignMaximumAirFlowRate() {
517 bool result = setString(OS_Fan_SystemModelFields::DesignMaximumAirFlowRate, "autosize");
518 OS_ASSERT(result);
519 }
520
521 bool FanSystemModel_Impl::setSpeedControlMethod(const std::string& speedControlMethod) {
522 bool result = setString(OS_Fan_SystemModelFields::SpeedControlMethod, speedControlMethod);

Callers 3

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64