class OpenStudio::Model::ZoneHVACUnitVentilator

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

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

@return [StringVector]

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

Public Instance Methods

autosizeMaximumOutdoorAirFlowRate() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 83
def autosizeMaximumOutdoorAirFlowRate
end
autosizeMaximumSupplyAirFlowRate() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 67
def autosizeMaximumSupplyAirFlowRate
end
autosizeMinimumOutdoorAirFlowRate() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 75
def autosizeMinimumOutdoorAirFlowRate
end
availabilitySchedule() click to toggle source

@return [Schedule]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 14
def availabilitySchedule
end
coolingCoil() click to toggle source

@return [OptionalHVACComponent]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 56
def coolingCoil
end
coolingConvergenceTolerance() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 59
def coolingConvergenceTolerance
end
heatingCoil() click to toggle source

@return [OptionalHVACComponent]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 50
def heatingCoil
end
heatingConvergenceTolerance() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 53
def heatingConvergenceTolerance
end
isMaximumOutdoorAirFlowRateAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 38
def isMaximumOutdoorAirFlowRateAutosized
end
isMaximumSupplyAirFlowRateAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 20
def isMaximumSupplyAirFlowRateAutosized
end
isMinimumOutdoorAirFlowRateAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 29
def isMinimumOutdoorAirFlowRateAutosized
end
maximumOutdoorAirFlowRate() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 35
def maximumOutdoorAirFlowRate
end
maximumOutdoorAirFractionorTemperatureSchedule() click to toggle source

@return [Schedule]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 41
def maximumOutdoorAirFractionorTemperatureSchedule
end
maximumSupplyAirFlowRate() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 17
def maximumSupplyAirFlowRate
end
minimumOutdoorAirFlowRate() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 26
def minimumOutdoorAirFlowRate
end
minimumOutdoorAirSchedule() click to toggle source

@return [Schedule]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 32
def minimumOutdoorAirSchedule
end
outdoorAirControlType() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 23
def outdoorAirControlType
end
resetCoolingCoil() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 107
def resetCoolingCoil
end
resetHeatingCoil() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 99
def resetHeatingCoil
end
resetSupplyAirFanOperatingModeSchedule() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 94
def resetSupplyAirFanOperatingModeSchedule
end
setAvailabilitySchedule(schedule) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 62
def setAvailabilitySchedule(schedule)
end
setCoolingCoil(hVACComponent) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 105
def setCoolingCoil(hVACComponent)
end
setCoolingConvergenceTolerance(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 110
def setCoolingConvergenceTolerance(double)
end
setHeatingCoil(hVACComponent) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 97
def setHeatingCoil(hVACComponent)
end
setHeatingConvergenceTolerance(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 102
def setHeatingConvergenceTolerance(double)
end
setMaximumOutdoorAirFlowRate(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 81
def setMaximumOutdoorAirFlowRate(double)
end
setMaximumOutdoorAirFractionorTemperatureSchedule(schedule) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 86
def setMaximumOutdoorAirFractionorTemperatureSchedule(schedule)
end
setMaximumSupplyAirFlowRate(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 65
def setMaximumSupplyAirFlowRate(double)
end
setMinimumOutdoorAirFlowRate(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 73
def setMinimumOutdoorAirFlowRate(double)
end
setMinimumOutdoorAirSchedule(schedule) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 78
def setMinimumOutdoorAirSchedule(schedule)
end
setOutdoorAirControlType(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 70
def setOutdoorAirControlType(string)
end
setSupplyAirFan(hVACComponent) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 89
def setSupplyAirFan(hVACComponent)
end
setSupplyAirFanOperatingModeSchedule(schedule) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 92
def setSupplyAirFanOperatingModeSchedule(schedule)
end
supplyAirFan() click to toggle source

@return [HVACComponent]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 44
def supplyAirFan
end
supplyAirFanOperatingModeSchedule() click to toggle source

@return [OptionalSchedule]

# File lib/openstudio-api-stubs/Classes/ZoneHVACUnitVentilator.rb, line 47
def supplyAirFanOperatingModeSchedule
end