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

Method resetLength

src/model/CurveFunctionalPressureDrop.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 void CurveFunctionalPressureDrop_Impl::resetLength() {
120 bool result = setString(OS_Curve_Functional_PressureDropFields::Length, "");
121 OS_ASSERT(result);
122 }
123
124 bool CurveFunctionalPressureDrop_Impl::setRoughness(boost::optional<double> roughness) {
125 bool result = false;

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64