class OpenStudio::Model::SolarCollectorPerformanceFlatPlate

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 6
def self.iddObjectType
end
testCorrelationTypeValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 12
def self.testCorrelationTypeValues
end
testFluidValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 9
def self.testFluidValues
end

Public Instance Methods

coefficient1ofEfficiencyEquation() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 30
def coefficient1ofEfficiencyEquation
end
coefficient2ofEfficiencyEquation() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 33
def coefficient2ofEfficiencyEquation
end
coefficient2ofIncidentAngleModifier() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 39
def coefficient2ofIncidentAngleModifier
end
coefficient3ofEfficiencyEquation() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 36
def coefficient3ofEfficiencyEquation
end
coefficient3ofIncidentAngleModifier() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 42
def coefficient3ofIncidentAngleModifier
end
grossArea() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 15
def grossArea
end
isTestFluidDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 21
def isTestFluidDefaulted
end
resetCoefficient2ofIncidentAngleModifier() click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 68
def resetCoefficient2ofIncidentAngleModifier
end
resetCoefficient3ofEfficiencyEquation() click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 64
def resetCoefficient3ofEfficiencyEquation
end
resetCoefficient3ofIncidentAngleModifier() click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 72
def resetCoefficient3ofIncidentAngleModifier
end
resetTestFluid() click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 50
def resetTestFluid
end
setCoefficient1ofEfficiencyEquation(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 58
def setCoefficient1ofEfficiencyEquation(double)
end
setCoefficient2ofEfficiencyEquation(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 60
def setCoefficient2ofEfficiencyEquation(double)
end
setCoefficient2ofIncidentAngleModifier(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 66
def setCoefficient2ofIncidentAngleModifier(double)
end
setCoefficient3ofEfficiencyEquation(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 62
def setCoefficient3ofEfficiencyEquation(double)
end
setCoefficient3ofIncidentAngleModifier(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 70
def setCoefficient3ofIncidentAngleModifier(double)
end
setGrossArea(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 45
def setGrossArea(double)
end
setTestCorrelationType(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 56
def setTestCorrelationType(string)
end
setTestFlowRate(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 53
def setTestFlowRate(double)
end
setTestFluid(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 48
def setTestFluid(string)
end
testCorrelationType() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 27
def testCorrelationType
end
testFlowRate() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 24
def testFlowRate
end
testFluid() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/SolarCollectorPerformanceFlatPlate.rb, line 18
def testFluid
end