lib/openstudio-standards/standards/Standards.HeatExchangerSensLat.rb in openstudio-standards-0.2.16 vs lib/openstudio-standards/standards/Standards.HeatExchangerSensLat.rb in openstudio-standards-0.2.17.rc1

- old
+ new

@@ -25,9 +25,10 @@ # Defines the minimum sensible and latent effectiveness of the heat exchanger. # Assumed to apply to sensible and latent effectiveness at all flow rates. # # @param heat_exchanger_air_to_air_sensible_and_latent [OpenStudio::Model::HeatExchangerAirToAirSensibleAndLatent] the heat exchanger + # @return [Array] List of full and part load heat echanger effectiveness def heat_exchanger_air_to_air_sensible_and_latent_minimum_effectiveness(heat_exchanger_air_to_air_sensible_and_latent) full_htg_sens_eff = 0.5 full_htg_lat_eff = 0.5 part_htg_sens_eff = 0.5 part_htg_lat_eff = 0.5