Sha256: c7398791a363d53cc442209172af9642f84af62229daa333d1392eea9d656684
Contents?: true
Size: 366 Bytes
Versions: 29
Compression:
Stored size: 366 Bytes
Contents
class NRELZNEReady2017 < 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
29 entries across 29 versions & 1 rubygems