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

Method freeConvectionCapacity

src/model/CoolingTowerSingleSpeed.cpp:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 }
204
205 boost::optional<double> CoolingTowerSingleSpeed_Impl::freeConvectionCapacity() const {
206 return getDouble(OS_CoolingTower_SingleSpeedFields::FreeConvectionCapacity, true);
207 }
208
209 double CoolingTowerSingleSpeed_Impl::basinHeaterCapacity() const {
210 boost::optional<double> value = getDouble(OS_CoolingTower_SingleSpeedFields::BasinHeaterCapacity, true);

Callers 2

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64