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

Method diffuseVisibleReflectance

src/model/Screen.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 double Screen_Impl::diffuseVisibleReflectance() const {
105 boost::optional<double> value = getDouble(OS_WindowMaterial_ScreenFields::DiffuseVisibleReflectance, true);
106 OS_ASSERT(value);
107 return value.get();
108 }
109
110 double Screen_Impl::thermalHemisphericalEmissivity() const {
111 boost::optional<double> value = getDouble(OS_WindowMaterial_ScreenFields::ThermalHemisphericalEmissivity, true);

Callers 1

TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64