Sha256: b03cdd63af00633def661dc860ec978d8f6cf348ea92fc4c790abad5f3879fd4
Contents?: true
Size: 439 Bytes
Versions: 19
Compression:
Stored size: 439 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. # # @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