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

Method designFlowRateCalculationMethod

src/model/ZoneMixing.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 }
190
191 std::string ZoneMixing_Impl::designFlowRateCalculationMethod() const {
192 boost::optional<std::string> value = getString(OS_ZoneMixingFields::DesignFlowRateCalculationMethod, true);
193 OS_ASSERT(value);
194 return value.get();
195 }
196
197 boost::optional<double> ZoneMixing_Impl::designFlowRate() const {
198 return getDouble(OS_ZoneMixingFields::DesignFlowRate, true);

Callers 7

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateZoneMixingMethod · 0.45
translateModelMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36