class OpenStudio::Model::SolarCollectorFlatPlatePhotovoltaicThermal

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

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

Public Instance Methods

autosizeDesignFlowRate() click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlatePhotovoltaicThermal.rb, line 45
def autosizeDesignFlowRate
end
designFlowRate() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlatePhotovoltaicThermal.rb, line 20
def designFlowRate
end
generatorPhotovoltaic() click to toggle source

@return [SWIGTYPE_p_boost_optionalT_openstudio_model__GeneratorPhotovoltaic_t]

# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlatePhotovoltaicThermal.rb, line 17
def generatorPhotovoltaic
end
isDesignFlowRateAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlatePhotovoltaicThermal.rb, line 23
def isDesignFlowRateAutosized
end
resetDesignFlowRate() click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlatePhotovoltaicThermal.rb, line 43
def resetDesignFlowRate
end
resetGeneratorPhotovoltaic() click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlatePhotovoltaicThermal.rb, line 38
def resetGeneratorPhotovoltaic
end
resetSolarCollectorPerformance() click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlatePhotovoltaicThermal.rb, line 28
def resetSolarCollectorPerformance
end
resetSurface() click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlatePhotovoltaicThermal.rb, line 33
def resetSurface
end
setDesignFlowRate(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlatePhotovoltaicThermal.rb, line 41
def setDesignFlowRate(double)
end
setGeneratorPhotovoltaic(sWIGTYPE_p_openstudio__model__GeneratorPhotovoltaic) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SolarCollectorFlatPlatePhotovoltaicThermal.rb, line 36
def setGeneratorPhotovoltaic(sWIGTYPE_p_openstudio__model__GeneratorPhotovoltaic)
end
setSolarCollectorPerformance(solarCollectorPerformancePhotovoltaicThermalSimple) click to toggle source

@return [Boolean]

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

@return [Boolean]

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

@return [SolarCollectorPerformancePhotovoltaicThermalSimple]

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

@return [OptionalPlanarSurface]

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