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

Method airPathLength

src/model/AirflowNetworkEquivalentDuct.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 double AirflowNetworkEquivalentDuct_Impl::airPathLength() const {
141 boost::optional<double> value = getDouble(OS_AirflowNetworkEquivalentDuctFields::AirPathLength, true);
142 OS_ASSERT(value);
143 return value.get();
144 }
145
146 double AirflowNetworkEquivalentDuct_Impl::airPathHydraulicDiameter() const {
147 boost::optional<double> value = getDouble(OS_AirflowNetworkEquivalentDuctFields::AirPathHydraulicDiameter, true);

Calls 1

getMethod · 0.45

Tested by

no test coverage detected