class OpenStudio::Model::ZoneHVACEnergyRecoveryVentilator

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

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

Public Instance Methods

autosizeExhaustAirFlowRate() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 57
def autosizeExhaustAirFlowRate
end
autosizeSupplyAirFlowRate() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 52
def autosizeSupplyAirFlowRate
end
availabilitySchedule() click to toggle source

@return [Schedule]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 11
def availabilitySchedule
end
controller() click to toggle source

@return [OptionalZoneHVACEnergyRecoveryVentilatorController]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 35
def controller
end
exhaustAirFan() click to toggle source

@return [HVACComponent]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 32
def exhaustAirFan
end
exhaustAirFlowRate() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 23
def exhaustAirFlowRate
end
heatExchanger() click to toggle source

@return [HVACComponent]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 14
def heatExchanger
end
isExhaustAirFlowRateAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 26
def isExhaustAirFlowRateAutosized
end
isSupplyAirFlowRateAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 20
def isSupplyAirFlowRateAutosized
end
resetController() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 68
def resetController
end
setAvailabilitySchedule(schedule) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 44
def setAvailabilitySchedule(schedule)
end
setController(zoneHVACEnergyRecoveryVentilatorController) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 66
def setController(zoneHVACEnergyRecoveryVentilatorController)
end
setExhaustAirFan(hVACComponent) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 63
def setExhaustAirFan(hVACComponent)
end
setExhaustAirFlowRate(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 55
def setExhaustAirFlowRate(double)
end
setHeatExchanger(hVACComponent) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 47
def setHeatExchanger(hVACComponent)
end
setSupplyAirFan(hVACComponent) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 60
def setSupplyAirFan(hVACComponent)
end
setSupplyAirFlowRate(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 50
def setSupplyAirFlowRate(double)
end
setVentilationRateperOccupant(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 74
def setVentilationRateperOccupant(double)
end
setVentilationRateperUnitFloorArea(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 71
def setVentilationRateperUnitFloorArea(double)
end
supplyAirFan() click to toggle source

@return [HVACComponent]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 29
def supplyAirFan
end
supplyAirFlowRate() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 17
def supplyAirFlowRate
end
ventilationRateperOccupant() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 41
def ventilationRateperOccupant
end
ventilationRateperUnitFloorArea() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ZoneHVACEnergyRecoveryVentilator.rb, line 38
def ventilationRateperUnitFloorArea
end