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

Method visibleAbsorptance

src/model/Shade.cpp:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 double Shade_Impl::visibleAbsorptance() const {
113 return 1.0 - visibleTransmittance() - visibleReflectance();
114 }
115
116 boost::optional<double> Shade_Impl::interiorVisibleAbsorptance() const {
117 return visibleAbsorptance();

Callers 9

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

Calls

no outgoing calls

Tested by 6

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