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