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

Method airflowPermeability

src/model/Shade.cpp:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 }
203
204 double Shade_Impl::airflowPermeability() const {
205 boost::optional<double> value = getDouble(OS_WindowMaterial_ShadeFields::AirflowPermeability, true);
206 OS_ASSERT(value);
207 return value.get();
208 }
209
210 bool Shade_Impl::isAirflowPermeabilityDefaulted() const {
211 return isEmpty(OS_WindowMaterial_ShadeFields::AirflowPermeability);

Callers 1

TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64