Sha256: fd0ed4915cc28b20b5484b0a2718662da849849c602bd854698164fbc6dfe804
Contents?: true
Size: 582 Bytes
Versions: 19
Compression:
Stored size: 582 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] variable volume fan object # @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
19 entries across 19 versions & 1 rubygems