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

Method setAirPathLength

src/model/AirflowNetworkEquivalentDuct.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 bool AirflowNetworkEquivalentDuct_Impl::setAirPathLength(double airPathLength) {
153 bool result = setDouble(OS_AirflowNetworkEquivalentDuctFields::AirPathLength, airPathLength);
154 return result;
155 }
156
157 bool AirflowNetworkEquivalentDuct_Impl::setAirPathHydraulicDiameter(double airPathHydraulicDiameter) {
158 bool result = setDouble(OS_AirflowNetworkEquivalentDuctFields::AirPathHydraulicDiameter, airPathHydraulicDiameter);

Calls

no outgoing calls

Tested by

no test coverage detected