class OpenStudio::Model::ChillerAbsorptionIndirect

Public Class Methods

chillerFlowModeValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 11
def self.chillerFlowModeValues
end
generatorHeatSourceTypeValues() click to toggle source

@return [StringVector]

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

@return [IddObjectType]

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

Public Instance Methods

autosizeDesignChilledWaterFlowRate() click to toggle source
# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 131
def autosizeDesignChilledWaterFlowRate
end
autosizeDesignCondenserWaterFlowRate() click to toggle source
# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 136
def autosizeDesignCondenserWaterFlowRate
end
autosizeDesignGeneratorFluidFlowRate() click to toggle source
# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 167
def autosizeDesignGeneratorFluidFlowRate
end
autosizeNominalCapacity() click to toggle source
# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 106
def autosizeNominalCapacity
end
autosizeNominalPumpingPower() click to toggle source
# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 111
def autosizeNominalPumpingPower
end
capacityCorrectionFunctionofChilledWaterTemperatureCurve() click to toggle source

@return [Curve]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 71
def capacityCorrectionFunctionofChilledWaterTemperatureCurve
end
capacityCorrectionFunctionofCondenserTemperatureCurve() click to toggle source

@return [Curve]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 68
def capacityCorrectionFunctionofCondenserTemperatureCurve
end
capacityCorrectionFunctionofGeneratorTemperatureCurve() click to toggle source

@return [Curve]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 74
def capacityCorrectionFunctionofGeneratorTemperatureCurve
end
chilledWaterOutletTemperatureLowerLimit() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 44
def chilledWaterOutletTemperatureLowerLimit
end
chillerFlowMode() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 59
def chillerFlowMode
end
condenserInletTemperatureLowerLimit() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 41
def condenserInletTemperatureLowerLimit
end
degreeofSubcoolinginSteamCondensateLoop() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 98
def degreeofSubcoolinginSteamCondensateLoop
end
degreeofSubcoolinginSteamGenerator() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 95
def degreeofSubcoolinginSteamGenerator
end
designChilledWaterFlowRate() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 47
def designChilledWaterFlowRate
end
designCondenserInletTemperature() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 38
def designCondenserInletTemperature
end
designCondenserWaterFlowRate() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 53
def designCondenserWaterFlowRate
end
designGeneratorFluidFlowRate() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 86
def designGeneratorFluidFlowRate
end
generatorHeatInputCorrectionFunctionofChilledWaterTemperatureCurve() click to toggle source

@return [Curve]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 80
def generatorHeatInputCorrectionFunctionofChilledWaterTemperatureCurve
end
generatorHeatInputCorrectionFunctionofCondenserTemperatureCurve() click to toggle source

@return [Curve]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 77
def generatorHeatInputCorrectionFunctionofCondenserTemperatureCurve
end
generatorHeatInputFunctionofPartLoadRatioCurve() click to toggle source

@return [Curve]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 62
def generatorHeatInputFunctionofPartLoadRatioCurve
end
generatorHeatSourceType() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 83
def generatorHeatSourceType
end
isDesignChilledWaterFlowRateAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 50
def isDesignChilledWaterFlowRateAutosized
end
isDesignCondenserWaterFlowRateAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 56
def isDesignCondenserWaterFlowRateAutosized
end
isDesignGeneratorFluidFlowRateAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 89
def isDesignGeneratorFluidFlowRateAutosized
end
isNominalCapacityAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 20
def isNominalCapacityAutosized
end
isNominalPumpingPowerAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 26
def isNominalPumpingPowerAutosized
end
maximumPartLoadRatio() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 32
def maximumPartLoadRatio
end
minimumPartLoadRatio() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 29
def minimumPartLoadRatio
end
nominalCapacity() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 17
def nominalCapacity
end
nominalPumpingPower() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 23
def nominalPumpingPower
end
optimumPartLoadRatio() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 35
def optimumPartLoadRatio
end
pumpElectricInputFunctionofPartLoadRatioCurve() click to toggle source

@return [Curve]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 65
def pumpElectricInputFunctionofPartLoadRatioCurve
end
setCapacityCorrectionFunctionofChilledWaterTemperatureCurve(curve) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 151
def setCapacityCorrectionFunctionofChilledWaterTemperatureCurve(curve)
end
setCapacityCorrectionFunctionofCondenserTemperatureCurve(curve) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 148
def setCapacityCorrectionFunctionofCondenserTemperatureCurve(curve)
end
setCapacityCorrectionFunctionofGeneratorTemperatureCurve(curve) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 154
def setCapacityCorrectionFunctionofGeneratorTemperatureCurve(curve)
end
setChilledWaterOutletTemperatureLowerLimit(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 126
def setChilledWaterOutletTemperatureLowerLimit(double)
end
setChillerFlowMode(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 139
def setChillerFlowMode(string)
end
setCondenserInletTemperatureLowerLimit(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 124
def setCondenserInletTemperatureLowerLimit(double)
end
setDegreeofSubcoolinginSteamCondensateLoop(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 175
def setDegreeofSubcoolinginSteamCondensateLoop(double)
end
setDegreeofSubcoolinginSteamGenerator(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 172
def setDegreeofSubcoolinginSteamGenerator(double)
end
setDesignChilledWaterFlowRate(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 129
def setDesignChilledWaterFlowRate(double)
end
setDesignCondenserInletTemperature(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 122
def setDesignCondenserInletTemperature(double)
end
setDesignCondenserWaterFlowRate(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 134
def setDesignCondenserWaterFlowRate(double)
end
setDesignGeneratorFluidFlowRate(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 165
def setDesignGeneratorFluidFlowRate(double)
end
setGeneratorHeatInputCorrectionFunctionofChilledWaterTemperatureCurve(curve) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 160
def setGeneratorHeatInputCorrectionFunctionofChilledWaterTemperatureCurve(curve)
end
setGeneratorHeatInputCorrectionFunctionofCondenserTemperatureCurve(curve) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 157
def setGeneratorHeatInputCorrectionFunctionofCondenserTemperatureCurve(curve)
end
setGeneratorHeatInputFunctionofPartLoadRatioCurve(curve) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 142
def setGeneratorHeatInputFunctionofPartLoadRatioCurve(curve)
end
setGeneratorHeatSourceType(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 163
def setGeneratorHeatSourceType(string)
end
setMaximumPartLoadRatio(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 117
def setMaximumPartLoadRatio(double)
end
setMinimumPartLoadRatio(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 114
def setMinimumPartLoadRatio(double)
end
setNominalCapacity(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 104
def setNominalCapacity(double)
end
setNominalPumpingPower(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 109
def setNominalPumpingPower(double)
end
setOptimumPartLoadRatio(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 120
def setOptimumPartLoadRatio(double)
end
setPumpElectricInputFunctionofPartLoadRatioCurve(curve) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 145
def setPumpElectricInputFunctionofPartLoadRatioCurve(curve)
end
setSizingFactor(double) click to toggle source

@return [Boolean]

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

@return [Double]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 101
def sizingFactor
end
temperatureLowerLimitGeneratorInlet() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ChillerAbsorptionIndirect.rb, line 92
def temperatureLowerLimitGeneratorInlet
end