honeybee-schema 1.57.1__py2.py3-none-any.whl → 1.57.3__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -472,6 +472,26 @@ class SetpointAbridged(IDdEnergyBaseModel):
472
472
  'The values in this schedule should be in [%].'
473
473
  )
474
474
 
475
+ setpoint_cutout_difference: float = Field(
476
+ 0,
477
+ ge=0,
478
+ description='An optional positive number for the temperature '
479
+ 'difference between the cutout temperature and the setpoint temperature. '
480
+ 'Specifying a non-zero number here is useful for modeling the throttling '
481
+ 'range associated with a given setup of setpoint controls and HVAC equipment. '
482
+ 'Throttling ranges describe the range where a zone is slightly over-cooled '
483
+ 'or over-heated beyond the thermostat setpoint. They are used to avoid '
484
+ 'situations where HVAC systems turn on only to turn off a few minutes later, '
485
+ 'thereby wearing out the parts of mechanical systems faster. They can '
486
+ 'have a minor impact on energy consumption and can often have significant '
487
+ 'impacts on occupant thermal comfort, though using the default value '
488
+ 'of zero will often yield results that are close enough when trying '
489
+ 'to estimate the annual heating/cooling energy use. Specifying a value '
490
+ 'of zero effectively assumes that the system will turn on whenever '
491
+ 'conditions are outside the setpoint range and will cut out as soon '
492
+ 'as the setpoint is reached.'
493
+ )
494
+
475
495
  @root_validator
476
496
  def check_both_humid_sch(cls, values):
477
497
  "Ensure that the other humidity schedule is included when one is."
@@ -353,6 +353,17 @@ class SizingParameter(NoExtraBaseModel):
353
353
  'Laboratory, Courthouse.'
354
354
  )
355
355
 
356
+ bypass_efficiency_sizing: bool = Field(
357
+ default=False,
358
+ description='A boolean to indicate whether the efficiency standard should '
359
+ 'trigger an sizing run that sets the efficiencies of all HVAC equipment in '
360
+ 'the Model (False) or the standard should only be written into the OSM and '
361
+ 'the sizing run should be bypassed (True). Bypassing the sizing run is useful '
362
+ 'when you only want to check that the overall HVAC system architecture is '
363
+ 'correct and you do not want to wait the extra time that it takes to run the '
364
+ 'sizing calculation.'
365
+ )
366
+
356
367
 
357
368
  class TerrianTypes(str, Enum):
358
369
  ocean = 'Ocean'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: honeybee-schema
3
- Version: 1.57.1
3
+ Version: 1.57.3
4
4
  Summary: Honeybee Data-Model Objects
5
5
  Home-page: https://github.com/ladybug-tools-in2/honeybee-schema
6
6
  Author: Ladybug Tools
@@ -7,7 +7,7 @@ honeybee_schema/cli.py,sha256=QhhgNsgz55FBmJuHrg16nQoEmzD9ZIL6ugD2lofQqMg,4387
7
7
  honeybee_schema/comparison.py,sha256=I2CCDmPLl-awBhGkSVd8b9yZncn8u2wUE-wBePrbB3c,8006
8
8
  honeybee_schema/geometry.py,sha256=7oJQXdYYd3qECmIlKh7-XcwCibs1c2eLAS_SItJ7N10,4203
9
9
  honeybee_schema/model.py,sha256=fAxHgQOQAzIM_6kV8KYayIBL-K_ST_yJWwUeyhgVmY0,13994
10
- honeybee_schema/project_info.py,sha256=Jz9FYNSpWS282o4uNQxcL1Mo2J-fKT0gqBckk5h-Cio,2759
10
+ honeybee_schema/projectinfo.py,sha256=Jz9FYNSpWS282o4uNQxcL1Mo2J-fKT0gqBckk5h-Cio,2759
11
11
  honeybee_schema/validation.py,sha256=7EutKXshjqCffXCDOBxIzxpKQU_Nio1_SbLidPB_-p4,7060
12
12
  honeybee_schema/energy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  honeybee_schema/energy/_base.py,sha256=drAW-DguuwB2ahBGG1lboGcfJKJESnXjyAWicMtjQ-U,2305
@@ -18,13 +18,13 @@ honeybee_schema/energy/designday.py,sha256=as5OCxNAqU549NRlCQms10X1ylFr-oayTKH0w
18
18
  honeybee_schema/energy/generator.py,sha256=ap36GHtwkKTbJJV5SOP_bDSy4vm8hEU92BYQhK-nmrQ,7002
19
19
  honeybee_schema/energy/global_constructionset.py,sha256=Dym_36OPtxSJof0_UMDB98zDio6ubh56j9nfbWIk6_c,4958
20
20
  honeybee_schema/energy/internalmass.py,sha256=QBHGnoem9ZxwoU7Dii02HGCPDJt13Q6yIMEU9vcdZPc,771
21
- honeybee_schema/energy/load.py,sha256=MPvOQdv5HzimlLjW9v5IzaJy-AKQwczZxXwjfnYmLls,19952
21
+ honeybee_schema/energy/load.py,sha256=E106Pn-fn_4qCW8M1Y9RX6rG9iBeu0k7MY9x-dJi_3Q,21204
22
22
  honeybee_schema/energy/material.py,sha256=vdfvTaTpMRDoomzb91ujLdbxOxFY_pHdTfXxiNbD91k,28276
23
23
  honeybee_schema/energy/programtype.py,sha256=1keIS_BX8pKSUtjE4PJ1PP-Tbs5KQVwtsQ0RNdiACUE,4307
24
24
  honeybee_schema/energy/properties.py,sha256=W8gBBGKKSnsKivG38QEe07vHk3zhwZ7sqVeNU5ewJV0,15074
25
25
  honeybee_schema/energy/schedule.py,sha256=x0b1uCTo-qkZN3Dd2ILd5024GNz6LHWjpALlFYgxN8Q,12696
26
26
  honeybee_schema/energy/shw.py,sha256=3ReuIgjm6RnLVFeB3MxfRf8vphr13uJr58aFlBu1OIs,2148
27
- honeybee_schema/energy/simulation.py,sha256=stPUdmdZYOxENk7psYfRELqiqGgCjck_qB1gVqYS7_U,14303
27
+ honeybee_schema/energy/simulation.py,sha256=4j_z17tx_fnRLsGfohiRF6ozDVzMEPqYgXjFjZkpAxc,14920
28
28
  honeybee_schema/energy/ventcool.py,sha256=gm9pnXT0p8e2V_AkAJeNJUhFI4s2c3sLv7RkaF-olNk,14813
29
29
  honeybee_schema/energy/hvac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
30
  honeybee_schema/energy/hvac/_template.py,sha256=BlAP6FB1Da7ccVs8A-JPgSM2ubS2sWOXMrvXs-7LQek,1353
@@ -47,9 +47,9 @@ honeybee_schema/updater/version_1_40_1.py,sha256=Fx70M8H9HZ_apCkdFn6njEd6lG9ZWrl
47
47
  honeybee_schema/updater/version_1_43_1.py,sha256=0kZ1z7MzBhToljgOUCGWaTW1mq2F72oS39jn9sEf5mU,932
48
48
  honeybee_schema/updater/version_1_43_2.py,sha256=XnPCdpjVN3hFzZqIIEjX4BYTtCxuIYCuO96n_y64aVw,617
49
49
  honeybee_schema/updater/version_1_43_5.py,sha256=ci790Qh7xtRtgMj_RdldBXCScwiBkvMt2K1Mpe7oWQE,499
50
- honeybee_schema-1.57.1.dist-info/LICENSE,sha256=EwA6Jt85TmMNyAsFb5GWv-tZ0vGYo8hZHBMcI391qjw,1709
51
- honeybee_schema-1.57.1.dist-info/METADATA,sha256=OwpLl_zft7wmuJtN9uydmL8PNwjNmW79ztQD7vtZqKs,2505
52
- honeybee_schema-1.57.1.dist-info/WHEEL,sha256=unfA4MOaH0icIyIA5oH6E2sn2Hq5zKtLlHsWapZGwes,110
53
- honeybee_schema-1.57.1.dist-info/entry_points.txt,sha256=suHpy6-iPhAylFCa-KopQHRJIwLhTCIVO2NHMzdEn8M,61
54
- honeybee_schema-1.57.1.dist-info/top_level.txt,sha256=rTScYvlcOBkdc0is-F6Q3tRkmy-vf4bMTJGXzsxI2sA,16
55
- honeybee_schema-1.57.1.dist-info/RECORD,,
50
+ honeybee_schema-1.57.3.dist-info/LICENSE,sha256=EwA6Jt85TmMNyAsFb5GWv-tZ0vGYo8hZHBMcI391qjw,1709
51
+ honeybee_schema-1.57.3.dist-info/METADATA,sha256=JnH_zNGN6JGJj60jDGypCztgBH3ekf_GscbFVbEdRPg,2505
52
+ honeybee_schema-1.57.3.dist-info/WHEEL,sha256=unfA4MOaH0icIyIA5oH6E2sn2Hq5zKtLlHsWapZGwes,110
53
+ honeybee_schema-1.57.3.dist-info/entry_points.txt,sha256=suHpy6-iPhAylFCa-KopQHRJIwLhTCIVO2NHMzdEn8M,61
54
+ honeybee_schema-1.57.3.dist-info/top_level.txt,sha256=rTScYvlcOBkdc0is-F6Q3tRkmy-vf4bMTJGXzsxI2sA,16
55
+ honeybee_schema-1.57.3.dist-info/RECORD,,
File without changes