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

Method isWindDirectionDefaulted

src/model/DesignDay.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 bool DesignDay_Impl::isWindDirectionDefaulted() const {
95 return isEmpty(OS_SizingPeriod_DesignDayFields::WindDirection);
96 }
97
98 double DesignDay_Impl::skyClearness() const {
99 boost::optional<double> value = getDouble(OS_SizingPeriod_DesignDayFields::SkyClearness, true);

Callers 1

TEST_FFunction · 0.80

Calls 1

isEmptyFunction · 0.85

Tested by 1

TEST_FFunction · 0.64