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

Method solarAbsorptance

src/model/Shade.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 double Shade_Impl::solarAbsorptance() const {
101 return 1.0 - solarTransmittance() - solarReflectance();
102 }
103
104 double Shade_Impl::solarReflectance() const {
105 OptionalDouble od = getDouble(OS_WindowMaterial_ShadeFields::SolarReflectance, true);

Callers 12

runMethod · 0.45
osm2iso.rbFile · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateModelMethod · 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