honeybee-schema 1.54.0__tar.gz → 1.55.0__tar.gz
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.
- {honeybee-schema-1.54.0/honeybee_schema.egg-info → honeybee-schema-1.55.0}/PKG-INFO +1 -1
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/properties.py +13 -1
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/simulation.py +11 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/ventcool.py +74 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0/honeybee_schema.egg-info}/PKG-INFO +1 -1
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/.coveragerc +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/.github/workflows/ci.yaml +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/.github/workflows/dependency-release.yaml +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/.gitignore +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/.releaserc.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/CODE_OF_CONDUCT.md +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/CONTRIBUTING.md +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/LICENSE +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/README.md +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/deploy.sh +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/dev-requirements.txt +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/docs/.nojekyll +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/docs/comparison-report.html +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/docs/index.html +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/docs/model.html +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/docs/simulation-parameter.html +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/docs/sync-instructions.html +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/docs/validation-report.html +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/docs.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/__init__.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/__main__.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/_base.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/altnumber.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/boundarycondition.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/cli.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/comparison.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/__init__.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/_base.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/construction.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/constructionset.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/daylight.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/designday.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/global_constructionset.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/hvac/__init__.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/hvac/_template.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/hvac/allair.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/hvac/detailed.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/hvac/doas.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/hvac/heatcool.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/hvac/idealair.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/internalmass.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/load.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/material.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/programtype.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/schedule.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/shw.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/geometry.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/model.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/radiance/__init__.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/radiance/_base.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/radiance/asset.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/radiance/global_modifierset.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/radiance/modifier.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/radiance/modifierset.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/radiance/properties.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/radiance/state.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/updater/__init__.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/updater/version_1_39_12.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/updater/version_1_40_1.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/updater/version_1_43_1.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/updater/version_1_43_2.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/updater/version_1_43_5.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/validation.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema.egg-info/SOURCES.txt +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema.egg-info/dependency_links.txt +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema.egg-info/entry_points.txt +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema.egg-info/requires.txt +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema.egg-info/top_level.txt +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/requirements.txt +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/construction/construction_opaque_door.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/construction/construction_opaque_roof.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/construction/construction_opaque_wall.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/construction/construction_window_blinds.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/construction/construction_window_double.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/construction/construction_window_shade.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/construction/construction_window_triple.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/construction_set/constructionset_abridged_complete.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/construction_set/constructionset_abridged_partial_exterior.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/construction_set/constructionset_complete.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/construction_set/constructionset_partial_exterior.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/daylight/daylight_control.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/hvac/fcu_with_doas_template.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/hvac/ideal_air_default.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/hvac/ideal_air_detailed.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/hvac/vav_template.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/hvac/window_ac_with_baseboard_template.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_opaque_brick.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_opaque_concrete.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_opaque_gypsum.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_opaque_insulation.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_opaque_wall_gap.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_window_blind.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_window_gas.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_window_gas_custom.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_window_gas_mixture.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_window_glazing_clear.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_window_glazing_lowe.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_window_glazing_system.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_window_shade.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_5vertex_sub_faces.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_5vertex_sub_faces_interior.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_complete_holes.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_complete_multi_zone_office.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_complete_multiroom_radiance.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_complete_office_floor.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_complete_patient_room.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_complete_single_zone_office.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_complete_user_data.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_afn.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_allair_hvac.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_detailed_loads.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_doas_hvac.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_fixed_interval.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_no_program.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_service_hot_water.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_shoe_box.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_window_ac.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_window_ventilation.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_radiance_dynamic_states.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_radiance_grid_views.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_with_shade_mesh.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model_large/lab_building.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model_large/lab_building_result/eplusout_face.csv +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model_large/lab_building_result/eplusout_room.csv +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model_large/lab_building_result/lab_building_eplusout.sql +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model_large/single_family_home.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model_large/single_family_result/eplusout_face.csv +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model_large/single_family_result/eplusout_room.csv +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model_large/single_family_result/single_family_home_eplusout.sql +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model_large/urban_district.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_bsdf_klemsfull.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_glass_air_boundary.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_glass_generic_exterior_window.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_glow_white.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_light_green_spotlight.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_metal.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_mirror_invisible.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_mirror_typical.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_plastic_black.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_plastic_generic_ceiling.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_plastic_generic_wall.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_trans_tree_foliage.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier_set/modifierset_abridged_complete.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier_set/modifierset_abridged_partial_exterior.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier_set/modifierset_complete.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier_set/modifierset_partial_exterior.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/program_type/program_type_abridged_kitchen.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/program_type/program_type_abridged_office.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/program_type/program_type_abridged_patient_room.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/program_type/program_type_abridged_plenum.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/program_type/program_type_office.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/program_type/program_type_plenum.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/properties/model_energy_properties_office.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/radiance_asset/sensor_grid_detailed.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/radiance_asset/sensor_grid_simple.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/radiance_asset/view_parallel.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/radiance_asset/view_perspective.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/schedule/schedule_fixedinterval_increasing_fine_timestep.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/schedule/schedule_fixedinterval_increasing_single_day.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/schedule/schedule_fixedinterval_leap_year.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/schedule/schedule_fixedinterval_random_annual.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/schedule/schedule_primary_school_occupancy.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/schedule/schedule_ruleset_office_occupancy.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/schedule/schedule_ruleset_simple_repeating.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/schedule/scheduletypelimit_temperature.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/simulation_parameter/simulation_par_detailed.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/simulation_parameter/simulation_par_simple.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/state/aperture_state_abridged_bsdf.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/state/aperture_state_abridged_electrochromic.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/state/aperture_state_abridged_shades.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/state/shade_state_abridged_snow.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/state/shade_state_abridged_tree_foliage.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/ventcool/ventilation_control_detailed.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/ventcool/ventilation_control_simple.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/ventcool/ventilation_crack.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/ventcool/ventilation_opening_default.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/ventcool/ventilation_simulation_control.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/__init__.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/bsdf/klemsfull.xml +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/ddy/chicago.ddy +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/export_samples.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/geometry/lab_building_geo.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/geometry/single_family_geo.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/geometry/urban_commercial_geo.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/geometry/urban_residential_geo.json +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/sample_construction.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/sample_construction_set.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/sample_hvac.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/sample_material.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/sample_model.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/sample_model_large.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/sample_modifier.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/sample_modifierset.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/sample_program_type.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/sample_properties.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/sample_radiance_asset.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/sample_schedule.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/sample_simulation.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/sample_state.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/sample_ventcool.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/setup.cfg +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/setup.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/__init__.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/json/model_old.hbjson +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_cli.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_construction.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_constructionset.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_daylight_control.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_hvac.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_material.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_model.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_modifier.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_modifierset.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_openapi_docs.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_program_type.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_properties.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_radiance_asset.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_schedule.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_simulation.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_state.py +0 -0
- {honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/tests/test_ventcool.py +0 -0
@@ -19,7 +19,7 @@ from .load import PeopleAbridged, LightingAbridged, ElectricEquipmentAbridged, \
|
|
19
19
|
GasEquipmentAbridged, ServiceHotWaterAbridged, InfiltrationAbridged, \
|
20
20
|
VentilationAbridged, SetpointAbridged, ProcessAbridged
|
21
21
|
from .daylight import DaylightingControl
|
22
|
-
from .ventcool import VentilationControlAbridged, VentilationOpening, \
|
22
|
+
from .ventcool import VentilationControlAbridged, VentilationFan, VentilationOpening, \
|
23
23
|
VentilationSimulationControl, AFNCrack
|
24
24
|
from .internalmass import InternalMassAbridged
|
25
25
|
from .schedule import ScheduleTypeLimit, ScheduleRulesetAbridged, \
|
@@ -245,6 +245,18 @@ class RoomEnergyPropertiesAbridged(NoExtraBaseModel):
|
|
245
245
|
'of windows. If None, the windows will never open.'
|
246
246
|
)
|
247
247
|
|
248
|
+
fans: List[VentilationFan] = Field(
|
249
|
+
default=None,
|
250
|
+
description='An optional list of VentilationFan objects for fans within the '
|
251
|
+
'room. Note that these fans are not connected to the heating or cooling system '
|
252
|
+
'and are meant to represent the intentional circulation of unconditioned '
|
253
|
+
'outdoor air for the purposes of keeping a space cooler, drier or free '
|
254
|
+
'of indoor pollutants (as in the case of kitchen or bathroom exhaust fans). '
|
255
|
+
'For the specification of mechanical ventilation of conditioned outdoor air, '
|
256
|
+
'the Room.ventilation property should be used and the Room should be '
|
257
|
+
'given a HVAC that can meet this specification.'
|
258
|
+
)
|
259
|
+
|
248
260
|
internal_masses: List[InternalMassAbridged] = Field(
|
249
261
|
default=None,
|
250
262
|
description='An optional list of of InternalMass objects for thermal mass '
|
@@ -34,6 +34,17 @@ class SimulationOutput(NoExtraBaseModel):
|
|
34
34
|
description='A list of EnergyPlus summary report names as strings.'
|
35
35
|
)
|
36
36
|
|
37
|
+
unmet_setpoint_tolerance: float = Field(
|
38
|
+
1.11,
|
39
|
+
ge=0,
|
40
|
+
le=10,
|
41
|
+
description='A number in degrees Celsius for the difference that '
|
42
|
+
'the zone conditions must be from the thermostat setpoint in order '
|
43
|
+
'for the setpoint to be considered unmet. This will affect how unmet '
|
44
|
+
'hours are reported in the output. ASHRAE 90.1 uses a tolerance of '
|
45
|
+
'1.11C, which is equivalent to 1.8F.'
|
46
|
+
)
|
47
|
+
|
37
48
|
|
38
49
|
class SimulationControl(NoExtraBaseModel):
|
39
50
|
"""Used to specify which types of calculations to run."""
|
@@ -2,6 +2,7 @@
|
|
2
2
|
from pydantic import Field, constr
|
3
3
|
|
4
4
|
from .._base import NoExtraBaseModel
|
5
|
+
from ._base import EnergyBaseModel
|
5
6
|
from enum import Enum
|
6
7
|
|
7
8
|
|
@@ -66,6 +67,79 @@ class VentilationControlAbridged(NoExtraBaseModel):
|
|
66
67
|
)
|
67
68
|
|
68
69
|
|
70
|
+
class VentilationType(str, Enum):
|
71
|
+
exhaust = 'Exhaust'
|
72
|
+
intake = 'Intake'
|
73
|
+
balanced = 'Balanced'
|
74
|
+
|
75
|
+
|
76
|
+
class VentilationFan(EnergyBaseModel):
|
77
|
+
|
78
|
+
type: constr(regex='^VentilationFan$') = 'VentilationFan'
|
79
|
+
|
80
|
+
flow_rate: float = Field(
|
81
|
+
...,
|
82
|
+
gt=0,
|
83
|
+
description='A number for the flow rate of the fan in m3/s.'
|
84
|
+
)
|
85
|
+
|
86
|
+
ventilation_type: VentilationType = Field(
|
87
|
+
default=VentilationType.balanced,
|
88
|
+
description='Text to indicate the type of type of ventilation. Choose '
|
89
|
+
'from the options below. For either Exhaust or Intake, values for '
|
90
|
+
'fan pressure and efficiency define the fan electric consumption. For Exhaust '
|
91
|
+
'ventilation, the conditions of the air entering the space are assumed '
|
92
|
+
'to be equivalent to outside air conditions. For Intake and Balanced '
|
93
|
+
'ventilation, an appropriate amount of fan heat is added to the '
|
94
|
+
'entering air stream. For Balanced ventilation, both an intake fan '
|
95
|
+
'and an exhaust fan are assumed to co-exist, both having the same '
|
96
|
+
'flow rate and power consumption (using the entered values for fan '
|
97
|
+
'pressure rise and fan total efficiency). Thus, the fan electric '
|
98
|
+
'consumption for Balanced ventilation is twice that for the Exhaust or '
|
99
|
+
'Intake ventilation types which employ only a single fan.'
|
100
|
+
)
|
101
|
+
|
102
|
+
pressure_rise: float = Field(
|
103
|
+
...,
|
104
|
+
gt=0,
|
105
|
+
description='A number for the the pressure rise across the fan in Pascals '
|
106
|
+
'(N/m2). This is often a function of the fan speed and the conditions in '
|
107
|
+
'which the fan is operating since having the fan blow air through filters '
|
108
|
+
'or narrow ducts will increase the pressure rise that is needed to '
|
109
|
+
'deliver the input flow rate. The pressure rise plays an important role in '
|
110
|
+
'determining the amount of energy consumed by the fan. Smaller fans like '
|
111
|
+
'a 0.05 m3/s desk fan tend to have lower pressure rises around 60 Pa. '
|
112
|
+
'Larger fans, such as a 6 m3/s fan used for ventilating a large room tend '
|
113
|
+
'to have higher pressure rises around 400 Pa. The highest pressure rises '
|
114
|
+
'are typically for large fans blowing air through ducts and filters, which '
|
115
|
+
'can have pressure rises as high as 1000 Pa.'
|
116
|
+
)
|
117
|
+
|
118
|
+
efficiency: float = Field(
|
119
|
+
...,
|
120
|
+
ge=0,
|
121
|
+
le=1,
|
122
|
+
description='A number between 0 and 1 for the overall efficiency of the fan. '
|
123
|
+
'Specifically, this is the ratio of the power delivered to the fluid '
|
124
|
+
'to the electrical input power. It is the product of the fan motor '
|
125
|
+
'efficiency and the fan impeller efficiency. Fans that have a higher blade '
|
126
|
+
'diameter and operate at lower speeds with smaller pressure rises for '
|
127
|
+
'their size tend to have higher efficiencies. Because motor efficiencies '
|
128
|
+
'are typically between 0.8 and 0.9, the best overall fan efficiencies '
|
129
|
+
'tend to be around 0.7 with most typical fan efficiencies between 0.5 and '
|
130
|
+
'0.7. The lowest efficiencies often happen for small fans in situations '
|
131
|
+
'with high pressure rises for their size, which can result in efficiencies '
|
132
|
+
'as low as 0.15.'
|
133
|
+
)
|
134
|
+
|
135
|
+
control: VentilationControlAbridged = Field(
|
136
|
+
default=None,
|
137
|
+
description='A VentilationControl object that dictates the conditions under '
|
138
|
+
'which the fan is turned on. If None, a default VentilationControl will '
|
139
|
+
'be generated, which will keep the fan on all of the time.'
|
140
|
+
)
|
141
|
+
|
142
|
+
|
69
143
|
class VentilationOpening(NoExtraBaseModel):
|
70
144
|
|
71
145
|
type: constr(regex='^VentilationOpening$') = 'VentilationOpening'
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/energy/global_constructionset.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/radiance/global_modifierset.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema/updater/version_1_39_12.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/honeybee_schema.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/construction/construction_opaque_door.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/construction/construction_opaque_roof.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/construction/construction_opaque_wall.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_opaque_brick.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_opaque_concrete.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_opaque_gypsum.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_opaque_insulation.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_opaque_wall_gap.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_window_blind.json
RENAMED
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_window_gas_custom.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_window_gas_mixture.json
RENAMED
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_window_glazing_lowe.json
RENAMED
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/material/material_window_shade.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_5vertex_sub_faces.hbjson
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_complete_office_floor.hbjson
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_complete_patient_room.hbjson
RENAMED
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_complete_user_data.hbjson
RENAMED
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_allair_hvac.hbjson
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_detailed_loads.hbjson
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_doas_hvac.hbjson
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_fixed_interval.hbjson
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_no_program.hbjson
RENAMED
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_shoe_box.hbjson
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_energy_window_ac.hbjson
RENAMED
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_radiance_dynamic_states.hbjson
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_radiance_grid_views.hbjson
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model/model_with_shade_mesh.hbjson
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/model_large/single_family_home.hbjson
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_bsdf_klemsfull.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_glass_air_boundary.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_mirror_invisible.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_mirror_typical.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_plastic_black.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier/modifier_trans_tree_foliage.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/modifier_set/modifierset_complete.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/program_type/program_type_office.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/program_type/program_type_plenum.json
RENAMED
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/radiance_asset/sensor_grid_detailed.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/radiance_asset/sensor_grid_simple.json
RENAMED
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/radiance_asset/view_perspective.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/state/aperture_state_abridged_bsdf.json
RENAMED
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/state/aperture_state_abridged_shades.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/state/shade_state_abridged_snow.json
RENAMED
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/ventcool/ventilation_control_detailed.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/ventcool/ventilation_control_simple.json
RENAMED
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/samples/ventcool/ventilation_opening_default.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/geometry/urban_commercial_geo.json
RENAMED
File without changes
|
{honeybee-schema-1.54.0 → honeybee-schema-1.55.0}/scripts/geometry/urban_residential_geo.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|