class OpenStudio::Model::SurfacePropertyConvectionCoefficients
Public Class Methods
convectionCoefficient1LocationValues()
click to toggle source
@return [StringVector]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 11 def self.convectionCoefficient1LocationValues end
convectionCoefficient1TypeValues()
click to toggle source
@return [StringVector]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 14 def self.convectionCoefficient1TypeValues end
convectionCoefficient2LocationValues()
click to toggle source
@return [StringVector]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 17 def self.convectionCoefficient2LocationValues end
convectionCoefficient2TypeValues()
click to toggle source
@return [StringVector]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 20 def self.convectionCoefficient2TypeValues end
iddObjectType()
click to toggle source
@return [IddObjectType]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 8 def self.iddObjectType end
new(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 5 def self.new(*args) end
Public Instance Methods
convectionCoefficient1()
click to toggle source
@return [OptionalDouble]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 41 def convectionCoefficient1 end
convectionCoefficient1Location()
click to toggle source
@return [OptionalString]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 35 def convectionCoefficient1Location end
convectionCoefficient1Schedule()
click to toggle source
@return [OptionalSchedule]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 44 def convectionCoefficient1Schedule end
convectionCoefficient1Type()
click to toggle source
@return [OptionalString]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 38 def convectionCoefficient1Type end
convectionCoefficient2()
click to toggle source
@return [OptionalDouble]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 53 def convectionCoefficient2 end
convectionCoefficient2Location()
click to toggle source
@return [OptionalString]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 47 def convectionCoefficient2Location end
convectionCoefficient2Schedule()
click to toggle source
@return [OptionalSchedule]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 56 def convectionCoefficient2Schedule end
convectionCoefficient2Type()
click to toggle source
@return [OptionalString]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 50 def convectionCoefficient2Type end
resetConvectionCoefficient1()
click to toggle source
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 74 def resetConvectionCoefficient1 end
resetConvectionCoefficient1Location()
click to toggle source
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 64 def resetConvectionCoefficient1Location end
resetConvectionCoefficient1Schedule()
click to toggle source
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 79 def resetConvectionCoefficient1Schedule end
resetConvectionCoefficient1Type()
click to toggle source
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 69 def resetConvectionCoefficient1Type end
resetConvectionCoefficient2()
click to toggle source
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 94 def resetConvectionCoefficient2 end
resetConvectionCoefficient2Location()
click to toggle source
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 84 def resetConvectionCoefficient2Location end
resetConvectionCoefficient2Schedule()
click to toggle source
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 99 def resetConvectionCoefficient2Schedule end
resetConvectionCoefficient2Type()
click to toggle source
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 89 def resetConvectionCoefficient2Type end
setConvectionCoefficient1(double)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 72 def setConvectionCoefficient1(double) end
setConvectionCoefficient1Location(string)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 62 def setConvectionCoefficient1Location(string) end
setConvectionCoefficient1Schedule(schedule)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 77 def setConvectionCoefficient1Schedule(schedule) end
setConvectionCoefficient1Type(string)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 67 def setConvectionCoefficient1Type(string) end
setConvectionCoefficient2(double)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 92 def setConvectionCoefficient2(double) end
setConvectionCoefficient2Location(string)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 82 def setConvectionCoefficient2Location(string) end
setConvectionCoefficient2Schedule(schedule)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 97 def setConvectionCoefficient2Schedule(schedule) end
setConvectionCoefficient2Type(string)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 87 def setConvectionCoefficient2Type(string) end
setSurface(modelObject)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 59 def setSurface(modelObject) end
surfaceAsInternalMass()
click to toggle source
@return [OptionalInternalMass]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 32 def surfaceAsInternalMass end
surfaceAsModelObject()
click to toggle source
@return [ModelObject]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 23 def surfaceAsModelObject end
surfaceAsSubSurface()
click to toggle source
@return [OptionalSubSurface]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 29 def surfaceAsSubSurface end
surfaceAsSurface()
click to toggle source
@return [OptionalSurface]
# File lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb, line 26 def surfaceAsSurface end