class OpenStudio::Model::CoolingTowerVariableSpeed

Public Class Methods

blowdownCalculationModeValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 17
def self.blowdownCalculationModeValues
end
cellControlValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 20
def self.cellControlValues
end
evaporationLossModeValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 14
def self.evaporationLossModeValues
end
iddObjectType() click to toggle source

@return [IddObjectType]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 8
def self.iddObjectType
end
modelTypeValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 11
def self.modelTypeValues
end
new(model) click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 5
def self.new(model)
end

Public Instance Methods

autosizeDesignAirFlowRate() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 82
def autosizeDesignAirFlowRate
end
autosizeDesignFanPower() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 93
def autosizeDesignFanPower
end
autosizeDesignWaterFlowRate() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 71
def autosizeDesignWaterFlowRate
end
basinHeaterCapacity() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 120
def basinHeaterCapacity
end
basinHeaterOperatingSchedule() click to toggle source

@return [OptionalSchedule]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 136
def basinHeaterOperatingSchedule
end
basinHeaterSetpointTemperature() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 128
def basinHeaterSetpointTemperature
end
blowdownCalculationMode() click to toggle source

@return [OptionalString]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 169
def blowdownCalculationMode
end
blowdownConcentrationRatio() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 177
def blowdownConcentrationRatio
end
blowdownMakeupWaterUsageSchedule() click to toggle source

@return [OptionalSchedule]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 185
def blowdownMakeupWaterUsageSchedule
end
cellControl() click to toggle source

@return [OptionalString]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 201
def cellControl
end
cellMaximumWaterFlowRateFraction() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 217
def cellMaximumWaterFlowRateFraction
end
cellMinimumWaterFlowRateFraction() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 209
def cellMinimumWaterFlowRateFraction
end
designAirFlowRate() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 74
def designAirFlowRate
end
designApproachTemperature() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 47
def designApproachTemperature
end
designFanPower() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 85
def designFanPower
end
designInletAirWetBulbTemperature() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 39
def designInletAirWetBulbTemperature
end
designRangeTemperature() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 55
def designRangeTemperature
end
designWaterFlowRate() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 63
def designWaterFlowRate
end
driftLossPercent() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 162
def driftLossPercent
end
evaporationLossFactor() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 152
def evaporationLossFactor
end
evaporationLossMode() click to toggle source

@return [OptionalString]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 144
def evaporationLossMode
end
fanPowerRatioFunctionofAirFlowRateRatioCurve() click to toggle source

@return [OptionalCurveCubic]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 96
def fanPowerRatioFunctionofAirFlowRateRatioCurve
end
fractionofTowerCapacityinFreeConvectionRegime() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 112
def fractionofTowerCapacityinFreeConvectionRegime
end
isDesignAirFlowRateAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 77
def isDesignAirFlowRateAutosized
end
isDesignFanPowerAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 88
def isDesignFanPowerAutosized
end
isDesignWaterFlowRateAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 66
def isDesignWaterFlowRateAutosized
end
isEvaporationLossFactorDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 155
def isEvaporationLossFactorDefaulted
end
minimumAirFlowRateRatio() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 104
def minimumAirFlowRateRatio
end
modelCoefficient() click to toggle source

@return [OptionalModelObject]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 31
def modelCoefficient
end
modelType() click to toggle source

@return [OptionalString]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 23
def modelType
end
numberofCells() click to toggle source

@return [OptionalInt]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 193
def numberofCells
end
resetBasinHeaterCapacity() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 125
def resetBasinHeaterCapacity
end
resetBasinHeaterOperatingSchedule() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 141
def resetBasinHeaterOperatingSchedule
end
resetBasinHeaterSetpointTemperature() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 133
def resetBasinHeaterSetpointTemperature
end
resetBlowdownCalculationMode() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 174
def resetBlowdownCalculationMode
end
resetBlowdownConcentrationRatio() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 182
def resetBlowdownConcentrationRatio
end
resetBlowdownMakeupWaterUsageSchedule() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 190
def resetBlowdownMakeupWaterUsageSchedule
end
resetCellControl() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 206
def resetCellControl
end
resetCellMaximumWaterFlowRateFraction() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 222
def resetCellMaximumWaterFlowRateFraction
end
resetCellMinimumWaterFlowRateFraction() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 214
def resetCellMinimumWaterFlowRateFraction
end
resetDesignApproachTemperature() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 52
def resetDesignApproachTemperature
end
resetDesignInletAirWetBulbTemperature() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 44
def resetDesignInletAirWetBulbTemperature
end
resetDesignRangeTemperature() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 60
def resetDesignRangeTemperature
end
resetDriftLossPercent() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 166
def resetDriftLossPercent
end
resetEvaporationLossFactor() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 159
def resetEvaporationLossFactor
end
resetEvaporationLossMode() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 149
def resetEvaporationLossMode
end
resetFanPowerRatioFunctionofAirFlowRateRatioCurve() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 101
def resetFanPowerRatioFunctionofAirFlowRateRatioCurve
end
resetFractionofTowerCapacityinFreeConvectionRegime() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 117
def resetFractionofTowerCapacityinFreeConvectionRegime
end
resetMinimumAirFlowRateRatio() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 109
def resetMinimumAirFlowRateRatio
end
resetModelCoefficient() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 36
def resetModelCoefficient
end
resetModelType() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 28
def resetModelType
end
resetNumberofCells() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 198
def resetNumberofCells
end
resetSizingFactor() click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 230
def resetSizingFactor
end
setBasinHeaterCapacity(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 123
def setBasinHeaterCapacity(double)
end
setBasinHeaterOperatingSchedule(schedule) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 139
def setBasinHeaterOperatingSchedule(schedule)
end
setBasinHeaterSetpointTemperature(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 131
def setBasinHeaterSetpointTemperature(double)
end
setBlowdownCalculationMode(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 172
def setBlowdownCalculationMode(string)
end
setBlowdownConcentrationRatio(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 180
def setBlowdownConcentrationRatio(double)
end
setBlowdownMakeupWaterUsageSchedule(schedule) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 188
def setBlowdownMakeupWaterUsageSchedule(schedule)
end
setCellControl(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 204
def setCellControl(string)
end
setCellMaximumWaterFlowRateFraction(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 220
def setCellMaximumWaterFlowRateFraction(double)
end
setCellMinimumWaterFlowRateFraction(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 212
def setCellMinimumWaterFlowRateFraction(double)
end
setDesignAirFlowRate(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 80
def setDesignAirFlowRate(double)
end
setDesignApproachTemperature(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 50
def setDesignApproachTemperature(double)
end
setDesignFanPower(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 91
def setDesignFanPower(double)
end
setDesignInletAirWetBulbTemperature(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 42
def setDesignInletAirWetBulbTemperature(double)
end
setDesignRangeTemperature(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 58
def setDesignRangeTemperature(double)
end
setDesignWaterFlowRate(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 69
def setDesignWaterFlowRate(double)
end
setDriftLossPercent(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 164
def setDriftLossPercent(double)
end
setEvaporationLossFactor(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 157
def setEvaporationLossFactor(double)
end
setEvaporationLossMode(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 147
def setEvaporationLossMode(string)
end
setFanPowerRatioFunctionofAirFlowRateRatioCurve(curveCubic) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 99
def setFanPowerRatioFunctionofAirFlowRateRatioCurve(curveCubic)
end
setFractionofTowerCapacityinFreeConvectionRegime(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 115
def setFractionofTowerCapacityinFreeConvectionRegime(double)
end
setMinimumAirFlowRateRatio(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 107
def setMinimumAirFlowRateRatio(double)
end
setModelCoefficient(modelObject) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 34
def setModelCoefficient(modelObject)
end
setModelType(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 26
def setModelType(string)
end
setNumberofCells(int32) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 196
def setNumberofCells(int32)
end
setSizingFactor(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 228
def setSizingFactor(double)
end
sizingFactor() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/CoolingTowerVariableSpeed.rb, line 225
def sizingFactor
end