AUTHORS.rst
LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
hisim/__init__.py
hisim/component.py
hisim/component_wrapper.py
hisim/dynamic_component.py
hisim/hisim_main.py
hisim/hisim_with_profiler.py
hisim/json_executor.py
hisim/json_generator.py
hisim/loadtypes.py
hisim/log.py
hisim/postprocessingoptions.py
hisim/project_code_overview_generator.py
hisim/result_path_provider.py
hisim/sim_repository.py
hisim/sim_repository_singleton.py
hisim/simulationparameters.py
hisim/simulator.py
hisim/system_setup_configuration.py
hisim/system_setup_starter.py
hisim/units.py
hisim/utils.py
hisim.egg-info/PKG-INFO
hisim.egg-info/SOURCES.txt
hisim.egg-info/dependency_links.txt
hisim.egg-info/entry_points.txt
hisim.egg-info/not-zip-safe
hisim.egg-info/requires.txt
hisim.egg-info/top_level.txt
hisim/building_sizer_utils/__init__.py
hisim/building_sizer_utils/interface_configs/__init__.py
hisim/building_sizer_utils/interface_configs/archetype_config.py
hisim/building_sizer_utils/interface_configs/kpi_config.py
hisim/building_sizer_utils/interface_configs/modular_household_config.py
hisim/building_sizer_utils/interface_configs/system_config.py
hisim/components/__init__.py
hisim/components/advanced_battery_bslib.py
hisim/components/advanced_ev_battery_bslib.py
hisim/components/advanced_fuel_cell.py
hisim/components/advanced_fuel_cell_controller.py
hisim/components/advanced_heat_pump_hplib.py
hisim/components/air_conditioner.py
hisim/components/building.py
hisim/components/configuration.py
hisim/components/controller_l1_building_heating.py
hisim/components/controller_l1_chp.py
hisim/components/controller_l1_electrolyzer.py
hisim/components/controller_l1_electrolyzer_h2.py
hisim/components/controller_l1_example_controller.py
hisim/components/controller_l1_fuel_cell.py
hisim/components/controller_l1_generic_ev_charge.py
hisim/components/controller_l1_generic_gas_heater.py
hisim/components/controller_l1_generic_runtime.py
hisim/components/controller_l1_heat_old.py
hisim/components/controller_l1_heatpump.py
hisim/components/controller_l1_rsoc.py
hisim/components/controller_l2_district_energy_management_system.py
hisim/components/controller_l2_energy_management_system.py
hisim/components/controller_l2_generic_heat_clever_simple.py
hisim/components/controller_l2_generic_heat_simple.py
hisim/components/controller_l2_ptx_energy_management_system.py
hisim/components/controller_l2_rsoc_battery_system.py
hisim/components/controller_l2_smart_controller.py
hisim/components/controller_l2_xtp_fuel_cell_ems.py
hisim/components/controller_mpc.py
hisim/components/controller_pid.py
hisim/components/csvloader.py
hisim/components/electricity_meter.py
hisim/components/example_component.py
hisim/components/example_storage.py
hisim/components/example_template.py
hisim/components/example_transformer.py
hisim/components/gas_meter.py
hisim/components/generic_battery.py
hisim/components/generic_car.py
hisim/components/generic_chp.py
hisim/components/generic_electrolyzer.py
hisim/components/generic_electrolyzer_and_h2_storage.py
hisim/components/generic_electrolyzer_h2.py
hisim/components/generic_ev_charger.py
hisim/components/generic_fuel_cell.py
hisim/components/generic_gas_heater.py
hisim/components/generic_heat_pump.py
hisim/components/generic_heat_pump_modular.py
hisim/components/generic_heat_source.py
hisim/components/generic_heat_water_storage.py
hisim/components/generic_hot_water_storage_modular.py
hisim/components/generic_hydrogen_storage.py
hisim/components/generic_price_signal.py
hisim/components/generic_pv_system.py
hisim/components/generic_rsoc.py
hisim/components/generic_smart_device.py
hisim/components/generic_windturbine.py
hisim/components/heat_distribution_system.py
hisim/components/heating_meter.py
hisim/components/idealized_electric_heater.py
hisim/components/loadprofilegenerator_utsp_connector.py
hisim/components/more_advanced_heat_pump_hplib.py
hisim/components/random_numbers.py
hisim/components/simple_const_heat_source.py
hisim/components/simple_hot_water_storage.py
hisim/components/sumbuilder.py
hisim/components/transformer_rectifier.py
hisim/components/weather.py
hisim/components/weather_data_import.py
hisim/inputs/__init__.py
hisim/modular_household/__init__.py
hisim/modular_household/component_connections.py
hisim/modular_household/interface_configs/__init__.py
hisim/modular_household/interface_configs/archetype_config.py
hisim/modular_household/interface_configs/kpi_config.py
hisim/modular_household/interface_configs/modular_household_config.py
hisim/modular_household/interface_configs/system_config.py
hisim/postprocessing/__init__.py
hisim/postprocessing/chart_singleday.py
hisim/postprocessing/chartbase.py
hisim/postprocessing/charts.py
hisim/postprocessing/compute_kpis.py
hisim/postprocessing/generate_csv_for_housing_database.py
hisim/postprocessing/investment_cost_co2.py
hisim/postprocessing/opex_and_capex_cost_calculation.py
hisim/postprocessing/postprocessing_datatransfer.py
hisim/postprocessing/postprocessing_main.py
hisim/postprocessing/report_image_entries.py
hisim/postprocessing/reportgenerator.py
hisim/postprocessing/system_chart.py
hisim/postprocessing/webtool_entries.py
hisim/postprocessing/scenario_evaluation/__init__.py
hisim/postprocessing/scenario_evaluation/result_data_collection.py
hisim/postprocessing/scenario_evaluation/result_data_plotting.py
hisim/postprocessing/scenario_evaluation/result_data_processing.py
hisim/postprocessing/scenario_evaluation/scenario_analysis_complete_with_config.py
tests/test_advanced_battery_bslib.py
tests/test_advanced_fuel_cell.py
tests/test_advanced_heat_pump_hplib.py
tests/test_building.py
tests/test_building_heating_demand.py
tests/test_building_manual_calculation_thermal_conductances.py
tests/test_building_scalability_with_factor.py
tests/test_building_theoretical_thermal_demand.py
tests/test_controller_l1_generic_electrolyzer.py
tests/test_controller_l2_district_energy_management_system.py
tests/test_controller_l2_energy_management_system.py
tests/test_electricity_meter.py
tests/test_example_component.py
tests/test_example_storage.py
tests/test_example_template.py
tests/test_example_transformer.py
tests/test_gas_meter.py
tests/test_generic_chp.py
tests/test_generic_dhw_boiler.py
tests/test_generic_electrolyzer.py
tests/test_generic_electrolyzer_and_h2_storage.py
tests/test_generic_electrolyzer_h2.py
tests/test_generic_fuel_cell.py
tests/test_generic_gas_heater.py
tests/test_generic_heat_pump.py
tests/test_generic_heat_source.py
tests/test_generic_hot_water_storage.py
tests/test_generic_pv_system.py
tests/test_generic_rsoc.py
tests/test_generic_windturbine.py
tests/test_h2storage.py
tests/test_heat_distribution_system.py
tests/test_heat_pump_modular.py
tests/test_heating_meter.py
tests/test_house_with_pyam_postprocessingoption.py
tests/test_json_executor.py
tests/test_json_generator.py
tests/test_lpg_utsp_connector_all_profiles_and_multiple_requests_with_cache.py
tests/test_lpg_utsp_connector_scaling.py
tests/test_more_advanced_heat_pump_hplib.py
tests/test_more_advanced_heat_pump_hplib_only_sh.py
tests/test_project_code_overview_generator.py
tests/test_quantitiy.py
tests/test_simple_const_heat_source.py
tests/test_simple_hot_water_storage.py
tests/test_singleton_sim_repository.py
tests/test_sizing_energy_systems.py
tests/test_system_setup_starter.py
tests/test_system_setups_air_conditioned_house.py
tests/test_system_setups_automatic_default_connections.py
tests/test_system_setups_basic_household.py
tests/test_system_setups_basic_household_network_chart.py
tests/test_system_setups_basic_household_only_heating.py
tests/test_system_setups_basic_household_with_all_resultfiles.py
tests/test_system_setups_basic_household_with_weather_data_request.py
tests/test_system_setups_default_connections.py
tests/test_system_setups_district.py
tests/test_system_setups_dynamic_components.py
tests/test_system_setups_electrolyzer_with_renewables.py
tests/test_system_setups_household_1_advanced_hp_diesel_car.py
tests/test_system_setups_household_1b_more_advanced_hp_diesel_car.py
tests/test_system_setups_household_1d_more_advanced_hp_dhw_hp_no_hot_water_storage.py
tests/test_system_setups_household_2_advanced_hp_diesel_car_pv.py
tests/test_system_setups_household_3_advanced_hp_diesel_car_pv_battery.py
tests/test_system_setups_household_4a_with_car_priority.py
tests/test_system_setups_household_4b_with_heatpump_priority.py
tests/test_system_setups_household_5a_with_car_priority.py
tests/test_system_setups_household_5b_with_battery_priority.py
tests/test_system_setups_household_cluster.py
tests/test_system_setups_household_reference_gas_heater_diesel_car.py
tests/test_system_setups_household_with_advanced_hp_hws_hds_pv_battery_ems.py
tests/test_system_setups_modular_household.py
tests/test_system_setups_simple.py
tests/test_time_resolution.py
tests/test_weather.py
tests/test_weather_data_import.py
tests/test_webtool_results.py