openstudio-load-flexibility-measures 0.1.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.html +76 -0
  3. data/CHANGELOG.md +39 -0
  4. data/Gemfile +4 -0
  5. data/README.md +4 -4
  6. data/lib/measures/add_central_ice_storage/LICENSE.md +27 -0
  7. data/lib/measures/{add_ice_storage_to_plant_loop_for_load_flexibility → add_central_ice_storage}/README.md +6 -6
  8. data/lib/measures/{add_central_hpwh_for_load_flexibility → add_central_ice_storage}/README.md.erb +0 -0
  9. 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
  10. data/lib/measures/{add_ice_storage_to_plant_loop_for_load_flexibility → add_central_ice_storage}/measure.rb +49 -35
  11. data/lib/measures/{add_ice_storage_to_plant_loop_for_load_flexibility → add_central_ice_storage}/measure.xml +28 -31
  12. data/lib/measures/{add_ice_storage_to_plant_loop_for_load_flexibility → add_central_ice_storage}/resources/OsLib_Schedules.rb +0 -0
  13. 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} +5 -4
  14. data/lib/measures/{add_ice_storage_to_plant_loop_for_load_flexibility → add_central_ice_storage}/tests/ice_test_model.osm +0 -0
  15. data/lib/measures/add_hpwh/LICENSE.md +27 -0
  16. data/lib/measures/{add_central_hpwh_for_load_flexibility → add_hpwh}/README.md +3 -3
  17. data/lib/measures/{add_ice_storage_to_plant_loop_for_load_flexibility → add_hpwh}/README.md.erb +0 -0
  18. 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
  19. data/lib/measures/{add_central_hpwh_for_load_flexibility → add_hpwh}/measure.rb +5 -6
  20. data/lib/measures/{add_central_hpwh_for_load_flexibility → add_hpwh}/measure.xml +21 -22
  21. data/lib/measures/{add_central_hpwh_for_load_flexibility → add_hpwh}/tests/SmallHotel-2A.osm +0 -0
  22. data/lib/measures/{add_central_hpwh_for_load_flexibility/tests/add_central_hpwh_for_load_flexibility.rb → add_hpwh/tests/add_hphw_test.rb} +5 -5
  23. data/lib/measures/add_packaged_ice_storage/LICENSE.md +27 -0
  24. data/lib/measures/add_packaged_ice_storage/README.html +186 -0
  25. data/lib/measures/{add_distributed_ice_storage_to_air_loop_for_load_flexibility → add_packaged_ice_storage}/README.md +3 -3
  26. data/lib/measures/{add_distributed_ice_storage_to_air_loop_for_load_flexibility → add_packaged_ice_storage}/measure.rb +17 -15
  27. data/lib/measures/{add_distributed_ice_storage_to_air_loop_for_load_flexibility → add_packaged_ice_storage}/measure.xml +21 -29
  28. data/lib/measures/{add_distributed_ice_storage_to_air_loop_for_load_flexibility → add_packaged_ice_storage}/resources/TESCurves.idf +0 -0
  29. data/lib/measures/{add_distributed_ice_storage_to_air_loop_for_load_flexibility → add_packaged_ice_storage}/tests/MeasureTest.osm +0 -0
  30. 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
  31. data/lib/openstudio/load_flexibility_measures/version.rb +1 -1
  32. data/openstudio-load-flexibility-measures.gemspec +4 -2
  33. metadata +35 -39
  34. data/.DS_Store +0 -0
  35. data/lib/measures/add_central_hpwh_for_load_flexibility/LICENSE.md +0 -1
  36. data/lib/measures/add_distributed_ice_storage_to_air_loop_for_load_flexibility/LICENSE.md +0 -13
  37. data/lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/LICENSE.md +0 -13
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.1
4
+ version: 0.3.0
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-08-03 00:00:00.000000000 Z
12
+ date: 2021-04-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -73,28 +73,28 @@ dependencies:
73
73
  requirements:
74
74
  - - "~>"
75
75
  - !ruby/object:Gem::Version
76
- version: 0.2.4
76
+ version: 0.4.0
77
77
  type: :runtime
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - "~>"
82
82
  - !ruby/object:Gem::Version
83
- version: 0.2.4
83
+ version: 0.4.0
84
84
  - !ruby/object:Gem::Dependency
85
85
  name: openstudio-standards
86
86
  requirement: !ruby/object:Gem::Requirement
87
87
  requirements:
88
88
  - - "~>"
89
89
  - !ruby/object:Gem::Version
90
- version: 0.2.11
90
+ version: 0.2.12
91
91
  type: :runtime
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
95
  - - "~>"
96
96
  - !ruby/object:Gem::Version
97
- version: 0.2.11
97
+ version: 0.2.12
98
98
  description: library and measures for OpenStudio for load flexibility applications.
99
99
  email:
100
100
  - karl.heine@nrel.gov
@@ -103,9 +103,9 @@ executables: []
103
103
  extensions: []
104
104
  extra_rdoc_files: []
105
105
  files:
106
- - ".DS_Store"
107
106
  - ".gitignore"
108
107
  - ".rubocop.yml"
108
+ - CHANGELOG.html
109
109
  - CHANGELOG.md
110
110
  - Gemfile
111
111
  - README.md
@@ -115,34 +115,31 @@ files:
115
115
  - doc_templates/copyright_erb.txt
116
116
  - doc_templates/copyright_js.txt
117
117
  - doc_templates/copyright_ruby.txt
118
- - lib/.DS_Store
119
- - lib/measures/add_central_hpwh_for_load_flexibility/LICENSE.md
120
- - lib/measures/add_central_hpwh_for_load_flexibility/README.md
121
- - lib/measures/add_central_hpwh_for_load_flexibility/README.md.erb
122
- - lib/measures/add_central_hpwh_for_load_flexibility/docs/Flexible Domestic Hot Water
123
- Implementation Guide.pdf
124
- - lib/measures/add_central_hpwh_for_load_flexibility/measure.rb
125
- - lib/measures/add_central_hpwh_for_load_flexibility/measure.xml
126
- - lib/measures/add_central_hpwh_for_load_flexibility/tests/SmallHotel-2A.osm
127
- - lib/measures/add_central_hpwh_for_load_flexibility/tests/add_central_hpwh_for_load_flexibility.rb
128
- - lib/measures/add_distributed_ice_storage_to_air_loop_for_load_flexibility/LICENSE.md
129
- - lib/measures/add_distributed_ice_storage_to_air_loop_for_load_flexibility/README.md
130
- - lib/measures/add_distributed_ice_storage_to_air_loop_for_load_flexibility/measure.rb
131
- - lib/measures/add_distributed_ice_storage_to_air_loop_for_load_flexibility/measure.xml
132
- - lib/measures/add_distributed_ice_storage_to_air_loop_for_load_flexibility/resources/TESCurves.idf
133
- - lib/measures/add_distributed_ice_storage_to_air_loop_for_load_flexibility/tests/MeasureTest.osm
134
- - 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
135
- - lib/measures/add_distributed_ice_storage_to_air_loop_for_load_flexibility/tests/output/test_output.idf
136
- - lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/LICENSE.md
137
- - lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/README.md
138
- - lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/README.md.erb
139
- - lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/docs/Ice Measure
140
- Implementation Guide.pdf
141
- - lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/measure.rb
142
- - lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/measure.xml
143
- - lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/resources/OsLib_Schedules.rb
144
- - lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/tests/add_ice_storage_to_plant_loop_for_load_flexibility_test.rb
145
- - lib/measures/add_ice_storage_to_plant_loop_for_load_flexibility/tests/ice_test_model.osm
118
+ - lib/measures/add_central_ice_storage/LICENSE.md
119
+ - lib/measures/add_central_ice_storage/README.md
120
+ - lib/measures/add_central_ice_storage/README.md.erb
121
+ - lib/measures/add_central_ice_storage/docs/Ice Measure Implementation Guide.pdf
122
+ - lib/measures/add_central_ice_storage/measure.rb
123
+ - lib/measures/add_central_ice_storage/measure.xml
124
+ - lib/measures/add_central_ice_storage/resources/OsLib_Schedules.rb
125
+ - lib/measures/add_central_ice_storage/tests/add_central_ice_storage_test.rb
126
+ - lib/measures/add_central_ice_storage/tests/ice_test_model.osm
127
+ - lib/measures/add_hpwh/LICENSE.md
128
+ - lib/measures/add_hpwh/README.md
129
+ - lib/measures/add_hpwh/README.md.erb
130
+ - lib/measures/add_hpwh/docs/Flexible Domestic Hot Water Implementation Guide.pdf
131
+ - lib/measures/add_hpwh/measure.rb
132
+ - lib/measures/add_hpwh/measure.xml
133
+ - lib/measures/add_hpwh/tests/SmallHotel-2A.osm
134
+ - lib/measures/add_hpwh/tests/add_hphw_test.rb
135
+ - lib/measures/add_packaged_ice_storage/LICENSE.md
136
+ - lib/measures/add_packaged_ice_storage/README.html
137
+ - lib/measures/add_packaged_ice_storage/README.md
138
+ - lib/measures/add_packaged_ice_storage/measure.rb
139
+ - lib/measures/add_packaged_ice_storage/measure.xml
140
+ - lib/measures/add_packaged_ice_storage/resources/TESCurves.idf
141
+ - lib/measures/add_packaged_ice_storage/tests/MeasureTest.osm
142
+ - lib/measures/add_packaged_ice_storage/tests/add_packaged_ice_storage_test.rb
146
143
  - lib/openstudio/load_flexibility_measures.rb
147
144
  - lib/openstudio/load_flexibility_measures/version.rb
148
145
  - openstudio-load-flexibility-measures.gemspec
@@ -155,17 +152,16 @@ require_paths:
155
152
  - lib
156
153
  required_ruby_version: !ruby/object:Gem::Requirement
157
154
  requirements:
158
- - - ">="
155
+ - - "~>"
159
156
  - !ruby/object:Gem::Version
160
- version: '0'
157
+ version: 2.7.0
161
158
  required_rubygems_version: !ruby/object:Gem::Requirement
162
159
  requirements:
163
160
  - - ">="
164
161
  - !ruby/object:Gem::Version
165
162
  version: '0'
166
163
  requirements: []
167
- rubyforge_project:
168
- rubygems_version: 2.7.6.2
164
+ rubygems_version: 3.1.2
169
165
  signing_key:
170
166
  specification_version: 4
171
167
  summary: library and measures for OpenStudio for load flexibility applications.
data/.DS_Store DELETED
Binary file
@@ -1 +0,0 @@
1
- Insert your license here
@@ -1,13 +0,0 @@
1
- OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
2
-
3
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
-
5
- (1) Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6
-
7
- (2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8
-
9
- (3) Neither the name of the copyright holder nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission from the respective party.
10
-
11
- (4) Other than as required in clauses (1) and (2), distributions in any form of modifications or other derivative works may not use the "OpenStudio" trademark, "OS", "os", or any other confusingly similar designation without specific prior written permission from Alliance for Sustainable Energy, LLC.
12
-
13
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -1,13 +0,0 @@
1
- OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
2
-
3
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
-
5
- (1) Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6
-
7
- (2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8
-
9
- (3) Neither the name of the copyright holder nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission from the respective party.
10
-
11
- (4) Other than as required in clauses (1) and (2), distributions in any form of modifications or other derivative works may not use the "OpenStudio" trademark, "OS", "os", or any other confusingly similar designation without specific prior written permission from Alliance for Sustainable Energy, LLC.
12
-
13
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.