class OpenStudio::Model::SpaceInfiltrationEffectiveLeakageArea

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

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

Public Instance Methods

effectiveAirLeakageArea() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/SpaceInfiltrationEffectiveLeakageArea.rb, line 17
def effectiveAirLeakageArea
end
getEffectiveAirLeakageArea(*args) click to toggle source

@return [Quantity]

# File lib/openstudio-api-stubs/Classes/SpaceInfiltrationEffectiveLeakageArea.rb, line 31
def getEffectiveAirLeakageArea(*args)
end
getStackCoefficient(*args) click to toggle source

@return [Quantity]

# File lib/openstudio-api-stubs/Classes/SpaceInfiltrationEffectiveLeakageArea.rb, line 34
def getStackCoefficient(*args)
end
getWindCoefficient(*args) click to toggle source

@return [Quantity]

# File lib/openstudio-api-stubs/Classes/SpaceInfiltrationEffectiveLeakageArea.rb, line 37
def getWindCoefficient(*args)
end
isScheduleDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SpaceInfiltrationEffectiveLeakageArea.rb, line 14
def isScheduleDefaulted
end
resetSchedule() click to toggle source
# File lib/openstudio-api-stubs/Classes/SpaceInfiltrationEffectiveLeakageArea.rb, line 28
def resetSchedule
end
schedule() click to toggle source

@return [OptionalSchedule]

# File lib/openstudio-api-stubs/Classes/SpaceInfiltrationEffectiveLeakageArea.rb, line 11
def schedule
end
setEffectiveAirLeakageArea(*args) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SpaceInfiltrationEffectiveLeakageArea.rb, line 40
def setEffectiveAirLeakageArea(*args)
end
setSchedule(schedule) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SpaceInfiltrationEffectiveLeakageArea.rb, line 26
def setSchedule(schedule)
end
setStackCoefficient(*args) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SpaceInfiltrationEffectiveLeakageArea.rb, line 43
def setStackCoefficient(*args)
end
setWindCoefficient(*args) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/SpaceInfiltrationEffectiveLeakageArea.rb, line 46
def setWindCoefficient(*args)
end
stackCoefficient() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/SpaceInfiltrationEffectiveLeakageArea.rb, line 20
def stackCoefficient
end
windCoefficient() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/SpaceInfiltrationEffectiveLeakageArea.rb, line 23
def windCoefficient
end