Sha256: 17659403f71cd1de3a161ea3b5375a6f37fecc9428a9626f1ece91d7e4f7d85c
Contents?: true
Size: 563 Bytes
Versions: 29
Compression:
Stored size: 563 Bytes
Contents
class ASHRAE9012010 < 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