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

Method stackCoefficient

src/model/SpaceInfiltrationFlowCoefficient.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 double SpaceInfiltrationFlowCoefficient_Impl::stackCoefficient() const {
99 boost::optional<double> value = getDouble(OS_SpaceInfiltration_FlowCoefficientFields::StackCoefficient, true);
100 OS_ASSERT(value);
101 return value.get();
102 }
103
104 bool SpaceInfiltrationFlowCoefficient_Impl::setStackCoefficient(double stackCoefficient) {
105 bool result = setDouble(OS_SpaceInfiltration_FlowCoefficientFields::StackCoefficient, stackCoefficient);

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