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

Method ratedFlowRate

src/model/PumpConstantSpeed.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 boost::optional<double> PumpConstantSpeed_Impl::ratedFlowRate() const {
76 return getDouble(OS_Pump_ConstantSpeedFields::RatedFlowRate, true);
77 }
78
79 bool PumpConstantSpeed_Impl::isRatedFlowRateAutosized() const {
80 bool result = false;

Callers 6

translateFluidSysMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36