class OpenStudio::Model::SolarCollectorFlatPlateWater
Public Class Methods
iddObjectType()
click to toggle source
@return [IddObjectType]
# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlateWater.rb, line 8 def self.iddObjectType end
new(model)
click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlateWater.rb, line 5 def self.new(model) end
Public Instance Methods
maximumFlowRate()
click to toggle source
@return [OptionalDouble]
# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlateWater.rb, line 17 def maximumFlowRate end
resetMaximumFlowRate()
click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlateWater.rb, line 32 def resetMaximumFlowRate end
resetSolarCollectorPerformance()
click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlateWater.rb, line 22 def resetSolarCollectorPerformance end
resetSurface()
click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlateWater.rb, line 27 def resetSurface end
setMaximumFlowRate(double)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlateWater.rb, line 30 def setMaximumFlowRate(double) end
setSolarCollectorPerformance(solarCollectorPerformanceFlatPlate)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlateWater.rb, line 20 def setSolarCollectorPerformance(solarCollectorPerformanceFlatPlate) end
setSurface(planarSurface)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlateWater.rb, line 25 def setSurface(planarSurface) end
solarCollectorPerformance()
click to toggle source
@return [SolarCollectorPerformanceFlatPlate]
# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlateWater.rb, line 11 def solarCollectorPerformance end
surface()
click to toggle source
@return [OptionalPlanarSurface]
# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlateWater.rb, line 14 def surface end