Sha256: df4dc61dffa5b78d2209e2dfaa037f8c77573e12af1ed04344052d73065aa152
Contents?: true
Size: 561 Bytes
Versions: 29
Compression:
Stored size: 561 Bytes
Contents
class ASHRAE9012004 < ASHRAE901 # @!group FanVariableVolume # The threhold horsepower below which part load control is not required. # 15 nameplate HP threshold is equivalent to motors with input powers of 9.9 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 = 9.9 return hp_limit end end
Version data entries
29 entries across 29 versions & 1 rubygems