honeybee-openstudio 2.3.0 → 2.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  "servers": [],
4
4
  "info": {
5
5
  "description": "This is the documentation for Honeybee energy simulation parameter schema.",
6
- "version": "0.0.1",
6
+ "version": "1.36.0",
7
7
  "title": "Honeybee Energy Simulation Parameter Schema",
8
8
  "contact": {
9
9
  "name": "Ladybug Tools",
@@ -34,11 +34,26 @@
34
34
  "x-displayName": "ASHRAETau",
35
35
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ASHRAETau\" />\n"
36
36
  },
37
+ {
38
+ "name": "calculationmethod_model",
39
+ "x-displayName": "CalculationMethod",
40
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/CalculationMethod\" />\n"
41
+ },
42
+ {
43
+ "name": "calculationupdatemethod_model",
44
+ "x-displayName": "CalculationUpdateMethod",
45
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/CalculationUpdateMethod\" />\n"
46
+ },
37
47
  {
38
48
  "name": "daylightsavingtime_model",
39
49
  "x-displayName": "DaylightSavingTime",
40
50
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/DaylightSavingTime\" />\n"
41
51
  },
52
+ {
53
+ "name": "daysofweek_model",
54
+ "x-displayName": "DaysOfWeek",
55
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/DaysOfWeek\" />\n"
56
+ },
42
57
  {
43
58
  "name": "designday_model",
44
59
  "x-displayName": "DesignDay",
@@ -64,36 +79,21 @@
64
79
  "x-displayName": "HumidityTypes",
65
80
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/HumidityTypes\" />\n"
66
81
  },
82
+ {
83
+ "name": "reportingfrequency_model",
84
+ "x-displayName": "ReportingFrequency",
85
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ReportingFrequency\" />\n"
86
+ },
67
87
  {
68
88
  "name": "runperiod_model",
69
89
  "x-displayName": "RunPeriod",
70
90
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/RunPeriod\" />\n"
71
91
  },
72
- {
73
- "name": "daysofweek_model",
74
- "x-displayName": "DaysOfWeek",
75
- "description": "<SchemaDefinition schemaRef=\"#/components/schemas/DaysOfWeek\" />\n"
76
- },
77
92
  {
78
93
  "name": "shadowcalculation_model",
79
94
  "x-displayName": "ShadowCalculation",
80
95
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ShadowCalculation\" />\n"
81
96
  },
82
- {
83
- "name": "solardistribution_model",
84
- "x-displayName": "SolarDistribution",
85
- "description": "<SchemaDefinition schemaRef=\"#/components/schemas/SolarDistribution\" />\n"
86
- },
87
- {
88
- "name": "calculationmethod_model",
89
- "x-displayName": "CalculationMethod",
90
- "description": "<SchemaDefinition schemaRef=\"#/components/schemas/CalculationMethod\" />\n"
91
- },
92
- {
93
- "name": "calculationupdatemethod_model",
94
- "x-displayName": "CalculationUpdateMethod",
95
- "description": "<SchemaDefinition schemaRef=\"#/components/schemas/CalculationUpdateMethod\" />\n"
96
- },
97
97
  {
98
98
  "name": "simulationcontrol_model",
99
99
  "x-displayName": "SimulationControl",
@@ -104,26 +104,26 @@
104
104
  "x-displayName": "SimulationOutput",
105
105
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/SimulationOutput\" />\n"
106
106
  },
107
- {
108
- "name": "reportingfrequency_model",
109
- "x-displayName": "ReportingFrequency",
110
- "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ReportingFrequency\" />\n"
111
- },
112
107
  {
113
108
  "name": "simulationparameter_model",
114
109
  "x-displayName": "SimulationParameter",
115
110
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/SimulationParameter\" />\n"
116
111
  },
117
- {
118
- "name": "terriantypes_model",
119
- "x-displayName": "TerrianTypes",
120
- "description": "<SchemaDefinition schemaRef=\"#/components/schemas/TerrianTypes\" />\n"
121
- },
122
112
  {
123
113
  "name": "sizingparameter_model",
124
114
  "x-displayName": "SizingParameter",
125
115
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/SizingParameter\" />\n"
126
116
  },
117
+ {
118
+ "name": "solardistribution_model",
119
+ "x-displayName": "SolarDistribution",
120
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/SolarDistribution\" />\n"
121
+ },
122
+ {
123
+ "name": "terriantypes_model",
124
+ "x-displayName": "TerrianTypes",
125
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/TerrianTypes\" />\n"
126
+ },
127
127
  {
128
128
  "name": "windcondition_model",
129
129
  "x-displayName": "WindCondition",
@@ -161,6 +161,18 @@
161
161
  "paths": {},
162
162
  "components": {
163
163
  "schemas": {
164
+ "ReportingFrequency": {
165
+ "title": "ReportingFrequency",
166
+ "description": "An enumeration.",
167
+ "enum": [
168
+ "Timestep",
169
+ "Hourly",
170
+ "Daily",
171
+ "Monthly",
172
+ "Annual"
173
+ ],
174
+ "type": "string"
175
+ },
164
176
  "SimulationOutput": {
165
177
  "title": "SimulationOutput",
166
178
  "description": "Lists the outputs to report from the simulation and their format.",
@@ -174,14 +186,13 @@
174
186
  "readOnly": true
175
187
  },
176
188
  "reporting_frequency": {
189
+ "title": "Reporting Frequency",
190
+ "default": "Hourly",
177
191
  "allOf": [
178
192
  {
179
193
  "$ref": "#/components/schemas/ReportingFrequency"
180
194
  }
181
- ],
182
- "title": "Reporting Frequency",
183
- "default": "Hourly",
184
- "type": "string"
195
+ ]
185
196
  },
186
197
  "include_sqlite": {
187
198
  "title": "Include Sqlite",
@@ -214,6 +225,20 @@
214
225
  },
215
226
  "additionalProperties": false
216
227
  },
228
+ "DaysOfWeek": {
229
+ "title": "DaysOfWeek",
230
+ "description": "An enumeration.",
231
+ "enum": [
232
+ "Sunday",
233
+ "Monday",
234
+ "Tuesday",
235
+ "Wednesday",
236
+ "Thursday",
237
+ "Friday",
238
+ "Saturday"
239
+ ],
240
+ "type": "string"
241
+ },
217
242
  "DaylightSavingTime": {
218
243
  "title": "DaylightSavingTime",
219
244
  "description": "Used to describe the daylight savings time for the simulation.",
@@ -233,13 +258,13 @@
233
258
  3,
234
259
  12
235
260
  ],
261
+ "minItems": 2,
262
+ "maxItems": 3,
236
263
  "type": "array",
237
264
  "items": {
238
265
  "type": "integer",
239
266
  "format": "int32"
240
- },
241
- "minItems": 2,
242
- "maxItems": 3
267
+ }
243
268
  },
244
269
  "end_date": {
245
270
  "title": "End Date",
@@ -248,13 +273,13 @@
248
273
  11,
249
274
  5
250
275
  ],
276
+ "minItems": 2,
277
+ "maxItems": 3,
251
278
  "type": "array",
252
279
  "items": {
253
280
  "type": "integer",
254
281
  "format": "int32"
255
- },
256
- "minItems": 2,
257
- "maxItems": 3
282
+ }
258
283
  }
259
284
  },
260
285
  "additionalProperties": false
@@ -278,13 +303,13 @@
278
303
  1,
279
304
  1
280
305
  ],
306
+ "minItems": 2,
307
+ "maxItems": 2,
281
308
  "type": "array",
282
309
  "items": {
283
310
  "type": "integer",
284
311
  "format": "int32"
285
- },
286
- "minItems": 2,
287
- "maxItems": 2
312
+ }
288
313
  },
289
314
  "end_date": {
290
315
  "title": "End Date",
@@ -293,30 +318,27 @@
293
318
  12,
294
319
  31
295
320
  ],
321
+ "minItems": 2,
322
+ "maxItems": 2,
296
323
  "type": "array",
297
324
  "items": {
298
325
  "type": "integer",
299
326
  "format": "int32"
300
- },
301
- "minItems": 2,
302
- "maxItems": 2
327
+ }
303
328
  },
304
329
  "start_day_of_week": {
330
+ "title": "Start Day Of Week",
331
+ "description": "Text for the day of the week on which the simulation starts.",
332
+ "default": "Sunday",
305
333
  "allOf": [
306
334
  {
307
335
  "$ref": "#/components/schemas/DaysOfWeek"
308
336
  }
309
- ],
310
- "title": "Start Day Of Week",
311
- "description": "Text for the day of the week on which the simulation starts.",
312
- "default": "Sunday",
313
- "type": "string"
337
+ ]
314
338
  },
315
339
  "holidays": {
316
340
  "title": "Holidays",
317
341
  "description": "A list of lists where each sub-list consists of two integers for [month, day], representing a date which is a holiday within the simulation. If None, no holidays are applied.",
318
- "minItems": 2,
319
- "maxItems": 2,
320
342
  "type": "array",
321
343
  "items": {
322
344
  "type": "array",
@@ -391,6 +413,36 @@
391
413
  },
392
414
  "additionalProperties": false
393
415
  },
416
+ "SolarDistribution": {
417
+ "title": "SolarDistribution",
418
+ "description": "An enumeration.",
419
+ "enum": [
420
+ "MinimalShadowing",
421
+ "FullExterior",
422
+ "FullInteriorAndExterior",
423
+ "FullExteriorWithReflections",
424
+ "FullInteriorAndExteriorWithReflections"
425
+ ],
426
+ "type": "string"
427
+ },
428
+ "CalculationMethod": {
429
+ "title": "CalculationMethod",
430
+ "description": "An enumeration.",
431
+ "enum": [
432
+ "PolygonClipping",
433
+ "PixelCounting"
434
+ ],
435
+ "type": "string"
436
+ },
437
+ "CalculationUpdateMethod": {
438
+ "title": "CalculationUpdateMethod",
439
+ "description": "An enumeration.",
440
+ "enum": [
441
+ "Periodic",
442
+ "Timestep"
443
+ ],
444
+ "type": "string"
445
+ },
394
446
  "ShadowCalculation": {
395
447
  "title": "ShadowCalculation",
396
448
  "description": "Used to describe settings for EnergyPlus shadow calculation.",
@@ -404,36 +456,33 @@
404
456
  "readOnly": true
405
457
  },
406
458
  "solar_distribution": {
459
+ "title": "Solar Distribution",
460
+ "default": "FullExteriorWithReflections",
407
461
  "allOf": [
408
462
  {
409
463
  "$ref": "#/components/schemas/SolarDistribution"
410
464
  }
411
- ],
412
- "title": "Solar Distribution",
413
- "default": "FullExteriorWithReflections",
414
- "type": "string"
465
+ ]
415
466
  },
416
467
  "calculation_method": {
468
+ "title": "Calculation Method",
469
+ "description": "Text noting whether CPU-based polygon clipping method orGPU-based pixel counting method should be used. For low numbers of shadingsurfaces (less than ~200), PolygonClipping requires less runtime thanPixelCounting. However, PixelCounting runtime scales significantlybetter at higher numbers of shading surfaces. PixelCounting also hasno limitations related to zone concavity when used with any\u201cFullInterior\u201d solar distribution options.",
470
+ "default": "PolygonClipping",
417
471
  "allOf": [
418
472
  {
419
473
  "$ref": "#/components/schemas/CalculationMethod"
420
474
  }
421
- ],
422
- "title": "Calculation Method",
423
- "description": "Text noting whether CPU-based polygon clipping method orGPU-based pixel counting method should be used. For low numbers of shadingsurfaces (less than ~200), PolygonClipping requires less runtime thanPixelCounting. However, PixelCounting runtime scales significantlybetter at higher numbers of shading surfaces. PixelCounting also hasno limitations related to zone concavity when used with any\u201cFullInterior\u201d solar distribution options.",
424
- "default": "PolygonClipping",
425
- "type": "string"
475
+ ]
426
476
  },
427
477
  "calculation_update_method": {
478
+ "title": "Calculation Update Method",
479
+ "description": "Text describing how often the solar and shading calculations are updated with respect to the flow of time in the simulation.",
480
+ "default": "Periodic",
428
481
  "allOf": [
429
482
  {
430
483
  "$ref": "#/components/schemas/CalculationUpdateMethod"
431
484
  }
432
- ],
433
- "title": "Calculation Update Method",
434
- "description": "Text describing how often the solar and shading calculations are updated with respect to the flow of time in the simulation.",
435
- "default": "Periodic",
436
- "type": "string"
485
+ ]
437
486
  },
438
487
  "calculation_frequency": {
439
488
  "title": "Calculation Frequency",
@@ -454,6 +503,24 @@
454
503
  },
455
504
  "additionalProperties": false
456
505
  },
506
+ "DesignDayTypes": {
507
+ "title": "DesignDayTypes",
508
+ "description": "An enumeration.",
509
+ "enum": [
510
+ "SummerDesignDay",
511
+ "WinterDesignDay",
512
+ "Sunday",
513
+ "Monday",
514
+ "Tuesday",
515
+ "Wednesday",
516
+ "Thursday",
517
+ "Friday",
518
+ "Holiday",
519
+ "CustomDay1",
520
+ "CustomDay2"
521
+ ],
522
+ "type": "string"
523
+ },
457
524
  "DryBulbCondition": {
458
525
  "title": "DryBulbCondition",
459
526
  "description": "Used to specify dry bulb conditions on a design day.",
@@ -469,7 +536,7 @@
469
536
  },
470
537
  "dry_bulb_range": {
471
538
  "title": "Dry Bulb Range",
472
- "description": "The difference between min and max temperatures on thedesign day [C].",
539
+ "description": "The difference between min and max temperatures on the design day [C].",
473
540
  "minimum": 0,
474
541
  "type": "number",
475
542
  "format": "double"
@@ -488,19 +555,29 @@
488
555
  ],
489
556
  "additionalProperties": false
490
557
  },
558
+ "HumidityTypes": {
559
+ "title": "HumidityTypes",
560
+ "description": "An enumeration.",
561
+ "enum": [
562
+ "Wetbulb",
563
+ "Dewpoint",
564
+ "HumidityRatio",
565
+ "Enthalpy"
566
+ ],
567
+ "type": "string"
568
+ },
491
569
  "HumidityCondition": {
492
570
  "title": "HumidityCondition",
493
571
  "description": "Used to specify humidity conditions on a design day.",
494
572
  "type": "object",
495
573
  "properties": {
496
574
  "humidity_type": {
575
+ "title": "Humidity Type",
497
576
  "allOf": [
498
577
  {
499
578
  "$ref": "#/components/schemas/HumidityTypes"
500
579
  }
501
- ],
502
- "title": "Humidity Type",
503
- "type": "string"
580
+ ]
504
581
  },
505
582
  "humidity_value": {
506
583
  "title": "Humidity Value",
@@ -585,14 +662,14 @@
585
662
  "properties": {
586
663
  "date": {
587
664
  "title": "Date",
588
- "description": "A list of two integers for [month, day], representing the date for the day of the year on which the design day occurs.A third integer may be added to denote whether the date should be re-serialized for a leap year (it should be a 1 in this case).",
665
+ "description": "A list of two integers for [month, day], representing the date for the day of the year on which the design day occurs. A third integer may be added to denote whether the date should be re-serialized for a leap year (it should be a 1 in this case).",
666
+ "minItems": 2,
667
+ "maxItems": 3,
589
668
  "type": "array",
590
669
  "items": {
591
670
  "type": "integer",
592
671
  "format": "int32"
593
- },
594
- "minItems": 2,
595
- "maxItems": 3
672
+ }
596
673
  },
597
674
  "clearness": {
598
675
  "title": "Clearness",
@@ -629,14 +706,14 @@
629
706
  "properties": {
630
707
  "date": {
631
708
  "title": "Date",
632
- "description": "A list of two integers for [month, day], representing the date for the day of the year on which the design day occurs.A third integer may be added to denote whether the date should be re-serialized for a leap year (it should be a 1 in this case).",
709
+ "description": "A list of two integers for [month, day], representing the date for the day of the year on which the design day occurs. A third integer may be added to denote whether the date should be re-serialized for a leap year (it should be a 1 in this case).",
710
+ "minItems": 2,
711
+ "maxItems": 3,
633
712
  "type": "array",
634
713
  "items": {
635
714
  "type": "integer",
636
715
  "format": "int32"
637
- },
638
- "minItems": 2,
639
- "maxItems": 3
716
+ }
640
717
  },
641
718
  "tau_b": {
642
719
  "title": "Tau B",
@@ -688,13 +765,12 @@
688
765
  "type": "string"
689
766
  },
690
767
  "day_type": {
768
+ "title": "Day Type",
691
769
  "allOf": [
692
770
  {
693
771
  "$ref": "#/components/schemas/DesignDayTypes"
694
772
  }
695
- ],
696
- "title": "Day Type",
697
- "type": "string"
773
+ ]
698
774
  },
699
775
  "dry_bulb_condition": {
700
776
  "title": "Dry Bulb Condition",
@@ -791,6 +867,18 @@
791
867
  },
792
868
  "additionalProperties": false
793
869
  },
870
+ "TerrianTypes": {
871
+ "title": "TerrianTypes",
872
+ "description": "An enumeration.",
873
+ "enum": [
874
+ "Ocean",
875
+ "Country",
876
+ "Suburbs",
877
+ "Urban",
878
+ "City"
879
+ ],
880
+ "type": "string"
881
+ },
794
882
  "SimulationParameter": {
795
883
  "title": "SimulationParameter",
796
884
  "description": "The complete set of EnergyPlus Simulation Settings.",
@@ -867,117 +955,17 @@
867
955
  "format": "double"
868
956
  },
869
957
  "terrain_type": {
958
+ "title": "Terrain Type",
959
+ "description": "Text for the terrain in which the model sits. This is used to determine the wind profile over the height of the rooms.",
960
+ "default": "City",
870
961
  "allOf": [
871
962
  {
872
963
  "$ref": "#/components/schemas/TerrianTypes"
873
964
  }
874
- ],
875
- "title": "Terrain Type",
876
- "description": "Text for the terrain in which the model sits. This is used to determine the wind profile over the height of the rooms.",
877
- "default": "City",
878
- "type": "string"
965
+ ]
879
966
  }
880
967
  },
881
968
  "additionalProperties": false
882
- },
883
- "DesignDayTypes": {
884
- "title": "Day Type",
885
- "enum": [
886
- "SummerDesignDay",
887
- "WinterDesignDay",
888
- "Sunday",
889
- "Monday",
890
- "Tuesday",
891
- "Wednesday",
892
- "Thursday",
893
- "Friday",
894
- "Holiday",
895
- "CustomDay1",
896
- "CustomDay2"
897
- ],
898
- "type": "string"
899
- },
900
- "HumidityTypes": {
901
- "title": "Humidity Type",
902
- "enum": [
903
- "Wetbulb",
904
- "Dewpoint",
905
- "HumidityRatio",
906
- "Enthalpy"
907
- ],
908
- "type": "string"
909
- },
910
- "DaysOfWeek": {
911
- "title": "Start Day Of Week",
912
- "description": "Text for the day of the week on which the simulation starts.",
913
- "default": "Sunday",
914
- "enum": [
915
- "Sunday",
916
- "Monday",
917
- "Tuesday",
918
- "Wednesday",
919
- "Thursday",
920
- "Friday",
921
- "Saturday"
922
- ],
923
- "type": "string"
924
- },
925
- "SolarDistribution": {
926
- "title": "Solar Distribution",
927
- "default": "FullExteriorWithReflections",
928
- "enum": [
929
- "MinimalShadowing",
930
- "FullExterior",
931
- "FullInteriorAndExterior",
932
- "FullExteriorWithReflections",
933
- "FullInteriorAndExteriorWithReflections"
934
- ],
935
- "type": "string"
936
- },
937
- "CalculationMethod": {
938
- "title": "Calculation Method",
939
- "description": "Text noting whether CPU-based polygon clipping method orGPU-based pixel counting method should be used. For low numbers of shadingsurfaces (less than ~200), PolygonClipping requires less runtime thanPixelCounting. However, PixelCounting runtime scales significantlybetter at higher numbers of shading surfaces. PixelCounting also hasno limitations related to zone concavity when used with any\u201cFullInterior\u201d solar distribution options.",
940
- "default": "PolygonClipping",
941
- "enum": [
942
- "PolygonClipping",
943
- "PixelCounting"
944
- ],
945
- "type": "string"
946
- },
947
- "CalculationUpdateMethod": {
948
- "title": "Calculation Update Method",
949
- "description": "Text describing how often the solar and shading calculations are updated with respect to the flow of time in the simulation.",
950
- "default": "Periodic",
951
- "enum": [
952
- "Periodic",
953
- "Timestep"
954
- ],
955
- "type": "string"
956
- },
957
- "ReportingFrequency": {
958
- "title": "Reporting Frequency",
959
- "default": "Hourly",
960
- "enum": [
961
- "Timestep",
962
- "Hourly",
963
- "Daily",
964
- "Monthly",
965
- "Annual"
966
- ],
967
- "type": "string"
968
- },
969
- "TerrianTypes": {
970
- "title": "Terrain Type",
971
- "description": "Text for the terrain in which the model sits. This is used to determine the wind profile over the height of the rooms.",
972
- "default": "City",
973
- "enum": [
974
- "Ocean",
975
- "Country",
976
- "Suburbs",
977
- "Urban",
978
- "City"
979
- ],
980
- "type": "string"
981
969
  }
982
970
  }
983
971
  }