Sha256: 57ab70e8365b0940ef5ca97ff0b424a03b6b50b9caafe7e74b226ea4c2905841
Contents?: true
Size: 563 Bytes
Versions: 29
Compression:
Stored size: 563 Bytes
Contents
class ASHRAE9012007 < ASHRAE901 # @!group FanVariableVolume # The threhold horsepower below which part load control is not required. # 10 nameplate HP threshold is equivalent to motors with input powers of 7.54 HP per TSD # # @param fan_variable_volume [OpenStudio::Model::FanVariableVolume] the fan # @return [Double] the limit, in horsepower. Return nil for no limit by default. # @todo AddRef def fan_variable_volume_part_load_fan_power_limitation_hp_limit(fan_variable_volume) hp_limit = 7.54 return hp_limit end end
Version data entries
29 entries across 29 versions & 1 rubygems