Class: OpenStudio::Model::SurfacePropertyConvectionCoefficients

Inherits:
ModelObject show all
Defined in:
lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from ModelObject

#EqualEqual, #LessThan, #NotEqual, #__str__, #clone, #connectedObject, #connectedObjectPort, #createComponent, #getData, #getScheduleTypeKeys, #iddObjectType, #lifeCycleCosts, #model, #outputVariableNames, #outputVariables, #parent, #removeLifeCycleCosts, #resources, #setParent, #toIdfObject

Methods inherited from WorkspaceObject

#LessThan, #__str__, #canBeSource, #canBeTarget, #getSourceIndices, #getSources, #getTarget, #idfObject, #initialized, #isSource, #isTarget, #numSources, #objectListFieldsEqual, #objectListFieldsNonConflicting, #remove, #setPointer, #sources, #targets, #workspace

Class Method Details

.convectionCoefficient1LocationValuesStringVector

Returns:

  • (StringVector)


11
12
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 11

def self.convectionCoefficient1LocationValues
end

.convectionCoefficient1TypeValuesStringVector

Returns:

  • (StringVector)


14
15
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 14

def self.convectionCoefficient1TypeValues
end

.convectionCoefficient2LocationValuesStringVector

Returns:

  • (StringVector)


17
18
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 17

def self.convectionCoefficient2LocationValues
end

.convectionCoefficient2TypeValuesStringVector

Returns:

  • (StringVector)


20
21
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 20

def self.convectionCoefficient2TypeValues
end

.iddObjectTypeIddObjectType

Returns:



8
9
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 8

def self.iddObjectType
end

.new(*args) ⇒ Object



5
6
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 5

def self.new(*args)
end

Instance Method Details

#convectionCoefficient1OptionalDouble

Returns:



41
42
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 41

def convectionCoefficient1
end

#convectionCoefficient1LocationOptionalString

Returns:



35
36
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 35

def convectionCoefficient1Location
end

#convectionCoefficient1ScheduleOptionalSchedule

Returns:



44
45
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 44

def convectionCoefficient1Schedule
end

#convectionCoefficient1TypeOptionalString

Returns:



38
39
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 38

def convectionCoefficient1Type
end

#convectionCoefficient2OptionalDouble

Returns:



53
54
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 53

def convectionCoefficient2
end

#convectionCoefficient2LocationOptionalString

Returns:



47
48
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 47

def convectionCoefficient2Location
end

#convectionCoefficient2ScheduleOptionalSchedule

Returns:



56
57
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 56

def convectionCoefficient2Schedule
end

#convectionCoefficient2TypeOptionalString

Returns:



50
51
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 50

def convectionCoefficient2Type
end

#resetConvectionCoefficient1Object



74
75
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 74

def resetConvectionCoefficient1
end

#resetConvectionCoefficient1LocationObject



64
65
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 64

def resetConvectionCoefficient1Location
end

#resetConvectionCoefficient1ScheduleObject



79
80
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 79

def resetConvectionCoefficient1Schedule
end

#resetConvectionCoefficient1TypeObject



69
70
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 69

def resetConvectionCoefficient1Type
end

#resetConvectionCoefficient2Object



94
95
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 94

def resetConvectionCoefficient2
end

#resetConvectionCoefficient2LocationObject



84
85
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 84

def resetConvectionCoefficient2Location
end

#resetConvectionCoefficient2ScheduleObject



99
100
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 99

def resetConvectionCoefficient2Schedule
end

#resetConvectionCoefficient2TypeObject



89
90
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 89

def resetConvectionCoefficient2Type
end

#setConvectionCoefficient1(double) ⇒ Boolean

Returns:

  • (Boolean)


72
73
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 72

def setConvectionCoefficient1(double)
end

#setConvectionCoefficient1Location(string) ⇒ Boolean

Returns:

  • (Boolean)


62
63
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 62

def setConvectionCoefficient1Location(string)
end

#setConvectionCoefficient1Schedule(schedule) ⇒ Boolean

Returns:

  • (Boolean)


77
78
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 77

def setConvectionCoefficient1Schedule(schedule)
end

#setConvectionCoefficient1Type(string) ⇒ Boolean

Returns:

  • (Boolean)


67
68
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 67

def setConvectionCoefficient1Type(string)
end

#setConvectionCoefficient2(double) ⇒ Boolean

Returns:

  • (Boolean)


92
93
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 92

def setConvectionCoefficient2(double)
end

#setConvectionCoefficient2Location(string) ⇒ Boolean

Returns:

  • (Boolean)


82
83
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 82

def setConvectionCoefficient2Location(string)
end

#setConvectionCoefficient2Schedule(schedule) ⇒ Boolean

Returns:

  • (Boolean)


97
98
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 97

def setConvectionCoefficient2Schedule(schedule)
end

#setConvectionCoefficient2Type(string) ⇒ Boolean

Returns:

  • (Boolean)


87
88
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 87

def setConvectionCoefficient2Type(string)
end

#setSurface(modelObject) ⇒ Boolean

Returns:

  • (Boolean)


59
60
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 59

def setSurface(modelObject)
end

#surfaceAsInternalMassOptionalInternalMass



32
33
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 32

def surfaceAsInternalMass
end

#surfaceAsModelObjectModelObject

Returns:



23
24
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 23

def surfaceAsModelObject
end

#surfaceAsSubSurfaceOptionalSubSurface

Returns:



29
30
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 29

def surfaceAsSubSurface
end

#surfaceAsSurfaceOptionalSurface

Returns:



26
27
# File 'lib/openstudio-api-stubs/Classes/SurfacePropertyConvectionCoefficients.rb', line 26

def surfaceAsSurface
end