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

Method airFlowValue

src/model/AirflowNetworkSpecifiedFlowRate.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 double AirflowNetworkSpecifiedFlowRate_Impl::airFlowValue() const {
48 boost::optional<double> value = getDouble(OS_AirflowNetworkSpecifiedFlowRateFields::AirFlowValue, true);
49 OS_ASSERT(value);
50 return value.get();
51 }
52
53 std::string AirflowNetworkSpecifiedFlowRate_Impl::airFlowUnits() const {
54 boost::optional<std::string> value = getString(OS_AirflowNetworkSpecifiedFlowRateFields::AirFlowUnits, true);

Callers 2

TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected