Sha256: 83b62b119cad0488af8eb3abd63017d92901e50c7a87db619923b6b2eb6fd408
Contents?: true
Size: 440 Bytes
Versions: 19
Compression:
Stored size: 440 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. # # @param model [OpenStudio::Model::Model] OpenStudio model object # @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
19 entries across 19 versions & 1 rubygems