class OpenStudio::Model::ThermalStorageIceDetailed

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

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

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 11
def self.thawProcessIndicatorValues
end

Public Instance Methods

availabilitySchedule() click to toggle source

@return [OptionalSchedule]

# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 14
def availabilitySchedule
end
capacity() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 17
def capacity
end
chargingCurve() click to toggle source

@return [Curve]

# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 23
def chargingCurve
end
dischargingCurve() click to toggle source

@return [Curve]

# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 20
def dischargingCurve
end
freezingTemperatureofStorageMedium() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 38
def freezingTemperatureofStorageMedium
end
parasiticElectricLoadDuringCharging() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 32
def parasiticElectricLoadDuringCharging
end
parasiticElectricLoadDuringDischarging() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 29
def parasiticElectricLoadDuringDischarging
end
resetAvailabilitySchedule() click to toggle source
# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 46
def resetAvailabilitySchedule
end
setAvailabilitySchedule(schedule) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 44
def setAvailabilitySchedule(schedule)
end
setCapacity(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 48
def setCapacity(double)
end
setChargingCurve(curve) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 54
def setChargingCurve(curve)
end
setDischargingCurve(curve) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 51
def setDischargingCurve(curve)
end
setFreezingTemperatureofStorageMedium(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 64
def setFreezingTemperatureofStorageMedium(double)
end
setParasiticElectricLoadDuringCharging(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 60
def setParasiticElectricLoadDuringCharging(double)
end
setParasiticElectricLoadDuringDischarging(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 58
def setParasiticElectricLoadDuringDischarging(double)
end
setTankLossCoefficient(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 62
def setTankLossCoefficient(double)
end
setThawProcessIndicator(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 67
def setThawProcessIndicator(string)
end
setTimestepoftheCurveData(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 56
def setTimestepoftheCurveData(double)
end
tankLossCoefficient() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 35
def tankLossCoefficient
end
thawProcessIndicator() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 41
def thawProcessIndicator
end
timestepoftheCurveData() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ThermalStorageIceDetailed.rb, line 26
def timestepoftheCurveData
end