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

Method maximumFlowRate

src/model/FanOnOff.cpp:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 boost::optional<double> FanOnOff_Impl::maximumFlowRate() const {
157 return getDouble(OS_Fan_OnOffFields::MaximumFlowRate, true);
158 }
159
160 bool FanOnOff_Impl::isMaximumFlowRateAutosized() const {
161 bool result = false;

Callers 15

translateAirSystemMethod · 0.45
translateTrmlUnitMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateFanOnOffMethod · 0.45
flowrateFunction · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36