tespy 0.9.16.post3__tar.gz → 0.10.0.dev0__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.
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/CITATION.cff +6 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/PKG-INFO +13 -4
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/README.rst +10 -2
- tespy-0.10.0.dev0/docs/_static/images/tutorials/heat_pump_exergy/NH3_logph.svg +3146 -0
- tespy-0.10.0.dev0/docs/_static/images/tutorials/heat_pump_exergy/NH3_logph_darkmode.svg +3146 -0
- tespy-0.10.0.dev0/docs/_static/images/tutorials/heat_pump_exergy/NH3_waterfall.svg +2370 -0
- tespy-0.10.0.dev0/docs/_static/images/tutorials/heat_pump_exergy/NH3_waterfall_darkmode.svg +2370 -0
- tespy-0.10.0.dev0/docs/_static/images/tutorials/heat_pump_exergy/diagram_E_D.svg +2342 -0
- tespy-0.10.0.dev0/docs/_static/images/tutorials/heat_pump_exergy/diagram_E_D_darkmode.svg +2342 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_exergy/diagram_cop_eps_Tgeo_Q.svg +437 -448
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_exergy/diagram_cop_eps_Tgeo_Q_darkmode.svg +438 -449
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_exergy/diagram_cop_eps_Tgeo_Ths.svg +522 -594
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_exergy/diagram_cop_eps_Tgeo_Ths_darkmode.svg +523 -595
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_exergy/diagram_eps_Tamb_Tgeo.svg +307 -348
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_exergy/diagram_eps_Tamb_Tgeo_darkmode.svg +308 -349
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_features/custom_components.rst +75 -10
- tespy-0.10.0.dev0/docs/advanced_features/exergy.rst +132 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_features/fluid_properties.rst +50 -24
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_features/ude.rst +476 -466
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_features.rst +11 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_tutorials/debugging.ipynb +88 -88
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_tutorials/develop_components.rst +23 -58
- tespy-0.10.0.dev0/docs/advanced_tutorials/heat_exchangers.ipynb +708 -0
- tespy-0.10.0.dev0/docs/advanced_tutorials/heat_pump_exergy.rst +534 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_tutorials/heat_pump_steps.rst +3 -3
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_tutorials/humid_air.ipynb +8 -6
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_tutorials/powerconnections.rst +12 -6
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_tutorials/starting_values.rst +1 -1
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_tutorials.rst +2 -2
- tespy-0.10.0.dev0/docs/api/_images/characteristics/CombustionEngine_Q1_char_DEFAULT.svg +1243 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/CombustionEngine_Q1_char_DEFAULT_darkmode.svg +1243 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/CombustionEngine_Q2_char_DEFAULT.svg +1268 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/CombustionEngine_Q2_char_DEFAULT_darkmode.svg +1268 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/CombustionEngine_Qloss_char_DEFAULT.svg +1195 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/CombustionEngine_Qloss_char_DEFAULT_darkmode.svg +1195 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/CombustionEngine_tiP_char_DEFAULT.svg +1175 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/CombustionEngine_tiP_char_DEFAULT_darkmode.svg +1175 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Compressor_eta_s_char_DEFAULT.svg +1179 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Compressor_eta_s_char_DEFAULT_darkmode.svg +1179 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Condenser_kA_char1_DEFAULT.svg +1220 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Condenser_kA_char1_DEFAULT_darkmode.svg +1220 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Condenser_kA_char2_DEFAULT.svg +1256 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Condenser_kA_char2_DEFAULT_darkmode.svg +1256 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Desuperheater_kA_char1_DEFAULT.svg +1266 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Desuperheater_kA_char1_DEFAULT_darkmode.svg +1266 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Desuperheater_kA_char2_DEFAULT.svg +1256 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Desuperheater_kA_char2_DEFAULT_darkmode.svg +1256 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/HeatExchanger_kA_char1_CONDENSING_FLUID.svg +1315 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/HeatExchanger_kA_char1_CONDENSING_FLUID_darkmode.svg +1315 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/HeatExchanger_kA_char1_DEFAULT.svg +1266 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/HeatExchanger_kA_char1_DEFAULT_darkmode.svg +1266 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/HeatExchanger_kA_char2_DEFAULT.svg +1256 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/HeatExchanger_kA_char2_DEFAULT_darkmode.svg +1256 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/HeatExchanger_kA_char2_EVAPORATING_FLUID.svg +1348 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/HeatExchanger_kA_char2_EVAPORATING_FLUID_darkmode.svg +1348 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Pipe_kA_char_DEFAULT.svg +1265 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Pipe_kA_char_DEFAULT_darkmode.svg +1265 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Pump_eta_s_char_DEFAULT.svg +1246 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Pump_eta_s_char_DEFAULT_darkmode.svg +1246 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/SimpleHeatExchanger_kA_char_DEFAULT.svg +1265 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/SimpleHeatExchanger_kA_char_DEFAULT_darkmode.svg +1265 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Turbine_eta_s_char_DEFAULT.svg +1216 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Turbine_eta_s_char_DEFAULT_darkmode.svg +1216 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Turbine_eta_s_char_TRAUPEL.svg +1224 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/Turbine_eta_s_char_TRAUPEL_darkmode.svg +1224 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/TurboCompressor_char_map_eta_s_DEFAULT.svg +1369 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/TurboCompressor_char_map_eta_s_DEFAULT_darkmode.svg +1369 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/TurboCompressor_char_map_pr_DEFAULT.svg +1318 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/TurboCompressor_char_map_pr_DEFAULT_darkmode.svg +1318 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/WaterElectrolyzer_eta_char_DEFAULT.svg +1120 -0
- tespy-0.10.0.dev0/docs/api/_images/characteristics/WaterElectrolyzer_eta_char_DEFAULT_darkmode.svg +1120 -0
- tespy-0.10.0.dev0/docs/api/_images/components/PolynomialCompressor.svg +189 -0
- tespy-0.10.0.dev0/docs/api/_images/components/PolynomialCompressor_darkmode.svg +189 -0
- tespy-0.10.0.dev0/docs/api/data.rst +337 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.turbomachinery.rst +0 -8
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.tools.rst +8 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/basic_tutorials/district_heating.rst +2 -2
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/basic_tutorials/intro.rst +1 -1
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/basic_tutorials/rankine_cycle.rst +1 -1
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/building_blocks/_components_overview.rst +234 -126
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/building_blocks/_connections_overview.rst +2 -3
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/building_blocks/components.rst +72 -38
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/building_blocks/connections.rst +368 -366
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/building_blocks/fluprodia.rst +1 -1
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/building_blocks/networks.rst +84 -68
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/building_blocks/subsystems.rst +6 -4
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/community/contribute.rst +11 -5
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/conf.py +58 -29
- tespy-0.10.0.dev0/docs/getting_started/installation.rst +72 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/getting_started/introduction.rst +10 -2
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/integration/optimization.rst +9 -7
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/integration/workflows.ipynb +65 -45
- tespy-0.10.0.dev0/docs/jupyter_execute/2019b3de0ad6a17ed9a755a91830276cd76b98c3d8a7a380f8024bfd5212141d.png +0 -0
- tespy-0.10.0.dev0/docs/jupyter_execute/914c26143a15a857463771125ca9e3979a8fa4a9923f198dc16a5e3153fbcecf.png +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/jupyter_execute/advanced_tutorials/debugging.ipynb +141 -113
- tespy-0.10.0.dev0/docs/jupyter_execute/advanced_tutorials/heat_exchangers.ipynb +1061 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/jupyter_execute/advanced_tutorials/humid_air.ipynb +54 -66
- tespy-0.10.0.dev0/docs/jupyter_execute/ae04f22821eba66c9dd5ea87c19f24e6c5d02723dd91dc80d1241307904297f8.png +0 -0
- tespy-0.10.0.dev0/docs/jupyter_execute/b583cf753572b20ce40f830179c9cefdbb5f620732a701e420b738d236d37cda.png +0 -0
- tespy-0.10.0.dev0/docs/jupyter_execute/c042db8accf83241c7baf1e02f147183442a98e9a52a4a40c00e43ae8b5ab9c6.png +0 -0
- tespy-0.10.0.dev0/docs/jupyter_execute/d0362719f768da2cf95cdddcd5879ae7c1cf0de5047792c296f6a698eb50048e.png +0 -0
- tespy-0.10.0.dev0/docs/jupyter_execute/f7d66fc15ee54d8e4068774281c4ee09128d991117d1c5690a3caebf39367f16.png +0 -0
- tespy-0.10.0.dev0/docs/jupyter_execute/f9e43bfd26cd843ea93477b5e0e978f656b5255d95f1759176bb37c4705c79fa.png +0 -0
- tespy-0.10.0.dev0/docs/jupyter_execute/fc13b02002761029d40a5e873c944e3506a7574772bad877dab2c0555f0e4c68.png +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/jupyter_execute/integration/workflows.ipynb +119 -138
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/knowledge_center/faq.rst +3 -2
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/landing.rst +9 -9
- tespy-0.10.0.dev0/docs/scripts/docstring_updater.py +626 -0
- tespy-0.10.0.dev0/docs/scripts/generate_tespy_data_module.py +126 -0
- tespy-0.10.0.dev0/docs/whats_new/v0-10-0.rst +203 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-3-0.rst +2 -2
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-8-0.rst +9 -3
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new.rst +1 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/pyproject.toml +3 -2
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/__init__.py +1 -11
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/__init__.py +3 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/basics/cycle_closer.py +54 -39
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/basics/sink.py +22 -40
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/basics/source.py +22 -40
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/basics/subsystem_interface.py +53 -37
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/combustion/base.py +215 -170
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/combustion/diabatic.py +105 -111
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/combustion/engine.py +216 -367
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/component.py +204 -192
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/displacementmachinery/base.py +40 -100
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/displacementmachinery/polynomial_compressor.py +385 -190
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/displacementmachinery/polynomial_compressor_with_cooling.py +148 -111
- tespy-0.10.0.dev0/src/tespy/components/energy/_bus.py +104 -0
- tespy-0.10.0.dev0/src/tespy/components/energy/_converter.py +154 -0
- tespy-0.10.0.dev0/src/tespy/components/energy/_sink.py +44 -0
- tespy-0.10.0.dev0/src/tespy/components/energy/_source.py +44 -0
- tespy-0.10.0.dev0/src/tespy/components/heat/bus.py +96 -0
- tespy-0.10.0.dev0/src/tespy/components/heat/sink.py +69 -0
- tespy-0.10.0.dev0/src/tespy/components/heat/source.py +69 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/heat_exchangers/base.py +369 -461
- tespy-0.10.0.dev0/src/tespy/components/heat_exchangers/condenser.py +415 -0
- tespy-0.10.0.dev0/src/tespy/components/heat_exchangers/desuperheater.py +320 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/heat_exchangers/movingboundary.py +149 -106
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/heat_exchangers/parabolic_trough.py +123 -105
- tespy-0.10.0.dev0/src/tespy/components/heat_exchangers/parallel.py +295 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/heat_exchangers/sectioned.py +199 -151
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/heat_exchangers/simple.py +302 -457
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/heat_exchangers/solar_collector.py +117 -98
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/nodes/base.py +36 -1
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/nodes/droplet_separator.py +39 -37
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/nodes/drum.py +52 -75
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/nodes/merge.py +48 -140
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/nodes/node.py +50 -37
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/nodes/separator.py +46 -42
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/nodes/splitter.py +45 -32
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/piping/pipe.py +161 -107
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/piping/valve.py +109 -138
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/power/bus.py +45 -84
- tespy-0.10.0.dev0/src/tespy/components/power/generator.py +165 -0
- tespy-0.10.0.dev0/src/tespy/components/power/motor.py +165 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/power/sink.py +25 -20
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/power/source.py +25 -20
- tespy-0.10.0.dev0/src/tespy/components/reactors/__init__.py +1 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/reactors/fuel_cell.py +128 -104
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/reactors/water_electrolyzer.py +138 -245
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/subsystem.py +1 -7
- tespy-0.10.0.dev0/src/tespy/components/turbomachinery/__init__.py +1 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/turbomachinery/base.py +40 -99
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/turbomachinery/compressor.py +66 -287
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/turbomachinery/pump.py +103 -161
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/turbomachinery/steam_turbine.py +68 -60
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/turbomachinery/turbine.py +62 -128
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/turbomachinery/turbocompressor.py +79 -72
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/connections/__init__.py +1 -1
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/connections/connection.py +303 -396
- tespy-0.10.0.dev0/src/tespy/connections/heatconnection.py +16 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/connections/humidairconnection.py +1 -0
- tespy-0.10.0.dev0/src/tespy/connections/powerconnection.py +97 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/data/char_lines.json +120 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/data/char_maps.json +0 -70
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/models/template.py +136 -29
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/networks/network.py +522 -725
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/__init__.py +0 -1
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/data_containers.py +50 -100
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/fluid_properties/__init__.py +1 -0
- tespy-0.10.0.dev0/src/tespy/tools/fluid_properties/functions.py +1183 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/fluid_properties/helpers.py +0 -12
- tespy-0.10.0.dev0/src/tespy/tools/fluid_properties/mixtures.py +1182 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/fluid_properties/wrappers.py +43 -46
- tespy-0.10.0.dev0/src/tespy/tools/global_vars.py +71 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/helpers.py +11 -106
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/optimization.py +0 -122
- tespy-0.10.0.dev0/src/tespy/tools/schema.py +244 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/units.py +0 -9
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_analyses/test_entropy_analysis.py +3 -2
- tespy-0.10.0.dev0/tests/test_analyses/test_exergy_analysis.py +569 -0
- tespy-0.10.0.dev0/tests/test_components/test_calc_parameters.py +104 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_combustion.py +90 -91
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_components.py +14 -14
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_drum.py +1 -1
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_heat_exchangers.py +218 -129
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_merge.py +4 -2
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_node.py +1 -1
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_piping.py +1 -12
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_polynomial_compressor.py +151 -39
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_polynomial_compressor_with_cooling.py +1 -2
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_reactors.py +42 -56
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_separator.py +2 -1
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_subsystem.py +30 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_turbomachinery.py +23 -27
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_connections.py +73 -8
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_errors.py +2 -91
- tespy-0.10.0.dev0/tests/test_heat_pump_exergy.py +37 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_models/test_CGAM_model.py +53 -81
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_models/test_heat_pump_model.py +41 -37
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_models/test_model_template.py +1 -1
- tespy-0.10.0.dev0/tests/test_models/test_solar_energy_generating_system.py +447 -0
- tespy-0.10.0.dev0/tests/test_networks/_design_state.json +1 -0
- tespy-0.10.0.dev0/tests/test_networks/_exported_nwk.json +1723 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_networks/test_bypassing.py +4 -2
- tespy-0.10.0.dev0/tests/test_networks/test_heat_connections.py +170 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_networks/test_linear_dependencies.py +3 -1
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_networks/test_mixing_rules.py +4 -2
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_networks/test_network.py +161 -97
- tespy-0.10.0.dev0/tests/test_networks/test_non_convergence.py +60 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_networks/test_offdesign.py +121 -167
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_fluid_properties/test_coolprop.py +87 -2
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_fluid_properties/test_humidair.py +1 -3
- tespy-0.10.0.dev0/tests/test_tools/test_fluid_properties/test_mixing_rule_registry.py +95 -0
- tespy-0.10.0.dev0/tests/test_tools/test_schema.py +364 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_units.py +6 -2
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_user_defined_equations.py +4 -1
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/advanced/compressor_with_cooling.py +28 -20
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/advanced/optimization_example.py +14 -14
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/advanced/starting_values.py +6 -6
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/advanced/stepwise.py +13 -12
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/basics/district_heating.py +4 -4
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/basics/rankine.py +4 -4
- tespy-0.10.0.dev0/tutorial/heat_pump_exergy/NH3_example.py +32 -0
- tespy-0.10.0.dev0/tutorial/heat_pump_exergy/all_calculations.py +156 -0
- tespy-0.10.0.dev0/tutorial/heat_pump_exergy/heat_pump_model.py +168 -0
- tespy-0.10.0.dev0/tutorial/heat_pump_exergy/plots.py +223 -0
- tespy-0.9.16.post3/docs/_static/images/tutorials/heat_pump_exergy/NH3_logph.svg +0 -5320
- tespy-0.9.16.post3/docs/_static/images/tutorials/heat_pump_exergy/NH3_sankey.svg +0 -666
- tespy-0.9.16.post3/docs/_static/images/tutorials/heat_pump_exergy/diagram_E_D.svg +0 -2195
- tespy-0.9.16.post3/docs/_static/images/tutorials/heat_pump_exergy/diagram_E_D_darkmode.svg +0 -2195
- tespy-0.9.16.post3/docs/advanced/exergy.rst +0 -499
- tespy-0.9.16.post3/docs/advanced_tutorials/heat_exchangers.rst +0 -311
- tespy-0.9.16.post3/docs/advanced_tutorials/heat_pump_exergy.rst +0 -735
- tespy-0.9.16.post3/docs/api/_images/combustion_engine_Q1_char_DEFAULT.svg +0 -1217
- tespy-0.9.16.post3/docs/api/_images/combustion_engine_Q2_char_DEFAULT.svg +0 -1240
- tespy-0.9.16.post3/docs/api/_images/combustion_engine_Qloss_char_DEFAULT.svg +0 -1169
- tespy-0.9.16.post3/docs/api/_images/combustion_engine_tiP_char_DEFAULT.svg +0 -1147
- tespy-0.9.16.post3/docs/api/_images/compressor_char_map_eta_s_DEFAULT.svg +0 -1339
- tespy-0.9.16.post3/docs/api/_images/compressor_char_map_pr_DEFAULT.svg +0 -1288
- tespy-0.9.16.post3/docs/api/_images/compressor_eta_s_char_DEFAULT.svg +0 -1153
- tespy-0.9.16.post3/docs/api/_images/condenser_kA_char1_DEFAULT.svg +0 -1192
- tespy-0.9.16.post3/docs/api/_images/condenser_kA_char2_DEFAULT.svg +0 -1228
- tespy-0.9.16.post3/docs/api/_images/desuperheater_kA_char1_DEFAULT.svg +0 -1238
- tespy-0.9.16.post3/docs/api/_images/desuperheater_kA_char2_DEFAULT.svg +0 -1228
- tespy-0.9.16.post3/docs/api/_images/heat_exchanger_kA_char1_CONDENSING_FLUID.svg +0 -1286
- tespy-0.9.16.post3/docs/api/_images/heat_exchanger_kA_char1_DEFAULT.svg +0 -1238
- tespy-0.9.16.post3/docs/api/_images/heat_exchanger_kA_char2_DEFAULT.svg +0 -1228
- tespy-0.9.16.post3/docs/api/_images/heat_exchanger_kA_char2_EVAPORATING_FLUID.svg +0 -1314
- tespy-0.9.16.post3/docs/api/_images/heat_exchanger_simple_kA_char_DEFAULT.svg +0 -1237
- tespy-0.9.16.post3/docs/api/_images/pipe_kA_char_DEFAULT.svg +0 -1237
- tespy-0.9.16.post3/docs/api/_images/pump_eta_s_char_DEFAULT.svg +0 -1218
- tespy-0.9.16.post3/docs/api/_images/turbine_eta_s_char_DEFAULT.svg +0 -1188
- tespy-0.9.16.post3/docs/api/_images/turbine_eta_s_char_TRAUPEL.svg +0 -1196
- tespy-0.9.16.post3/docs/api/_images/water_electrolyzer_eta_char_DEFAULT.svg +0 -1094
- tespy-0.9.16.post3/docs/api/data.rst +0 -160
- tespy-0.9.16.post3/docs/getting_started/installation.rst +0 -83
- tespy-0.9.16.post3/docs/scripts/generate_tespy_data_module.py +0 -106
- tespy-0.9.16.post3/docs/scripts/heat_exchangers/Condenser.py +0 -96
- tespy-0.9.16.post3/docs/scripts/heat_exchangers/HeatExchanger.py +0 -89
- tespy-0.9.16.post3/docs/scripts/heat_exchangers/MovingBoundaryHeatExchanger.py +0 -91
- tespy-0.9.16.post3/docs/scripts/heat_exchangers/SectionedHeatExchanger.py +0 -131
- tespy-0.9.16.post3/docs/scripts/heat_exchangers/Sectioned_vs_Moving_near_critical.py +0 -101
- tespy-0.9.16.post3/docs/scripts/heat_exchangers/Sectioned_vs_Moving_pressure_drop.py +0 -185
- tespy-0.9.16.post3/src/tespy/components/heat_exchangers/condenser.py +0 -469
- tespy-0.9.16.post3/src/tespy/components/heat_exchangers/desuperheater.py +0 -265
- tespy-0.9.16.post3/src/tespy/components/heat_exchangers/parallel.py +0 -309
- tespy-0.9.16.post3/src/tespy/components/power/generator.py +0 -288
- tespy-0.9.16.post3/src/tespy/components/power/motor.py +0 -288
- tespy-0.9.16.post3/src/tespy/components/turbomachinery/polynomial_compressor.py +0 -55
- tespy-0.9.16.post3/src/tespy/connections/bus.py +0 -446
- tespy-0.9.16.post3/src/tespy/connections/powerconnection.py +0 -216
- tespy-0.9.16.post3/src/tespy/data/ChemEx/Ahrendts.json +0 -90
- tespy-0.9.16.post3/src/tespy/data/ChemEx/Szargut1988.json +0 -83
- tespy-0.9.16.post3/src/tespy/data/ChemEx/Szargut2007.json +0 -84
- tespy-0.9.16.post3/src/tespy/tools/analyses.py +0 -913
- tespy-0.9.16.post3/src/tespy/tools/fluid_properties/functions.py +0 -385
- tespy-0.9.16.post3/src/tespy/tools/fluid_properties/mixtures.py +0 -468
- tespy-0.9.16.post3/src/tespy/tools/global_vars.py +0 -139
- tespy-0.9.16.post3/tests/test_analyses/test_exergy_analysis.py +0 -655
- tespy-0.9.16.post3/tests/test_busses.py +0 -245
- tespy-0.9.16.post3/tests/test_heat_pump_exergy.py +0 -15
- tespy-0.9.16.post3/tests/test_models/test_solar_energy_generating_system.py +0 -416
- tespy-0.9.16.post3/tests/test_networks/_design_state.json +0 -1
- tespy-0.9.16.post3/tests/test_networks/_exported_nwk.json +0 -1599
- tespy-0.9.16.post3/tutorial/heat_pump_exergy/NH3.py +0 -156
- tespy-0.9.16.post3/tutorial/heat_pump_exergy/NH3_calculations.py +0 -369
- tespy-0.9.16.post3/tutorial/heat_pump_exergy/R410A.py +0 -146
- tespy-0.9.16.post3/tutorial/heat_pump_exergy/R410A_calculations.py +0 -359
- tespy-0.9.16.post3/tutorial/heat_pump_exergy/plots.py +0 -223
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/.editorconfig +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/.pep8speaks.yml +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/.readthedocs.yml +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/CODE_OF_CONDUCT.md +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/CONTRIBUTING.md +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/LICENSE +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/PULL_REQUEST_TEMPLATE.md +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/css/custom.css +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/advanced/exergy/flowsheet.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/advanced/exergy/flowsheet_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/advanced/exergy/sankey.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/district_heating.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/district_heating_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/district_heating_partload.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/district_heating_partload_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/gas_turbine.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/gas_turbine_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/gas_turbine_fuel_composition.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/gas_turbine_fuel_composition_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/gas_turbine_oxygen.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/gas_turbine_oxygen_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/gas_turbine_parametric.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/gas_turbine_parametric_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/heat_pump.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/heat_pump_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/heat_pump_parametric.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/heat_pump_parametric_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/modeling_concept.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/rankine_cycle.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/rankine_cycle_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/rankine_parametric.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/rankine_parametric_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/rankine_partload.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/rankine_partload_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/rankine_ts_diagram.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/rankine_ts_diagram_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/examples/GRC_flowsheet.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/examples/GRC_flowsheet_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/examples/ORC_parametric_flowsheet.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/examples/ORC_parametric_flowsheet_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/examples/PM_CAES_graphical-abstract.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/examples/PM_CAES_graphical-abstract_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/examples/heatpumps.png +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/examples/heatpumps_darkmode.png +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_big.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_big_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_big_editable_font.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_mid.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_mid_christmas.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_mid_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_mid_darkmode_christmas.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_mid_editable_font.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_mini.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_small.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_small_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/Ts_diagram_states.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/characteristics.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/characteristics_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/connections.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/connections_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/fluid_properties.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/fluid_properties_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/logph_diagram_states.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/subsystem_waste_heat_generator.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/subsystem_waste_heat_generator_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/ude.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/ude_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/segs.jpeg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/system.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/system_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_features/characteristics.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_features/characteristics_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_features/custom_components.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_features/custom_components_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_features/custom_eos.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_features/custom_eos_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_features/ude.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_features/ude_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/SectionedHeatExchanger_vs_HeatExchanger.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/SectionedHeatExchanger_vs_HeatExchanger_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/debugging.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/debugging_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/drawing_pcwc.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/drawing_pcwc_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/heat_pump_exergy.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/heat_pump_exergy_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/heat_pump_starting_values.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/heat_pump_starting_values_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/heat_pump_stepwise.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/heat_pump_stepwise_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/powerconnection.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/powerconnection_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/components.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/components_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/connections.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/connections_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/fluid_properties.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/fluid_properties_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/network.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/network_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/subsystem.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/subsystem_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/community/community.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/community/community_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/community/contribute.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/community/contribute_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/community/support.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/community/support_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/documentation/api.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/documentation/api_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/documentation/changelog.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/documentation/changelog_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/documentation/github.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/documentation/github_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/integrate_exergy.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/integrate_exergy_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/integrate_solph.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/integrate_solph_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/intro_te.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/intro_te_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/master_course.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/master_course_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/solar.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/solar_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/examples_benchmarks/benchmark.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/examples_benchmarks/benchmark_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/examples_benchmarks/example.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/examples_benchmarks/example_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/about_tespy.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/about_tespy_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/basic_tutorials.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/basic_tutorials_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/district_heating.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/district_heating_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/gas_turbine.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/gas_turbine_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/heat_pump.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/heat_pump_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/installation.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/installation_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/modeling_concept.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/modeling_concept_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/rankine_cycle.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/rankine_cycle_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/class_template_workflow.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/class_template_workflow_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/exerpy.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/exerpy_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/mc_old.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/mc_old_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/model_coupling.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/model_coupling_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/optimization_result.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/optimization_result_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/knowledge/education.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/knowledge/education_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/knowledge/faq.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/knowledge/faq_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/knowledge/literature.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/knowledge/literature_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/compressor_with_cooling/drawing_pcwc.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/compressor_with_cooling/drawing_pcwc_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/district_heating_system/dhs.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/district_heating_system/dhs_closed.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/district_heating_system/dhs_forks.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/district_heating_system/dhs_open.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/Condenser.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/Condenser_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/HeatExchanger.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/HeatExchanger_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/MovingBoundaryHeatExchanger.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/MovingBoundaryHeatExchanger_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/SectionedHeatExchanger.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/SectionedHeatExchanger_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/SectionedHeatExchanger_sectionscompare.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/SectionedHeatExchanger_sectionscompare_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/SectionedHeatExchanger_vs_HeatExchanger.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/SectionedHeatExchanger_vs_HeatExchanger_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/Sectioned_vs_Moving_near_critical.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/Sectioned_vs_Moving_near_critical_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/Sectioned_vs_Moving_pressure_drop.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/Sectioned_vs_Moving_pressure_drop_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/Sectioned_vs_Moving_pressure_drop_preheating.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/Sectioned_vs_Moving_pressure_drop_preheating_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_exergy/flowsheet.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_exergy/flowsheet_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_starting_values/COP_by_wf.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_starting_values/COP_by_wf_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_starting_values/flowsheet.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_starting_values/flowsheet_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_starting_values/logph.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_stepwise/flowsheet.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_stepwise/flowsheet_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_stepwise/flowsheet_p1.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_stepwise/flowsheet_p1_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_stepwise/flowsheet_p2.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_stepwise/flowsheet_p2_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/optimization/flowsheet.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/optimization/flowsheet_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/optimization/optimization_result.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/optimization/optimization_result_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/osmses-2023.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/osmses-2023_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/js/custom.js +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_templates/index.html +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced/optimization.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_features/characteristics.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_tutorials/district_heating.rst +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/CombustionChamber.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/CombustionChamber_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/CombustionEngine.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/CombustionEngine_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Compressor.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Compressor_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Condenser.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Condenser_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/DropletSeparator.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/DropletSeparator_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Drum.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Drum_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/FuelCell.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/FuelCell_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Generator.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Generator_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/HeatExchanger.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/HeatExchanger_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Merge.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Merge_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Motor.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Motor_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Node.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Node_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/ParabolicTrough.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/ParabolicTrough_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Pipe.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Pipe_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/PolynomialCompressorWithCooling.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/PolynomialCompressorWithCooling_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/PowerBus.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/PowerBus_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Pump.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Pump_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/SolarCollector.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/SolarCollector_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Splitter.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Splitter_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/SubsystemInterface.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/SubsystemInterface_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Turbine.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Turbine_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Valve.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Valve_darkmode.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/WaterElectrolyzer.svg +0 -0
- {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/WaterElectrolyzer_darkmode.svg +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.basics.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.combustion.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.displacementmachinery.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.heat.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.heat_exchangers.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.nodes.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.piping.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.power.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.reactors.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.connections.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.models.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.networks.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.tools.fluid_properties.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/basic_tutorials/gas_turbine.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/basic_tutorials/heat_pump.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/basic_tutorials.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/building_blocks.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/community/community.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/community/support.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/community.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/documentation.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/examples/applications.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/examples/benchmarks.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/examples_benchmarks.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/getting_started.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/index.rst +1 -1
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/integration/model_coupling.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/integration.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/jupyter_execute/103cf003f77985f0090c7402671b30cda8568ad8a60db8bb0ddb6ecc4aeccca0.png +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/jupyter_execute/2a67118144ce1ceb19a010cf14ebaaade9bfed3d5a7c0ce78463ac44e4746a7b.png +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/jupyter_execute/9090b0f9201655c90b68f2b81809b333db4af2bcf7fa6f8962da1682b24e7788.png +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/jupyter_execute/b48fc84774bcfc2164a7a84818401cb10c93986b1c4b287e9b9b855f8ab0f9f0.png +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/jupyter_execute/c2abdca096877f2a9ea043e45af625717362e5498f1de2ab97d093d4424bdc41.png +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/knowledge_center/educational_resources.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/knowledge_center.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/references.bib +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-0-1.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-0-2.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-0-3.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-0-4.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-0-5.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-1-0.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-1-1.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-1-2.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-1-3.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-1-4.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-2-0.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-2-1.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-2-2.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-3-1.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-3-2.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-3-3.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-3-4.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-4-0.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-4-1.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-4-2.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-4-3-001.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-4-3-003.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-4-3.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-4-4.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-5-0.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-5-1.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-6-0.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-6-1.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-6-2.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-6-3.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-0.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-1.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-2.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-3.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-4.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-5.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-6-001.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-6.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-7.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-8-001.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-8-002.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-8.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-9.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-8-0-001.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-8-1.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-8-2.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-8-3.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-0.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-1.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-10.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-11.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-12.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-13.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-14.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-15.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-16.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-2.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-3.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-4.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-5.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-6.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-7.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-8.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-9.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/zliterature.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/paper.bib +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/paper.md +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/__pint_cache__/0.25.3/40ea28c3f1c2a24ebf70d111b63cc4f03ac7b35c.json +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/__pint_cache__/0.25.3/40ea28c3f1c2a24ebf70d111b63cc4f03ac7b35c.pickle +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/__pint_cache__/0.25.3/492f74611e57b81607c565b8e330aea86ea0bcfe.json +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/__pint_cache__/0.25.3/492f74611e57b81607c565b8e330aea86ea0bcfe.pickle +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/__pint_cache__/0.25.3/6177f3115e5f1e95b798017067def615039cc416.json +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/__pint_cache__/0.25.3/6177f3115e5f1e95b798017067def615039cc416.pickle +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/basics/__init__.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/combustion/__init__.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/customs/__init__.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/displacementmachinery/__init__.py +0 -0
- {tespy-0.9.16.post3/src/tespy/components/heat_exchangers → tespy-0.10.0.dev0/src/tespy/components/energy}/__init__.py +0 -0
- {tespy-0.9.16.post3/src/tespy/components/nodes → tespy-0.10.0.dev0/src/tespy/components/heat}/__init__.py +0 -0
- {tespy-0.9.16.post3/src/tespy/components/piping → tespy-0.10.0.dev0/src/tespy/components/heat_exchangers}/__init__.py +0 -0
- {tespy-0.9.16.post3/src/tespy/components/power → tespy-0.10.0.dev0/src/tespy/components/nodes}/__init__.py +0 -0
- {tespy-0.9.16.post3/src/tespy/components/reactors → tespy-0.10.0.dev0/src/tespy/components/piping}/__init__.py +0 -0
- {tespy-0.9.16.post3/src/tespy/components/turbomachinery → tespy-0.10.0.dev0/src/tespy/components/power}/__init__.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/models/__init__.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/networks/__init__.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/characteristics.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/logger.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/plotting.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_advanced_tutorials.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_basic_tutorials.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_customs.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_models/cgam-ebsilon-results.csv +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_networks/test_binary_incompressible.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_characteristics.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_fluid_properties/test_exergy.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_fluid_properties/test_humid_mixtures.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_fluid_properties/test_iapws.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_fluid_properties/test_incompressible.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_fluid_properties/test_pyromat.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_helpers.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_optimization.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_optimization_flat.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tox.ini +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/README.rst +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/basics/gas_turbine.py +0 -0
- {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/basics/heat_pump.py +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tespy
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.10.0.dev0
|
|
4
4
|
Summary: Thermal Engineering Systems in Python (TESPy)
|
|
5
5
|
Author-email: Francesco Witte <tespy@witte.sh>
|
|
6
|
-
Requires-Python: >=3.
|
|
6
|
+
Requires-Python: >=3.11
|
|
7
7
|
Description-Content-Type: text/x-rst
|
|
8
8
|
Classifier: Development Status :: 4 - Beta
|
|
9
9
|
Classifier: Intended Audience :: Education
|
|
@@ -28,6 +28,7 @@ Requires-Dist: pint
|
|
|
28
28
|
Requires-Dist: scipy
|
|
29
29
|
Requires-Dist: tabulate>=0.8.2
|
|
30
30
|
Requires-Dist: build ; extra == "dev"
|
|
31
|
+
Requires-Dist: exerpy ; extra == "dev"
|
|
31
32
|
Requires-Dist: flit ; extra == "dev"
|
|
32
33
|
Requires-Dist: fluprodia>=4 ; extra == "dev"
|
|
33
34
|
Requires-Dist: furo ; extra == "dev"
|
|
@@ -162,12 +163,20 @@ To get the latest news visit and follow our `website <https://www.oemof.org>`_.
|
|
|
162
163
|
|
|
163
164
|
Installing TESPy
|
|
164
165
|
================
|
|
165
|
-
|
|
166
|
-
|
|
166
|
+
The recommended way to install TESPy is with
|
|
167
|
+
`uv <https://docs.astral.sh/uv/>`_:
|
|
168
|
+
|
|
169
|
+
.. code:: bash
|
|
170
|
+
|
|
171
|
+
uv add tespy
|
|
172
|
+
|
|
173
|
+
Alternatively, use pip or conda:
|
|
167
174
|
|
|
168
175
|
.. code:: bash
|
|
169
176
|
|
|
170
177
|
pip install tespy
|
|
178
|
+
# or
|
|
179
|
+
conda install -c conda-forge tespy
|
|
171
180
|
|
|
172
181
|
If you want to use the latest features, you might want to install the
|
|
173
182
|
**developer version**. See section
|
|
@@ -108,12 +108,20 @@ To get the latest news visit and follow our `website <https://www.oemof.org>`_.
|
|
|
108
108
|
|
|
109
109
|
Installing TESPy
|
|
110
110
|
================
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
The recommended way to install TESPy is with
|
|
112
|
+
`uv <https://docs.astral.sh/uv/>`_:
|
|
113
|
+
|
|
114
|
+
.. code:: bash
|
|
115
|
+
|
|
116
|
+
uv add tespy
|
|
117
|
+
|
|
118
|
+
Alternatively, use pip or conda:
|
|
113
119
|
|
|
114
120
|
.. code:: bash
|
|
115
121
|
|
|
116
122
|
pip install tespy
|
|
123
|
+
# or
|
|
124
|
+
conda install -c conda-forge tespy
|
|
117
125
|
|
|
118
126
|
If you want to use the latest features, you might want to install the
|
|
119
127
|
**developer version**. See section
|