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

Method modelCoefficient

src/model/CoolingTowerVariableSpeed.cpp:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 boost::optional<ModelObject> CoolingTowerVariableSpeed_Impl::modelCoefficient() const {
138 return getObject<ModelObject>().getModelObjectTarget<ModelObject>(OS_CoolingTower_VariableSpeedFields::ModelCoefficient);
139 }
140
141 boost::optional<double> CoolingTowerVariableSpeed_Impl::designInletAirWetBulbTemperature() const {
142 return getDouble(OS_CoolingTower_VariableSpeedFields::DesignInletAirWetBulbTemperature, true);

Callers 2

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64