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

Method isWindSpeedDefaulted

src/model/DesignDay.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 bool DesignDay_Impl::isWindSpeedDefaulted() const {
85 return isEmpty(OS_SizingPeriod_DesignDayFields::WindSpeed);
86 }
87
88 double DesignDay_Impl::windDirection() const {
89 boost::optional<double> value = getDouble(OS_SizingPeriod_DesignDayFields::WindDirection, true);

Callers 1

TEST_FFunction · 0.80

Calls 1

isEmptyFunction · 0.85

Tested by 1

TEST_FFunction · 0.64