class OpenStudio::Model::SolarCollectorIntegralCollectorStorage

Public Class Methods

bottomSurfaceBoundaryConditionsTypeValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/SolarCollectorIntegralCollectorStorage.rb, line 11
def self.bottomSurfaceBoundaryConditionsTypeValues
end
iddObjectType() click to toggle source

@return [IddObjectType]

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

Public Instance Methods

bottomSurfaceBoundaryConditionsType() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/SolarCollectorIntegralCollectorStorage.rb, line 20
def bottomSurfaceBoundaryConditionsType
end
isBottomSurfaceBoundaryConditionsTypeDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SolarCollectorIntegralCollectorStorage.rb, line 23
def isBottomSurfaceBoundaryConditionsTypeDefaulted
end
maximumFlowRate() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/SolarCollectorIntegralCollectorStorage.rb, line 26
def maximumFlowRate
end
resetMaximumFlowRate() click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorIntegralCollectorStorage.rb, line 41
def resetMaximumFlowRate
end
resetSolarCollectorPerformance() click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorIntegralCollectorStorage.rb, line 31
def resetSolarCollectorPerformance
end
resetSurface() click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorIntegralCollectorStorage.rb, line 36
def resetSurface
end
setMaximumFlowRate(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SolarCollectorIntegralCollectorStorage.rb, line 39
def setMaximumFlowRate(double)
end
setSolarCollectorPerformance(solarCollectorPerformanceIntegralCollectorStorage) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SolarCollectorIntegralCollectorStorage.rb, line 29
def setSolarCollectorPerformance(solarCollectorPerformanceIntegralCollectorStorage)
end
setSurface(planarSurface) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SolarCollectorIntegralCollectorStorage.rb, line 34
def setSurface(planarSurface)
end
solarCollectorPerformance() click to toggle source

@return [SolarCollectorPerformanceIntegralCollectorStorage]

# File lib/openstudio-api-stubs/Classes/SolarCollectorIntegralCollectorStorage.rb, line 14
def solarCollectorPerformance
end
surface() click to toggle source

@return [OptionalPlanarSurface]

# File lib/openstudio-api-stubs/Classes/SolarCollectorIntegralCollectorStorage.rb, line 17
def surface
end