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

Method skyClearness

src/model/DesignDay.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 double DesignDay_Impl::skyClearness() const {
99 boost::optional<double> value = getDouble(OS_SizingPeriod_DesignDayFields::SkyClearness, true);
100 OS_ASSERT(value);
101 return value.get();
102 }
103
104 bool DesignDay_Impl::isSkyClearnessDefaulted() const {
105 return isEmpty(OS_SizingPeriod_DesignDayFields::SkyClearness);

Callers 3

TEST_FFunction · 0.80
translateDesignDayMethod · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64