Sha256: 751541c9c03cfa5ce212c87716a2348fb7926870114f21403db44b42e13b3195
Contents?: true
Size: 419 Bytes
Versions: 12
Compression:
Stored size: 419 Bytes
Contents
class ASHRAE9012016 < ASHRAE901 # @!group hvac_systems # Determine which type of fan the cooling tower will have. # Variable Speed Fan for ASHRAE 90.1-2016. # # @param model [OpenStudio::Model::Model] the model # @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
12 entries across 12 versions & 1 rubygems