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

Method designMaximumAirFlowRate

src/model/FanSystemModel.cpp:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 }
176
177 boost::optional<double> FanSystemModel_Impl::designMaximumAirFlowRate() const {
178 return getDouble(OS_Fan_SystemModelFields::DesignMaximumAirFlowRate, true);
179 }
180
181 bool FanSystemModel_Impl::isDesignMaximumAirFlowRateAutosized() const {
182 bool result = false;

Callers 3

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64