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

Method designFanPower

src/model/CoolingTowerVariableSpeed.cpp:179–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 }
178
179 boost::optional<double> CoolingTowerVariableSpeed_Impl::designFanPower() const {
180 return getDouble(OS_CoolingTower_VariableSpeedFields::DesignFanPower, true);
181 }
182
183 bool CoolingTowerVariableSpeed_Impl::isDesignFanPowerAutosized() const {
184 bool result = false;

Callers 2

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64