Sha256: 51aadb75f785e2256033e0e901f7fcc704f24d95d2970b889e944e59919a9a98
Contents?: true
Size: 446 Bytes
Versions: 12
Compression:
Stored size: 446 Bytes
Contents
# This class holds methods that apply the "standard" assumptions # for ZNE-Ready buildings, as defined by NREL in 2017, to a given model. # @ref [References::NRELZNEReady2017] class NRELZNEReady2017 < ASHRAE901 @@template = 'NREL ZNE Ready 2017' # rubocop:disable Style/ClassVars register_standard @@template attr_reader :template def initialize super() @template = @@template load_standards_database end end
Version data entries
12 entries across 12 versions & 1 rubygems