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

Method ratedCirculationFanPower

src/model/RefrigerationWalkIn.cpp:240–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 }
239
240 double RefrigerationWalkIn_Impl::ratedCirculationFanPower() const {
241 boost::optional<double> value = getDouble(OS_Refrigeration_WalkInFields::RatedCirculationFanPower, true);
242 OS_ASSERT(value);
243 return value.get();
244 }
245
246 bool RefrigerationWalkIn_Impl::isRatedCirculationFanPowerDefaulted() const {
247 return isEmpty(OS_Refrigeration_WalkInFields::RatedCirculationFanPower);

Callers 2

TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64