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

Method designWaterFlowRate

src/model/BoilerHotWater.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 boost::optional<double> BoilerHotWater_Impl::designWaterFlowRate() const {
132 return getDouble(OS_Boiler_HotWaterFields::DesignWaterFlowRate, true);
133 }
134
135 bool BoilerHotWater_Impl::isDesignWaterFlowRateAutosized() const {
136 bool result = false;

Callers 14

translateAirSystemMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
flowrateFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36