Sha256: 865a2a4b4c2acc74539fd635e223b0be3e6dd7338349ffc622c39e844298fed3
Contents?: true
Size: 506 Bytes
Versions: 1
Compression:
Stored size: 506 Bytes
Contents
# This class holds methods that apply a version of ASHRAE 90.1-2016 that has # been modified to better reflect the U.S. building stock to a given model. # @ref [References::ASHRAE9012016] class ComStockASHRAE9012016 < ASHRAE9012016 register_standard 'ComStock 90.1-2016' attr_reader :template def initialize @template = 'ComStock 90.1-2016' load_standards_database end def load_standards_database(data_directories = []) super([__dir__] + data_directories) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openstudio-standards-0.2.14 | lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/comstock_ashrae_90_1_2016.rb |