Sha256: 77550bf286569e0550538f39b0982b4b7bf8af80431fedb806d9a174bc0d6250
Contents?: true
Size: 465 Bytes
Versions: 24
Compression:
Stored size: 465 Bytes
Contents
class CBES < Standard # @!group refrigeration # Determine the latent case credit curve to use # for walkins. # @todo Should probably use the model_add_refrigeration_walkin # and lookups from the spreadsheet instead of hard-coded values. def model_walkin_freezer_latent_case_credit_curve(model) latent_case_credit_curve_name = 'Single Shelf Horizontal Latent Energy Multiplier_Pre2004' return latent_case_credit_curve_name end end
Version data entries
24 entries across 24 versions & 1 rubygems