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

Method windCoefficient

src/model/SpaceInfiltrationFlowCoefficient.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 double SpaceInfiltrationFlowCoefficient_Impl::windCoefficient() const {
121 boost::optional<double> value = getDouble(OS_SpaceInfiltration_FlowCoefficientFields::WindCoefficient, true);
122 OS_ASSERT(value);
123 return value.get();
124 }
125
126 bool SpaceInfiltrationFlowCoefficient_Impl::setWindCoefficient(double windCoefficient) {
127 bool result = setDouble(OS_SpaceInfiltration_FlowCoefficientFields::WindCoefficient, windCoefficient);

Callers 5

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36