openstudio-load-flexibility-measures 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -3
- data/README.md +4 -3
- data/lib/measures/{add_central_hpwh_for_load_flexibility → add_central_ice_storage}/LICENSE.md +0 -0
- data/lib/measures/{add_ice_storage_to_plant_loop_for_load_flexibility → add_central_ice_storage}/README.md +0 -0
- data/lib/measures/{add_central_hpwh_for_load_flexibility → add_central_ice_storage}/README.md.erb +0 -0
- data/lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/docs/Ice Measure Implementation Guide.pdf b/data/lib/measures/add_central_ice_storage/docs/Ice Measure Implementation → Guide.pdf +0 -0
- data/lib/measures/{add_ice_storage_to_plant_loop_for_load_flexibility → add_central_ice_storage}/measure.rb +2 -2
- data/lib/measures/{add_ice_storage_to_plant_loop_for_load_flexibility → add_central_ice_storage}/measure.xml +13 -13
- data/lib/measures/{add_ice_storage_to_plant_loop_for_load_flexibility → add_central_ice_storage}/resources/OsLib_Schedules.rb +0 -0
- data/lib/measures/{add_ice_storage_to_plant_loop_for_load_flexibility/tests/add_ice_storage_to_plant_loop_for_load_flexibility_test.rb → add_central_ice_storage/tests/add_central_ice_storage_test.rb} +4 -4
- data/lib/measures/{add_ice_storage_to_plant_loop_for_load_flexibility → add_central_ice_storage}/tests/ice_test_model.osm +0 -0
- data/lib/measures/{add_distributed_ice_storage_to_air_loop_for_load_flexibility → add_hpwh}/LICENSE.md +0 -0
- data/lib/measures/{add_central_hpwh_for_load_flexibility → add_hpwh}/README.md +0 -0
- data/lib/measures/{add_ice_storage_to_plant_loop_for_load_flexibility → add_hpwh}/README.md.erb +0 -0
- data/lib/measures/add_central_hpwh_for_load_flexibility/docs/Flexible Domestic Hot Water Implementation Guide.pdf b/data/lib/measures/add_hpwh/docs/Flexible Domestic Hot Water Implementation → Guide.pdf +0 -0
- data/lib/measures/{add_central_hpwh_for_load_flexibility → add_hpwh}/measure.rb +2 -2
- data/lib/measures/{add_central_hpwh_for_load_flexibility → add_hpwh}/measure.xml +13 -13
- data/lib/measures/{add_central_hpwh_for_load_flexibility → add_hpwh}/tests/SmallHotel-2A.osm +0 -0
- data/lib/measures/{add_central_hpwh_for_load_flexibility/tests/add_central_hpwh_for_load_flexibility.rb → add_hpwh/tests/add_hphw.rb} +2 -2
- data/lib/measures/{add_ice_storage_to_plant_loop_for_load_flexibility → add_packaged_ice_storage}/LICENSE.md +0 -0
- data/lib/measures/{add_distributed_ice_storage_to_air_loop_for_load_flexibility → add_packaged_ice_storage}/README.md +0 -0
- data/lib/measures/{add_distributed_ice_storage_to_air_loop_for_load_flexibility → add_packaged_ice_storage}/measure.rb +2 -2
- data/lib/measures/{add_distributed_ice_storage_to_air_loop_for_load_flexibility → add_packaged_ice_storage}/measure.xml +11 -11
- data/lib/measures/{add_distributed_ice_storage_to_air_loop_for_load_flexibility → add_packaged_ice_storage}/resources/TESCurves.idf +0 -0
- data/lib/measures/{add_distributed_ice_storage_to_air_loop_for_load_flexibility → add_packaged_ice_storage}/tests/MeasureTest.osm +0 -0
- data/lib/measures/{add_distributed_ice_storage_to_air_loop_for_load_flexibility/tests/add_distributed_ice_storage_to_air_loop_for_load_flexibility_test.rb → add_packaged_ice_storage/tests/add_packaged_ice_storage_test.rb} +2 -2
- data/lib/openstudio/load_flexibility_measures/version.rb +1 -1
- metadata +26 -29
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bab354da71f81f20c47dcdda629965c11ea7fc402f09b6383f3e22292a461ec2
|
4
|
+
data.tar.gz: dddc55254365477fc787866d3fa3298b4136f6fc38a15b5ef7dc3418b6887420
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0dd68836c8e62800b7a2ef544e0ce067a08e39184a826763aaf2d2672f8d272e6ebb232f10f98945fd06074b43cbd71c484ec8100122dcc5a38c315e1acb2cf0
|
7
|
+
data.tar.gz: a7ade7e07aff4b029abc28c8d0ebf8cfb0eb25cdae4de8696f3287fe9779eed7fb98db256edbbe0d2f51b0f8dd76758850b809aa3b4f2ab9a67e06cb0ea722ae
|
data/CHANGELOG.md
CHANGED
@@ -1,11 +1,20 @@
|
|
1
1
|
# OpenStudio Load Flexibility Measures Gem
|
2
2
|
|
3
|
+
## Version 0.1.3
|
4
|
+
|
5
|
+
* Measures have been renamed and readme updated:
|
6
|
+
* "Add Ice Storage to Plant Loop for Load Flexibility" is now "Add Central Ice Storage"
|
7
|
+
* "Add Distributed Ice Storage to Air Loop for Load Flexibility" is now "Add Packaged Ice Storage"
|
8
|
+
* "Add Central HPHW for Load Flexibility" is now "Add HPHW"
|
9
|
+
* Bug Fixes:
|
10
|
+
* [#12](https://github.com/NREL/openstudio-load-flexibility-measures-gem/issues/12), File names become too long when using with URBANopt CLI
|
11
|
+
|
3
12
|
## Version 0.1.2
|
4
13
|
|
5
14
|
* Bug Fixes:
|
6
|
-
*
|
7
|
-
*
|
8
|
-
*
|
15
|
+
* [#4](https://github.com/NREL/openstudio-load-flexibility-measures-gem/issues/4), use unix paths in 'add_distributed_ice_storage_to_air_loop_for_load_flexibility'
|
16
|
+
* [#6](https://github.com/NREL/openstudio-load-flexibility-measures-gem/issues/6), code error in add_distributed measure
|
17
|
+
* [#8](https://github.com/NREL/openstudio-load-flexibility-measures-gem/issues/8), EMS output variables cause measure failure
|
9
18
|
* Remove .DS_Store and exclude from future releases
|
10
19
|
* Code cleanup
|
11
20
|
|
data/README.md
CHANGED
@@ -21,9 +21,9 @@ Or install it yourself as:
|
|
21
21
|
## Usage
|
22
22
|
|
23
23
|
The openstudio-load-flexibility-measures gem contains measures to apply thermal load flexibility to a building model. The current version contains the following:
|
24
|
-
* Add
|
25
|
-
* Add
|
26
|
-
* Add Ice Storage
|
24
|
+
* Add HPHW (Heat Pump Hot Water Heater)
|
25
|
+
* Add Central Ice Storage (for plant loops)
|
26
|
+
* Add Packaged Ice Storage (for rooftop units)
|
27
27
|
|
28
28
|
Detailed instructions for usage are included in each measure's respective README.md and docs folder.
|
29
29
|
|
@@ -40,3 +40,4 @@ Detailed instructions for usage are included in each measure's respective README
|
|
40
40
|
## TODO
|
41
41
|
|
42
42
|
- [ ] Update usage with links to respective measure documentation
|
43
|
+
- [ ] Update documentation pdf's to reflect revised measure names
|
data/lib/measures/{add_central_hpwh_for_load_flexibility → add_central_ice_storage}/LICENSE.md
RENAMED
File without changes
|
File without changes
|
data/lib/measures/{add_central_hpwh_for_load_flexibility → add_central_ice_storage}/README.md.erb
RENAMED
File without changes
|
File without changes
|
@@ -49,7 +49,7 @@
|
|
49
49
|
require "#{File.dirname(__FILE__)}/resources/OsLib_Schedules"
|
50
50
|
|
51
51
|
# start the measure
|
52
|
-
class
|
52
|
+
class AddCentralIceStorage < OpenStudio::Measure::ModelMeasure
|
53
53
|
# human readable name
|
54
54
|
def name
|
55
55
|
# Measure name should be the title case of the class name.
|
@@ -1321,4 +1321,4 @@ class AddIceStorageToPlantLoopForLoadFlexibility < OpenStudio::Measure::ModelMea
|
|
1321
1321
|
end
|
1322
1322
|
|
1323
1323
|
# register the measure to be used by the application
|
1324
|
-
|
1324
|
+
AddCentralIceStorage.new.registerWithApplication
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<?xml version="1.0"?>
|
2
2
|
<measure>
|
3
3
|
<schema_version>3.0</schema_version>
|
4
|
-
<name>
|
4
|
+
<name>add_central_ice_storage</name>
|
5
5
|
<uid>48f37812-0cb6-4770-b695-beb8d8a5660d</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>8b813d27-6c3b-4b60-8004-c0bcfee01b24</version_id>
|
7
|
+
<version_modified>20200903T163027Z</version_modified>
|
8
8
|
<xml_checksum>6394841D</xml_checksum>
|
9
|
-
<class_name>
|
9
|
+
<class_name>AddCentralIceStorage</class_name>
|
10
10
|
<display_name>Add Ice Storage Tank</display_name>
|
11
11
|
<description>This measure adds an ice storage tank to a chilled water loop for the purpose of thermal energy storage.</description>
|
12
12
|
<modeler_description>This measure adds the necessary components and performs required model articulations to add an ice thermal storage tank (ITS) to an existing chilled water loop. Special consideration is given to implementing configuration and control options. Refer to the ASHRAE CTES Design Guide or manufacturer applications guides for detailed implementation info. A user guide document is included in the docs folder of this measure to help translate design objectives into measure argument input values.</modeler_description>
|
@@ -477,10 +477,10 @@
|
|
477
477
|
<checksum>E0468DD6</checksum>
|
478
478
|
</file>
|
479
479
|
<file>
|
480
|
-
<filename>
|
481
|
-
<filetype>
|
482
|
-
<usage_type>
|
483
|
-
<checksum>
|
480
|
+
<filename>README.md</filename>
|
481
|
+
<filetype>md</filetype>
|
482
|
+
<usage_type>readme</usage_type>
|
483
|
+
<checksum>69EDB2DB</checksum>
|
484
484
|
</file>
|
485
485
|
<file>
|
486
486
|
<version>
|
@@ -491,13 +491,13 @@
|
|
491
491
|
<filename>measure.rb</filename>
|
492
492
|
<filetype>rb</filetype>
|
493
493
|
<usage_type>script</usage_type>
|
494
|
-
<checksum>
|
494
|
+
<checksum>914DA2C8</checksum>
|
495
495
|
</file>
|
496
496
|
<file>
|
497
|
-
<filename>
|
498
|
-
<filetype>
|
499
|
-
<usage_type>
|
500
|
-
<checksum>
|
497
|
+
<filename>add_central_ice_storage_test.rb</filename>
|
498
|
+
<filetype>rb</filetype>
|
499
|
+
<usage_type>test</usage_type>
|
500
|
+
<checksum>8738374B</checksum>
|
501
501
|
</file>
|
502
502
|
</files>
|
503
503
|
</measure>
|
File without changes
|
@@ -41,7 +41,7 @@ require 'minitest/autorun'
|
|
41
41
|
require_relative '../measure.rb'
|
42
42
|
require 'fileutils'
|
43
43
|
|
44
|
-
class
|
44
|
+
class AddCentralIceStorageTest < Minitest::Test
|
45
45
|
# def setup
|
46
46
|
# end
|
47
47
|
|
@@ -50,7 +50,7 @@ class AddIceStorageToPlantLoopForLoadFlexibilityTest < Minitest::Test
|
|
50
50
|
|
51
51
|
def test_number_of_arguments_and_argument_names
|
52
52
|
# create an instance of the measure
|
53
|
-
measure =
|
53
|
+
measure = AddCentralIceStorage.new
|
54
54
|
|
55
55
|
# create runner with empty OSW
|
56
56
|
osw = OpenStudio::WorkflowJSON.new
|
@@ -96,7 +96,7 @@ class AddIceStorageToPlantLoopForLoadFlexibilityTest < Minitest::Test
|
|
96
96
|
|
97
97
|
def test_bad_argument_values
|
98
98
|
# create an instance of the measure
|
99
|
-
measure =
|
99
|
+
measure = AddCentralIceStorage.new
|
100
100
|
|
101
101
|
# create runner with empty OSW
|
102
102
|
osw = OpenStudio::WorkflowJSON.new
|
@@ -135,7 +135,7 @@ class AddIceStorageToPlantLoopForLoadFlexibilityTest < Minitest::Test
|
|
135
135
|
|
136
136
|
def test_good_argument_values
|
137
137
|
# create an instance of the measure
|
138
|
-
measure =
|
138
|
+
measure = AddCentralIceStorage.new
|
139
139
|
|
140
140
|
# create runner with empty OSW
|
141
141
|
osw = OpenStudio::WorkflowJSON.new
|
File without changes
|
File without changes
|
File without changes
|
data/lib/measures/{add_ice_storage_to_plant_loop_for_load_flexibility → add_hpwh}/README.md.erb
RENAMED
File without changes
|
File without changes
|
@@ -43,7 +43,7 @@
|
|
43
43
|
# EnergyPlus Engineering Reference, Sections:
|
44
44
|
|
45
45
|
# start the measure
|
46
|
-
class
|
46
|
+
class AddHphw < OpenStudio::Measure::ModelMeasure
|
47
47
|
require 'openstudio-standards'
|
48
48
|
|
49
49
|
# human readable name
|
@@ -644,4 +644,4 @@ class AddCentralHpwhForLoadFlexibility < OpenStudio::Measure::ModelMeasure
|
|
644
644
|
end
|
645
645
|
|
646
646
|
# register the measure to be used by the application
|
647
|
-
|
647
|
+
AddHphw.new.registerWithApplication
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<?xml version="1.0"?>
|
2
2
|
<measure>
|
3
3
|
<schema_version>3.0</schema_version>
|
4
|
-
<name>
|
4
|
+
<name>add_hphw</name>
|
5
5
|
<uid>518cde6f-1806-4b9a-bee9-ccaac49c7a53</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>80211a9e-15ad-4f6a-9090-795ecb416c5e</version_id>
|
7
|
+
<version_modified>20200903T163041Z</version_modified>
|
8
8
|
<xml_checksum>A374667A</xml_checksum>
|
9
|
-
<class_name>
|
9
|
+
<class_name>AddHphw</class_name>
|
10
10
|
<display_name>flexible_domestic_hot_water</display_name>
|
11
11
|
<description>This measure adds or replaces existing domestic hot water heater with air source heat pump system and allows for the addition of multiple daily flexible control time windows. The heater/tank system may charge at maximum capacity up to an elevated temperature, or float without any heat addition for a specified timeframe down to a minimum tank temperature.</description>
|
12
12
|
<modeler_description>This measure allows selection between three heat pump water heater modeling approaches in EnergyPlus.The user may select between the pumped-condenser or wrapped-condenser objects. They may also elect to use a simplified calculation which does not use the heat pump objects, but instead used an electric resistance heater and approximates the equivalent electrical input that would be required from a heat pump. This expedites simulation at the expense of accuracy.
|
@@ -371,10 +371,10 @@ The flexibility of the system is based on user-defined temperatures and times, w
|
|
371
371
|
<checksum>E0468DD6</checksum>
|
372
372
|
</file>
|
373
373
|
<file>
|
374
|
-
<filename>
|
375
|
-
<filetype>
|
376
|
-
<usage_type>
|
377
|
-
<checksum>
|
374
|
+
<filename>README.md</filename>
|
375
|
+
<filetype>md</filetype>
|
376
|
+
<usage_type>readme</usage_type>
|
377
|
+
<checksum>48EE62B0</checksum>
|
378
378
|
</file>
|
379
379
|
<file>
|
380
380
|
<version>
|
@@ -385,13 +385,13 @@ The flexibility of the system is based on user-defined temperatures and times, w
|
|
385
385
|
<filename>measure.rb</filename>
|
386
386
|
<filetype>rb</filetype>
|
387
387
|
<usage_type>script</usage_type>
|
388
|
-
<checksum>
|
388
|
+
<checksum>930296F3</checksum>
|
389
389
|
</file>
|
390
390
|
<file>
|
391
|
-
<filename>
|
392
|
-
<filetype>
|
393
|
-
<usage_type>
|
394
|
-
<checksum>
|
391
|
+
<filename>add_hphw.rb</filename>
|
392
|
+
<filetype>rb</filetype>
|
393
|
+
<usage_type>test</usage_type>
|
394
|
+
<checksum>15E27276</checksum>
|
395
395
|
</file>
|
396
396
|
</files>
|
397
397
|
</measure>
|
data/lib/measures/{add_central_hpwh_for_load_flexibility → add_hpwh}/tests/SmallHotel-2A.osm
RENAMED
File without changes
|
@@ -41,7 +41,7 @@ require 'minitest/autorun'
|
|
41
41
|
require_relative '../measure.rb'
|
42
42
|
require 'fileutils'
|
43
43
|
|
44
|
-
class
|
44
|
+
class AddHphwTest < Minitest::Test
|
45
45
|
# def setup
|
46
46
|
# end
|
47
47
|
|
@@ -50,7 +50,7 @@ class AddCentralHpwhForLoadFlexibilityTest < Minitest::Test
|
|
50
50
|
|
51
51
|
def test_good_argument_values
|
52
52
|
# create an instance of the measure
|
53
|
-
measure =
|
53
|
+
measure = AddHphw.new
|
54
54
|
|
55
55
|
# create runner with empty OSW
|
56
56
|
osw = OpenStudio::WorkflowJSON.new
|
File without changes
|
File without changes
|
@@ -37,7 +37,7 @@
|
|
37
37
|
# Measure Renamed, License Updated, and Code Cleaned - KH June 2020
|
38
38
|
|
39
39
|
# start the measure
|
40
|
-
class
|
40
|
+
class AddPackagedIceStorage < OpenStudio::Measure::EnergyPlusMeasure
|
41
41
|
# human readable name
|
42
42
|
def name
|
43
43
|
'Add Distributed Ice Storage to Air Loop for Load Flexibility'
|
@@ -687,4 +687,4 @@ class AddDistributedIceStorageToAirLoopForLoadFlexibility < OpenStudio::Measure:
|
|
687
687
|
end
|
688
688
|
|
689
689
|
# register the measure to be used by the application
|
690
|
-
|
690
|
+
AddPackagedIceStorage.new.registerWithApplication
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<?xml version="1.0"?>
|
2
2
|
<measure>
|
3
3
|
<schema_version>3.0</schema_version>
|
4
|
-
<name>
|
4
|
+
<name>add_packaged_ice_storage</name>
|
5
5
|
<uid>2aa8c128-53b9-49fd-9aaf-9253a1f05936</uid>
|
6
|
-
<version_id>
|
7
|
-
<version_modified>
|
6
|
+
<version_id>db67a99f-13f3-4084-ab3f-548cfb8c32a5</version_id>
|
7
|
+
<version_modified>20200903T163041Z</version_modified>
|
8
8
|
<xml_checksum>2617824F</xml_checksum>
|
9
|
-
<class_name>
|
9
|
+
<class_name>AddPackagedIceStorage</class_name>
|
10
10
|
<display_name>Add Distributed Ice Storage to Air Loop for Load Flexibility</display_name>
|
11
11
|
<description>This measure removes the cooling coils in the model and replaces them with packaged air conditioning units with integrated ice storage.</description>
|
12
12
|
<modeler_description>This measure applies to packaged single zone air conditioning systems or packaged variable air volume systems that were originally modeled with CoilSystem:Cooling:DX or AirLoopHVAC:UnitarySystem container objects. It adds a Coil:Cooling:DX:SingleSpeed:ThermalStorage coil object to each user-selected thermal zone and deletes the existing cooling coil.
|
@@ -232,12 +232,6 @@ If 'AutoSize' is selected for ice capacity, these inputs set an ice capacity siz
|
|
232
232
|
<usage_type>license</usage_type>
|
233
233
|
<checksum>E0468DD6</checksum>
|
234
234
|
</file>
|
235
|
-
<file>
|
236
|
-
<filename>add_distributed_ice_storage_to_air_loop_for_load_flexibility_test.rb</filename>
|
237
|
-
<filetype>rb</filetype>
|
238
|
-
<usage_type>test</usage_type>
|
239
|
-
<checksum>FC11EAC7</checksum>
|
240
|
-
</file>
|
241
235
|
<file>
|
242
236
|
<version>
|
243
237
|
<software_program>OpenStudio</software_program>
|
@@ -247,7 +241,13 @@ If 'AutoSize' is selected for ice capacity, these inputs set an ice capacity siz
|
|
247
241
|
<filename>measure.rb</filename>
|
248
242
|
<filetype>rb</filetype>
|
249
243
|
<usage_type>script</usage_type>
|
250
|
-
<checksum>
|
244
|
+
<checksum>C1C62C47</checksum>
|
245
|
+
</file>
|
246
|
+
<file>
|
247
|
+
<filename>add_packaged_ice_storage_test.rb</filename>
|
248
|
+
<filetype>rb</filetype>
|
249
|
+
<usage_type>test</usage_type>
|
250
|
+
<checksum>2D918464</checksum>
|
251
251
|
</file>
|
252
252
|
</files>
|
253
253
|
</measure>
|
File without changes
|
File without changes
|
@@ -39,7 +39,7 @@ require 'minitest/autorun'
|
|
39
39
|
|
40
40
|
require_relative '../measure.rb'
|
41
41
|
|
42
|
-
class
|
42
|
+
class AddPackagedIceStorageTest < MiniTest::Test
|
43
43
|
# def setup
|
44
44
|
# end
|
45
45
|
|
@@ -48,7 +48,7 @@ class AddDistributedIceStorageToAirLoopForLoadFlexibilityTest < MiniTest::Test
|
|
48
48
|
|
49
49
|
def test_good_argument_values
|
50
50
|
# create an instance of the measure
|
51
|
-
measure =
|
51
|
+
measure = AddPackagedIceStorage.new
|
52
52
|
|
53
53
|
# create runner with empty OSW
|
54
54
|
osw = OpenStudio::WorkflowJSON.new
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openstudio-load-flexibility-measures
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karl Heine
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-09-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -114,33 +114,30 @@ files:
|
|
114
114
|
- doc_templates/copyright_erb.txt
|
115
115
|
- doc_templates/copyright_js.txt
|
116
116
|
- doc_templates/copyright_ruby.txt
|
117
|
-
- lib/measures/
|
118
|
-
- lib/measures/
|
119
|
-
- lib/measures/
|
120
|
-
- lib/measures/
|
121
|
-
|
122
|
-
- lib/measures/
|
123
|
-
- lib/measures/
|
124
|
-
- lib/measures/
|
125
|
-
- lib/measures/
|
126
|
-
- lib/measures/
|
127
|
-
- lib/measures/
|
128
|
-
- lib/measures/
|
129
|
-
- lib/measures/
|
130
|
-
- lib/measures/
|
131
|
-
- lib/measures/
|
132
|
-
- lib/measures/
|
133
|
-
- lib/measures/
|
134
|
-
- lib/measures/
|
135
|
-
- lib/measures/
|
136
|
-
- lib/measures/
|
137
|
-
- lib/measures/
|
138
|
-
|
139
|
-
- lib/measures/
|
140
|
-
- lib/measures/
|
141
|
-
- lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/resources/OsLib_Schedules.rb
|
142
|
-
- lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/tests/add_ice_storage_to_plant_loop_for_load_flexibility_test.rb
|
143
|
-
- lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/tests/ice_test_model.osm
|
117
|
+
- lib/measures/add_central_ice_storage/LICENSE.md
|
118
|
+
- lib/measures/add_central_ice_storage/README.md
|
119
|
+
- lib/measures/add_central_ice_storage/README.md.erb
|
120
|
+
- lib/measures/add_central_ice_storage/docs/Ice Measure Implementation Guide.pdf
|
121
|
+
- lib/measures/add_central_ice_storage/measure.rb
|
122
|
+
- lib/measures/add_central_ice_storage/measure.xml
|
123
|
+
- lib/measures/add_central_ice_storage/resources/OsLib_Schedules.rb
|
124
|
+
- lib/measures/add_central_ice_storage/tests/add_central_ice_storage_test.rb
|
125
|
+
- lib/measures/add_central_ice_storage/tests/ice_test_model.osm
|
126
|
+
- lib/measures/add_hpwh/LICENSE.md
|
127
|
+
- lib/measures/add_hpwh/README.md
|
128
|
+
- lib/measures/add_hpwh/README.md.erb
|
129
|
+
- lib/measures/add_hpwh/docs/Flexible Domestic Hot Water Implementation Guide.pdf
|
130
|
+
- lib/measures/add_hpwh/measure.rb
|
131
|
+
- lib/measures/add_hpwh/measure.xml
|
132
|
+
- lib/measures/add_hpwh/tests/SmallHotel-2A.osm
|
133
|
+
- lib/measures/add_hpwh/tests/add_hphw.rb
|
134
|
+
- lib/measures/add_packaged_ice_storage/LICENSE.md
|
135
|
+
- lib/measures/add_packaged_ice_storage/README.md
|
136
|
+
- lib/measures/add_packaged_ice_storage/measure.rb
|
137
|
+
- lib/measures/add_packaged_ice_storage/measure.xml
|
138
|
+
- lib/measures/add_packaged_ice_storage/resources/TESCurves.idf
|
139
|
+
- lib/measures/add_packaged_ice_storage/tests/MeasureTest.osm
|
140
|
+
- lib/measures/add_packaged_ice_storage/tests/add_packaged_ice_storage_test.rb
|
144
141
|
- lib/openstudio/load_flexibility_measures.rb
|
145
142
|
- lib/openstudio/load_flexibility_measures/version.rb
|
146
143
|
- openstudio-load-flexibility-measures.gemspec
|