Sha256: 9f2f697d05ebad79c565e42f888219cc401fae7cbdb00273f181e8942d959d77
Contents?: true
Size: 722 Bytes
Versions: 11
Compression:
Stored size: 722 Bytes
Contents
class NRELZNEReady2017 < ASHRAE901 # @!group HeatExchangerSensLat # Defines the minimum sensible and latent effectiveness of # the heat exchanger. Assumed to apply to sensible and latent # effectiveness at all flow rates. For NREL ZNE Ready 2017, assume # 72% effectiveness, as this is higher than the typical 90.1 minimum of 50%, # and is easily achievable with an enthalpy wheel. # # @param heat_exchanger_air_to_air_sensible_and_latent [OpenStudio::Model::HeatExchangerAirToAirSensibleAndLatent] the heat exchanger def heat_exchanger_air_to_air_sensible_and_latent_minimum_efficiency(heat_exchanger_air_to_air_sensible_and_latent) min_effct = 0.72 return min_effct end end
Version data entries
11 entries across 11 versions & 1 rubygems