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

Method minimumAirFlowRateRatio

src/model/CoolingTowerVariableSpeed.cpp:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 boost::optional<double> CoolingTowerVariableSpeed_Impl::minimumAirFlowRateRatio() const {
198 return getDouble(OS_CoolingTower_VariableSpeedFields::MinimumAirFlowRateRatio, true);
199 }
200
201 boost::optional<double> CoolingTowerVariableSpeed_Impl::fractionofTowerCapacityinFreeConvectionRegime() const {
202 return getDouble(OS_CoolingTower_VariableSpeedFields::FractionofTowerCapacityinFreeConvectionRegime, true);

Callers 2

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64