Sha256: deb4bfe8288ac5fc83b6963cb241d8508e18ace6b06b0bde486a5bcce15b3a5e
Contents?: true
Size: 367 Bytes
Versions: 13
Compression:
Stored size: 367 Bytes
Contents
class ZEAEDGMultifamily < ASHRAE901 # @!group hvac_systems # Determine which type of fan the cooling tower # will have. Variable Speed Fan for NREL ZNE Ready 2017. # @return [String] the fan type: TwoSpeed Fan, Variable Speed Fan def model_cw_loop_cooling_tower_fan_type(model) fan_type = 'Variable Speed Fan' return fan_type end end
Version data entries
13 entries across 13 versions & 1 rubygems