class OpenStudio::Model::ConstructionWithInternalSource

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

# File lib/openstudio-api-stubs/Classes/ConstructionWithInternalSource.rb, line 32
def self.iddObjectType
end
new(*args) click to toggle source
# File lib/openstudio-api-stubs/Classes/ConstructionWithInternalSource.rb, line 5
def self.new(*args)
end

Public Instance Methods

dimensionsForTheCTFCalculation() click to toggle source

@return [Int32]

# File lib/openstudio-api-stubs/Classes/ConstructionWithInternalSource.rb, line 20
def dimensionsForTheCTFCalculation
end
reverseConstructionWithInternalSource() click to toggle source

@return [ConstructionWithInternalSource]

# File lib/openstudio-api-stubs/Classes/ConstructionWithInternalSource.rb, line 35
def reverseConstructionWithInternalSource
end
setDimensionsForTheCTFCalculation(int32) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ConstructionWithInternalSource.rb, line 23
def setDimensionsForTheCTFCalculation(int32)
end
setSourcePresentAfterLayerNumber(int32) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ConstructionWithInternalSource.rb, line 11
def setSourcePresentAfterLayerNumber(int32)
end
setTemperatureCalculationRequestedAfterLayerNumber(int32) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ConstructionWithInternalSource.rb, line 17
def setTemperatureCalculationRequestedAfterLayerNumber(int32)
end
setTubeSpacing(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ConstructionWithInternalSource.rb, line 29
def setTubeSpacing(double)
end
sourcePresentAfterLayerNumber() click to toggle source

@return [Int32]

# File lib/openstudio-api-stubs/Classes/ConstructionWithInternalSource.rb, line 8
def sourcePresentAfterLayerNumber
end
temperatureCalculationRequestedAfterLayerNumber() click to toggle source

@return [Int32]

# File lib/openstudio-api-stubs/Classes/ConstructionWithInternalSource.rb, line 14
def temperatureCalculationRequestedAfterLayerNumber
end
tubeSpacing() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ConstructionWithInternalSource.rb, line 26
def tubeSpacing
end