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

Method conductivity

src/model/Shade.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 double Shade_Impl::conductivity() const {
149 boost::optional<double> value = getDouble(OS_WindowMaterial_ShadeFields::Conductivity, true);
150 OS_ASSERT(value);
151 return value.get();
152 }
153
154 double Shade_Impl::shadetoGlassDistance() const {
155 boost::optional<double> value = getDouble(OS_WindowMaterial_ShadeFields::ShadetoGlassDistance, true);

Callers 6

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateMaterialMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36