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

Method fixedFrictionFactor

src/model/CurveFunctionalPressureDrop.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 boost::optional<double> CurveFunctionalPressureDrop_Impl::fixedFrictionFactor() const {
86 return getDouble(OS_Curve_Functional_PressureDropFields::FixedFrictionFactor, true);
87 }
88
89 bool CurveFunctionalPressureDrop_Impl::setDiameter(double diameter) {
90 bool result = setDouble(OS_Curve_Functional_PressureDropFields::Diameter, diameter);

Callers 2

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64