class OpenStudio::Model::GasEquipmentDefinition

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

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

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 11
def self.validDesignLevelCalculationMethodValues
end

Public Instance Methods

carbonDioxideGenerationRate() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 44
def carbonDioxideGenerationRate
end
designLevel() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 17
def designLevel
end
designLevelCalculationMethod() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 14
def designLevelCalculationMethod
end
fractionLatent() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 26
def fractionLatent
end
fractionLost() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 38
def fractionLost
end
fractionRadiant() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 32
def fractionRadiant
end
getDesignLevel(double, double) click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 79
def getDesignLevel(double, double)
end
getPowerPerFloorArea(double, double) click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 82
def getPowerPerFloorArea(double, double)
end
getPowerPerPerson(double, double) click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 85
def getPowerPerPerson(double, double)
end
isCarbonDioxideGenerationRateDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 47
def isCarbonDioxideGenerationRateDefaulted
end
isFractionLatentDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 29
def isFractionLatentDefaulted
end
isFractionLostDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 41
def isFractionLostDefaulted
end
isFractionRadiantDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 35
def isFractionRadiantDefaulted
end
resetCarbonDioxideGenerationRate() click to toggle source
# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 76
def resetCarbonDioxideGenerationRate
end
resetFractionLatent() click to toggle source
# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 61
def resetFractionLatent
end
resetFractionLost() click to toggle source
# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 71
def resetFractionLost
end
resetFractionRadiant() click to toggle source
# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 66
def resetFractionRadiant
end
setCarbonDioxideGenerationRate(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 74
def setCarbonDioxideGenerationRate(double)
end
setDesignLevel(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 50
def setDesignLevel(double)
end
setDesignLevelCalculationMethod(string, double, double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 88
def setDesignLevelCalculationMethod(string, double, double)
end
setFractionLatent(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 59
def setFractionLatent(double)
end
setFractionLost(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 69
def setFractionLost(double)
end
setFractionRadiant(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 64
def setFractionRadiant(double)
end
setWattsperPerson(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 56
def setWattsperPerson(double)
end
setWattsperSpaceFloorArea(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 53
def setWattsperSpaceFloorArea(double)
end
wattsperPerson() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 23
def wattsperPerson
end
wattsperSpaceFloorArea() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/GasEquipmentDefinition.rb, line 20
def wattsperSpaceFloorArea
end