Sha256: 013a9f12f92b1499e27856212477542638bd23510a1a1db0da15dc56437ac3ee
Contents?: true
Size: 433 Bytes
Versions: 7
Compression:
Stored size: 433 Bytes
Contents
class ASHRAE9012013 < ASHRAE901 # @!group hvac_systems # Determine which type of fan the cooling tower will have. # Variable Speed Fan for ASHRAE 90.1-2013. # # @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
7 entries across 7 versions & 1 rubygems