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.
Files changed (698) hide show
  1. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/CITATION.cff +6 -0
  2. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/PKG-INFO +13 -4
  3. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/README.rst +10 -2
  4. tespy-0.10.0.dev0/docs/_static/images/tutorials/heat_pump_exergy/NH3_logph.svg +3146 -0
  5. tespy-0.10.0.dev0/docs/_static/images/tutorials/heat_pump_exergy/NH3_logph_darkmode.svg +3146 -0
  6. tespy-0.10.0.dev0/docs/_static/images/tutorials/heat_pump_exergy/NH3_waterfall.svg +2370 -0
  7. tespy-0.10.0.dev0/docs/_static/images/tutorials/heat_pump_exergy/NH3_waterfall_darkmode.svg +2370 -0
  8. tespy-0.10.0.dev0/docs/_static/images/tutorials/heat_pump_exergy/diagram_E_D.svg +2342 -0
  9. tespy-0.10.0.dev0/docs/_static/images/tutorials/heat_pump_exergy/diagram_E_D_darkmode.svg +2342 -0
  10. {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
  11. {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
  12. {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
  13. {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
  14. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_exergy/diagram_eps_Tamb_Tgeo.svg +307 -348
  15. {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
  16. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_features/custom_components.rst +75 -10
  17. tespy-0.10.0.dev0/docs/advanced_features/exergy.rst +132 -0
  18. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_features/fluid_properties.rst +50 -24
  19. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_features/ude.rst +476 -466
  20. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_features.rst +11 -0
  21. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_tutorials/debugging.ipynb +88 -88
  22. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_tutorials/develop_components.rst +23 -58
  23. tespy-0.10.0.dev0/docs/advanced_tutorials/heat_exchangers.ipynb +708 -0
  24. tespy-0.10.0.dev0/docs/advanced_tutorials/heat_pump_exergy.rst +534 -0
  25. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_tutorials/heat_pump_steps.rst +3 -3
  26. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_tutorials/humid_air.ipynb +8 -6
  27. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_tutorials/powerconnections.rst +12 -6
  28. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_tutorials/starting_values.rst +1 -1
  29. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_tutorials.rst +2 -2
  30. tespy-0.10.0.dev0/docs/api/_images/characteristics/CombustionEngine_Q1_char_DEFAULT.svg +1243 -0
  31. tespy-0.10.0.dev0/docs/api/_images/characteristics/CombustionEngine_Q1_char_DEFAULT_darkmode.svg +1243 -0
  32. tespy-0.10.0.dev0/docs/api/_images/characteristics/CombustionEngine_Q2_char_DEFAULT.svg +1268 -0
  33. tespy-0.10.0.dev0/docs/api/_images/characteristics/CombustionEngine_Q2_char_DEFAULT_darkmode.svg +1268 -0
  34. tespy-0.10.0.dev0/docs/api/_images/characteristics/CombustionEngine_Qloss_char_DEFAULT.svg +1195 -0
  35. tespy-0.10.0.dev0/docs/api/_images/characteristics/CombustionEngine_Qloss_char_DEFAULT_darkmode.svg +1195 -0
  36. tespy-0.10.0.dev0/docs/api/_images/characteristics/CombustionEngine_tiP_char_DEFAULT.svg +1175 -0
  37. tespy-0.10.0.dev0/docs/api/_images/characteristics/CombustionEngine_tiP_char_DEFAULT_darkmode.svg +1175 -0
  38. tespy-0.10.0.dev0/docs/api/_images/characteristics/Compressor_eta_s_char_DEFAULT.svg +1179 -0
  39. tespy-0.10.0.dev0/docs/api/_images/characteristics/Compressor_eta_s_char_DEFAULT_darkmode.svg +1179 -0
  40. tespy-0.10.0.dev0/docs/api/_images/characteristics/Condenser_kA_char1_DEFAULT.svg +1220 -0
  41. tespy-0.10.0.dev0/docs/api/_images/characteristics/Condenser_kA_char1_DEFAULT_darkmode.svg +1220 -0
  42. tespy-0.10.0.dev0/docs/api/_images/characteristics/Condenser_kA_char2_DEFAULT.svg +1256 -0
  43. tespy-0.10.0.dev0/docs/api/_images/characteristics/Condenser_kA_char2_DEFAULT_darkmode.svg +1256 -0
  44. tespy-0.10.0.dev0/docs/api/_images/characteristics/Desuperheater_kA_char1_DEFAULT.svg +1266 -0
  45. tespy-0.10.0.dev0/docs/api/_images/characteristics/Desuperheater_kA_char1_DEFAULT_darkmode.svg +1266 -0
  46. tespy-0.10.0.dev0/docs/api/_images/characteristics/Desuperheater_kA_char2_DEFAULT.svg +1256 -0
  47. tespy-0.10.0.dev0/docs/api/_images/characteristics/Desuperheater_kA_char2_DEFAULT_darkmode.svg +1256 -0
  48. tespy-0.10.0.dev0/docs/api/_images/characteristics/HeatExchanger_kA_char1_CONDENSING_FLUID.svg +1315 -0
  49. tespy-0.10.0.dev0/docs/api/_images/characteristics/HeatExchanger_kA_char1_CONDENSING_FLUID_darkmode.svg +1315 -0
  50. tespy-0.10.0.dev0/docs/api/_images/characteristics/HeatExchanger_kA_char1_DEFAULT.svg +1266 -0
  51. tespy-0.10.0.dev0/docs/api/_images/characteristics/HeatExchanger_kA_char1_DEFAULT_darkmode.svg +1266 -0
  52. tespy-0.10.0.dev0/docs/api/_images/characteristics/HeatExchanger_kA_char2_DEFAULT.svg +1256 -0
  53. tespy-0.10.0.dev0/docs/api/_images/characteristics/HeatExchanger_kA_char2_DEFAULT_darkmode.svg +1256 -0
  54. tespy-0.10.0.dev0/docs/api/_images/characteristics/HeatExchanger_kA_char2_EVAPORATING_FLUID.svg +1348 -0
  55. tespy-0.10.0.dev0/docs/api/_images/characteristics/HeatExchanger_kA_char2_EVAPORATING_FLUID_darkmode.svg +1348 -0
  56. tespy-0.10.0.dev0/docs/api/_images/characteristics/Pipe_kA_char_DEFAULT.svg +1265 -0
  57. tespy-0.10.0.dev0/docs/api/_images/characteristics/Pipe_kA_char_DEFAULT_darkmode.svg +1265 -0
  58. tespy-0.10.0.dev0/docs/api/_images/characteristics/Pump_eta_s_char_DEFAULT.svg +1246 -0
  59. tespy-0.10.0.dev0/docs/api/_images/characteristics/Pump_eta_s_char_DEFAULT_darkmode.svg +1246 -0
  60. tespy-0.10.0.dev0/docs/api/_images/characteristics/SimpleHeatExchanger_kA_char_DEFAULT.svg +1265 -0
  61. tespy-0.10.0.dev0/docs/api/_images/characteristics/SimpleHeatExchanger_kA_char_DEFAULT_darkmode.svg +1265 -0
  62. tespy-0.10.0.dev0/docs/api/_images/characteristics/Turbine_eta_s_char_DEFAULT.svg +1216 -0
  63. tespy-0.10.0.dev0/docs/api/_images/characteristics/Turbine_eta_s_char_DEFAULT_darkmode.svg +1216 -0
  64. tespy-0.10.0.dev0/docs/api/_images/characteristics/Turbine_eta_s_char_TRAUPEL.svg +1224 -0
  65. tespy-0.10.0.dev0/docs/api/_images/characteristics/Turbine_eta_s_char_TRAUPEL_darkmode.svg +1224 -0
  66. tespy-0.10.0.dev0/docs/api/_images/characteristics/TurboCompressor_char_map_eta_s_DEFAULT.svg +1369 -0
  67. tespy-0.10.0.dev0/docs/api/_images/characteristics/TurboCompressor_char_map_eta_s_DEFAULT_darkmode.svg +1369 -0
  68. tespy-0.10.0.dev0/docs/api/_images/characteristics/TurboCompressor_char_map_pr_DEFAULT.svg +1318 -0
  69. tespy-0.10.0.dev0/docs/api/_images/characteristics/TurboCompressor_char_map_pr_DEFAULT_darkmode.svg +1318 -0
  70. tespy-0.10.0.dev0/docs/api/_images/characteristics/WaterElectrolyzer_eta_char_DEFAULT.svg +1120 -0
  71. tespy-0.10.0.dev0/docs/api/_images/characteristics/WaterElectrolyzer_eta_char_DEFAULT_darkmode.svg +1120 -0
  72. tespy-0.10.0.dev0/docs/api/_images/components/PolynomialCompressor.svg +189 -0
  73. tespy-0.10.0.dev0/docs/api/_images/components/PolynomialCompressor_darkmode.svg +189 -0
  74. tespy-0.10.0.dev0/docs/api/data.rst +337 -0
  75. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.turbomachinery.rst +0 -8
  76. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.tools.rst +8 -0
  77. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/basic_tutorials/district_heating.rst +2 -2
  78. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/basic_tutorials/intro.rst +1 -1
  79. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/basic_tutorials/rankine_cycle.rst +1 -1
  80. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/building_blocks/_components_overview.rst +234 -126
  81. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/building_blocks/_connections_overview.rst +2 -3
  82. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/building_blocks/components.rst +72 -38
  83. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/building_blocks/connections.rst +368 -366
  84. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/building_blocks/fluprodia.rst +1 -1
  85. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/building_blocks/networks.rst +84 -68
  86. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/building_blocks/subsystems.rst +6 -4
  87. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/community/contribute.rst +11 -5
  88. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/conf.py +58 -29
  89. tespy-0.10.0.dev0/docs/getting_started/installation.rst +72 -0
  90. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/getting_started/introduction.rst +10 -2
  91. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/integration/optimization.rst +9 -7
  92. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/integration/workflows.ipynb +65 -45
  93. tespy-0.10.0.dev0/docs/jupyter_execute/2019b3de0ad6a17ed9a755a91830276cd76b98c3d8a7a380f8024bfd5212141d.png +0 -0
  94. tespy-0.10.0.dev0/docs/jupyter_execute/914c26143a15a857463771125ca9e3979a8fa4a9923f198dc16a5e3153fbcecf.png +0 -0
  95. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/jupyter_execute/advanced_tutorials/debugging.ipynb +141 -113
  96. tespy-0.10.0.dev0/docs/jupyter_execute/advanced_tutorials/heat_exchangers.ipynb +1061 -0
  97. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/jupyter_execute/advanced_tutorials/humid_air.ipynb +54 -66
  98. tespy-0.10.0.dev0/docs/jupyter_execute/ae04f22821eba66c9dd5ea87c19f24e6c5d02723dd91dc80d1241307904297f8.png +0 -0
  99. tespy-0.10.0.dev0/docs/jupyter_execute/b583cf753572b20ce40f830179c9cefdbb5f620732a701e420b738d236d37cda.png +0 -0
  100. tespy-0.10.0.dev0/docs/jupyter_execute/c042db8accf83241c7baf1e02f147183442a98e9a52a4a40c00e43ae8b5ab9c6.png +0 -0
  101. tespy-0.10.0.dev0/docs/jupyter_execute/d0362719f768da2cf95cdddcd5879ae7c1cf0de5047792c296f6a698eb50048e.png +0 -0
  102. tespy-0.10.0.dev0/docs/jupyter_execute/f7d66fc15ee54d8e4068774281c4ee09128d991117d1c5690a3caebf39367f16.png +0 -0
  103. tespy-0.10.0.dev0/docs/jupyter_execute/f9e43bfd26cd843ea93477b5e0e978f656b5255d95f1759176bb37c4705c79fa.png +0 -0
  104. tespy-0.10.0.dev0/docs/jupyter_execute/fc13b02002761029d40a5e873c944e3506a7574772bad877dab2c0555f0e4c68.png +0 -0
  105. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/jupyter_execute/integration/workflows.ipynb +119 -138
  106. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/knowledge_center/faq.rst +3 -2
  107. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/landing.rst +9 -9
  108. tespy-0.10.0.dev0/docs/scripts/docstring_updater.py +626 -0
  109. tespy-0.10.0.dev0/docs/scripts/generate_tespy_data_module.py +126 -0
  110. tespy-0.10.0.dev0/docs/whats_new/v0-10-0.rst +203 -0
  111. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-3-0.rst +2 -2
  112. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-8-0.rst +9 -3
  113. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new.rst +1 -0
  114. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/pyproject.toml +3 -2
  115. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/__init__.py +1 -11
  116. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/__init__.py +3 -0
  117. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/basics/cycle_closer.py +54 -39
  118. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/basics/sink.py +22 -40
  119. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/basics/source.py +22 -40
  120. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/basics/subsystem_interface.py +53 -37
  121. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/combustion/base.py +215 -170
  122. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/combustion/diabatic.py +105 -111
  123. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/combustion/engine.py +216 -367
  124. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/component.py +204 -192
  125. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/displacementmachinery/base.py +40 -100
  126. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/displacementmachinery/polynomial_compressor.py +385 -190
  127. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/displacementmachinery/polynomial_compressor_with_cooling.py +148 -111
  128. tespy-0.10.0.dev0/src/tespy/components/energy/_bus.py +104 -0
  129. tespy-0.10.0.dev0/src/tespy/components/energy/_converter.py +154 -0
  130. tespy-0.10.0.dev0/src/tespy/components/energy/_sink.py +44 -0
  131. tespy-0.10.0.dev0/src/tespy/components/energy/_source.py +44 -0
  132. tespy-0.10.0.dev0/src/tespy/components/heat/bus.py +96 -0
  133. tespy-0.10.0.dev0/src/tespy/components/heat/sink.py +69 -0
  134. tespy-0.10.0.dev0/src/tespy/components/heat/source.py +69 -0
  135. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/heat_exchangers/base.py +369 -461
  136. tespy-0.10.0.dev0/src/tespy/components/heat_exchangers/condenser.py +415 -0
  137. tespy-0.10.0.dev0/src/tespy/components/heat_exchangers/desuperheater.py +320 -0
  138. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/heat_exchangers/movingboundary.py +149 -106
  139. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/heat_exchangers/parabolic_trough.py +123 -105
  140. tespy-0.10.0.dev0/src/tespy/components/heat_exchangers/parallel.py +295 -0
  141. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/heat_exchangers/sectioned.py +199 -151
  142. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/heat_exchangers/simple.py +302 -457
  143. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/heat_exchangers/solar_collector.py +117 -98
  144. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/nodes/base.py +36 -1
  145. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/nodes/droplet_separator.py +39 -37
  146. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/nodes/drum.py +52 -75
  147. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/nodes/merge.py +48 -140
  148. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/nodes/node.py +50 -37
  149. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/nodes/separator.py +46 -42
  150. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/nodes/splitter.py +45 -32
  151. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/piping/pipe.py +161 -107
  152. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/piping/valve.py +109 -138
  153. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/power/bus.py +45 -84
  154. tespy-0.10.0.dev0/src/tespy/components/power/generator.py +165 -0
  155. tespy-0.10.0.dev0/src/tespy/components/power/motor.py +165 -0
  156. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/power/sink.py +25 -20
  157. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/power/source.py +25 -20
  158. tespy-0.10.0.dev0/src/tespy/components/reactors/__init__.py +1 -0
  159. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/reactors/fuel_cell.py +128 -104
  160. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/reactors/water_electrolyzer.py +138 -245
  161. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/subsystem.py +1 -7
  162. tespy-0.10.0.dev0/src/tespy/components/turbomachinery/__init__.py +1 -0
  163. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/turbomachinery/base.py +40 -99
  164. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/turbomachinery/compressor.py +66 -287
  165. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/turbomachinery/pump.py +103 -161
  166. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/turbomachinery/steam_turbine.py +68 -60
  167. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/turbomachinery/turbine.py +62 -128
  168. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/turbomachinery/turbocompressor.py +79 -72
  169. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/connections/__init__.py +1 -1
  170. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/connections/connection.py +303 -396
  171. tespy-0.10.0.dev0/src/tespy/connections/heatconnection.py +16 -0
  172. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/connections/humidairconnection.py +1 -0
  173. tespy-0.10.0.dev0/src/tespy/connections/powerconnection.py +97 -0
  174. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/data/char_lines.json +120 -0
  175. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/data/char_maps.json +0 -70
  176. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/models/template.py +136 -29
  177. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/networks/network.py +522 -725
  178. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/__init__.py +0 -1
  179. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/data_containers.py +50 -100
  180. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/fluid_properties/__init__.py +1 -0
  181. tespy-0.10.0.dev0/src/tespy/tools/fluid_properties/functions.py +1183 -0
  182. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/fluid_properties/helpers.py +0 -12
  183. tespy-0.10.0.dev0/src/tespy/tools/fluid_properties/mixtures.py +1182 -0
  184. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/fluid_properties/wrappers.py +43 -46
  185. tespy-0.10.0.dev0/src/tespy/tools/global_vars.py +71 -0
  186. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/helpers.py +11 -106
  187. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/optimization.py +0 -122
  188. tespy-0.10.0.dev0/src/tespy/tools/schema.py +244 -0
  189. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/units.py +0 -9
  190. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_analyses/test_entropy_analysis.py +3 -2
  191. tespy-0.10.0.dev0/tests/test_analyses/test_exergy_analysis.py +569 -0
  192. tespy-0.10.0.dev0/tests/test_components/test_calc_parameters.py +104 -0
  193. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_combustion.py +90 -91
  194. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_components.py +14 -14
  195. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_drum.py +1 -1
  196. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_heat_exchangers.py +218 -129
  197. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_merge.py +4 -2
  198. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_node.py +1 -1
  199. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_piping.py +1 -12
  200. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_polynomial_compressor.py +151 -39
  201. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_polynomial_compressor_with_cooling.py +1 -2
  202. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_reactors.py +42 -56
  203. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_separator.py +2 -1
  204. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_subsystem.py +30 -0
  205. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_turbomachinery.py +23 -27
  206. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_connections.py +73 -8
  207. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_errors.py +2 -91
  208. tespy-0.10.0.dev0/tests/test_heat_pump_exergy.py +37 -0
  209. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_models/test_CGAM_model.py +53 -81
  210. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_models/test_heat_pump_model.py +41 -37
  211. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_models/test_model_template.py +1 -1
  212. tespy-0.10.0.dev0/tests/test_models/test_solar_energy_generating_system.py +447 -0
  213. tespy-0.10.0.dev0/tests/test_networks/_design_state.json +1 -0
  214. tespy-0.10.0.dev0/tests/test_networks/_exported_nwk.json +1723 -0
  215. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_networks/test_bypassing.py +4 -2
  216. tespy-0.10.0.dev0/tests/test_networks/test_heat_connections.py +170 -0
  217. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_networks/test_linear_dependencies.py +3 -1
  218. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_networks/test_mixing_rules.py +4 -2
  219. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_networks/test_network.py +161 -97
  220. tespy-0.10.0.dev0/tests/test_networks/test_non_convergence.py +60 -0
  221. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_networks/test_offdesign.py +121 -167
  222. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_fluid_properties/test_coolprop.py +87 -2
  223. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_fluid_properties/test_humidair.py +1 -3
  224. tespy-0.10.0.dev0/tests/test_tools/test_fluid_properties/test_mixing_rule_registry.py +95 -0
  225. tespy-0.10.0.dev0/tests/test_tools/test_schema.py +364 -0
  226. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_units.py +6 -2
  227. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_user_defined_equations.py +4 -1
  228. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/advanced/compressor_with_cooling.py +28 -20
  229. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/advanced/optimization_example.py +14 -14
  230. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/advanced/starting_values.py +6 -6
  231. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/advanced/stepwise.py +13 -12
  232. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/basics/district_heating.py +4 -4
  233. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/basics/rankine.py +4 -4
  234. tespy-0.10.0.dev0/tutorial/heat_pump_exergy/NH3_example.py +32 -0
  235. tespy-0.10.0.dev0/tutorial/heat_pump_exergy/all_calculations.py +156 -0
  236. tespy-0.10.0.dev0/tutorial/heat_pump_exergy/heat_pump_model.py +168 -0
  237. tespy-0.10.0.dev0/tutorial/heat_pump_exergy/plots.py +223 -0
  238. tespy-0.9.16.post3/docs/_static/images/tutorials/heat_pump_exergy/NH3_logph.svg +0 -5320
  239. tespy-0.9.16.post3/docs/_static/images/tutorials/heat_pump_exergy/NH3_sankey.svg +0 -666
  240. tespy-0.9.16.post3/docs/_static/images/tutorials/heat_pump_exergy/diagram_E_D.svg +0 -2195
  241. tespy-0.9.16.post3/docs/_static/images/tutorials/heat_pump_exergy/diagram_E_D_darkmode.svg +0 -2195
  242. tespy-0.9.16.post3/docs/advanced/exergy.rst +0 -499
  243. tespy-0.9.16.post3/docs/advanced_tutorials/heat_exchangers.rst +0 -311
  244. tespy-0.9.16.post3/docs/advanced_tutorials/heat_pump_exergy.rst +0 -735
  245. tespy-0.9.16.post3/docs/api/_images/combustion_engine_Q1_char_DEFAULT.svg +0 -1217
  246. tespy-0.9.16.post3/docs/api/_images/combustion_engine_Q2_char_DEFAULT.svg +0 -1240
  247. tespy-0.9.16.post3/docs/api/_images/combustion_engine_Qloss_char_DEFAULT.svg +0 -1169
  248. tespy-0.9.16.post3/docs/api/_images/combustion_engine_tiP_char_DEFAULT.svg +0 -1147
  249. tespy-0.9.16.post3/docs/api/_images/compressor_char_map_eta_s_DEFAULT.svg +0 -1339
  250. tespy-0.9.16.post3/docs/api/_images/compressor_char_map_pr_DEFAULT.svg +0 -1288
  251. tespy-0.9.16.post3/docs/api/_images/compressor_eta_s_char_DEFAULT.svg +0 -1153
  252. tespy-0.9.16.post3/docs/api/_images/condenser_kA_char1_DEFAULT.svg +0 -1192
  253. tespy-0.9.16.post3/docs/api/_images/condenser_kA_char2_DEFAULT.svg +0 -1228
  254. tespy-0.9.16.post3/docs/api/_images/desuperheater_kA_char1_DEFAULT.svg +0 -1238
  255. tespy-0.9.16.post3/docs/api/_images/desuperheater_kA_char2_DEFAULT.svg +0 -1228
  256. tespy-0.9.16.post3/docs/api/_images/heat_exchanger_kA_char1_CONDENSING_FLUID.svg +0 -1286
  257. tespy-0.9.16.post3/docs/api/_images/heat_exchanger_kA_char1_DEFAULT.svg +0 -1238
  258. tespy-0.9.16.post3/docs/api/_images/heat_exchanger_kA_char2_DEFAULT.svg +0 -1228
  259. tespy-0.9.16.post3/docs/api/_images/heat_exchanger_kA_char2_EVAPORATING_FLUID.svg +0 -1314
  260. tespy-0.9.16.post3/docs/api/_images/heat_exchanger_simple_kA_char_DEFAULT.svg +0 -1237
  261. tespy-0.9.16.post3/docs/api/_images/pipe_kA_char_DEFAULT.svg +0 -1237
  262. tespy-0.9.16.post3/docs/api/_images/pump_eta_s_char_DEFAULT.svg +0 -1218
  263. tespy-0.9.16.post3/docs/api/_images/turbine_eta_s_char_DEFAULT.svg +0 -1188
  264. tespy-0.9.16.post3/docs/api/_images/turbine_eta_s_char_TRAUPEL.svg +0 -1196
  265. tespy-0.9.16.post3/docs/api/_images/water_electrolyzer_eta_char_DEFAULT.svg +0 -1094
  266. tespy-0.9.16.post3/docs/api/data.rst +0 -160
  267. tespy-0.9.16.post3/docs/getting_started/installation.rst +0 -83
  268. tespy-0.9.16.post3/docs/scripts/generate_tespy_data_module.py +0 -106
  269. tespy-0.9.16.post3/docs/scripts/heat_exchangers/Condenser.py +0 -96
  270. tespy-0.9.16.post3/docs/scripts/heat_exchangers/HeatExchanger.py +0 -89
  271. tespy-0.9.16.post3/docs/scripts/heat_exchangers/MovingBoundaryHeatExchanger.py +0 -91
  272. tespy-0.9.16.post3/docs/scripts/heat_exchangers/SectionedHeatExchanger.py +0 -131
  273. tespy-0.9.16.post3/docs/scripts/heat_exchangers/Sectioned_vs_Moving_near_critical.py +0 -101
  274. tespy-0.9.16.post3/docs/scripts/heat_exchangers/Sectioned_vs_Moving_pressure_drop.py +0 -185
  275. tespy-0.9.16.post3/src/tespy/components/heat_exchangers/condenser.py +0 -469
  276. tespy-0.9.16.post3/src/tespy/components/heat_exchangers/desuperheater.py +0 -265
  277. tespy-0.9.16.post3/src/tespy/components/heat_exchangers/parallel.py +0 -309
  278. tespy-0.9.16.post3/src/tespy/components/power/generator.py +0 -288
  279. tespy-0.9.16.post3/src/tespy/components/power/motor.py +0 -288
  280. tespy-0.9.16.post3/src/tespy/components/turbomachinery/polynomial_compressor.py +0 -55
  281. tespy-0.9.16.post3/src/tespy/connections/bus.py +0 -446
  282. tespy-0.9.16.post3/src/tespy/connections/powerconnection.py +0 -216
  283. tespy-0.9.16.post3/src/tespy/data/ChemEx/Ahrendts.json +0 -90
  284. tespy-0.9.16.post3/src/tespy/data/ChemEx/Szargut1988.json +0 -83
  285. tespy-0.9.16.post3/src/tespy/data/ChemEx/Szargut2007.json +0 -84
  286. tespy-0.9.16.post3/src/tespy/tools/analyses.py +0 -913
  287. tespy-0.9.16.post3/src/tespy/tools/fluid_properties/functions.py +0 -385
  288. tespy-0.9.16.post3/src/tespy/tools/fluid_properties/mixtures.py +0 -468
  289. tespy-0.9.16.post3/src/tespy/tools/global_vars.py +0 -139
  290. tespy-0.9.16.post3/tests/test_analyses/test_exergy_analysis.py +0 -655
  291. tespy-0.9.16.post3/tests/test_busses.py +0 -245
  292. tespy-0.9.16.post3/tests/test_heat_pump_exergy.py +0 -15
  293. tespy-0.9.16.post3/tests/test_models/test_solar_energy_generating_system.py +0 -416
  294. tespy-0.9.16.post3/tests/test_networks/_design_state.json +0 -1
  295. tespy-0.9.16.post3/tests/test_networks/_exported_nwk.json +0 -1599
  296. tespy-0.9.16.post3/tutorial/heat_pump_exergy/NH3.py +0 -156
  297. tespy-0.9.16.post3/tutorial/heat_pump_exergy/NH3_calculations.py +0 -369
  298. tespy-0.9.16.post3/tutorial/heat_pump_exergy/R410A.py +0 -146
  299. tespy-0.9.16.post3/tutorial/heat_pump_exergy/R410A_calculations.py +0 -359
  300. tespy-0.9.16.post3/tutorial/heat_pump_exergy/plots.py +0 -223
  301. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/.editorconfig +0 -0
  302. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/.pep8speaks.yml +0 -0
  303. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/.readthedocs.yml +0 -0
  304. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/CODE_OF_CONDUCT.md +0 -0
  305. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/CONTRIBUTING.md +0 -0
  306. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/LICENSE +0 -0
  307. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/PULL_REQUEST_TEMPLATE.md +0 -0
  308. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/css/custom.css +0 -0
  309. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/advanced/exergy/flowsheet.svg +0 -0
  310. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/advanced/exergy/flowsheet_darkmode.svg +0 -0
  311. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/advanced/exergy/sankey.svg +0 -0
  312. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/district_heating.svg +0 -0
  313. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/district_heating_darkmode.svg +0 -0
  314. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/district_heating_partload.svg +0 -0
  315. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/district_heating_partload_darkmode.svg +0 -0
  316. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/gas_turbine.svg +0 -0
  317. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/gas_turbine_darkmode.svg +0 -0
  318. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/gas_turbine_fuel_composition.svg +0 -0
  319. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/gas_turbine_fuel_composition_darkmode.svg +0 -0
  320. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/gas_turbine_oxygen.svg +0 -0
  321. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/gas_turbine_oxygen_darkmode.svg +0 -0
  322. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/gas_turbine_parametric.svg +0 -0
  323. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/gas_turbine_parametric_darkmode.svg +0 -0
  324. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/heat_pump.svg +0 -0
  325. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/heat_pump_darkmode.svg +0 -0
  326. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/heat_pump_parametric.svg +0 -0
  327. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/heat_pump_parametric_darkmode.svg +0 -0
  328. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/modeling_concept.svg +0 -0
  329. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/rankine_cycle.svg +0 -0
  330. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/rankine_cycle_darkmode.svg +0 -0
  331. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/rankine_parametric.svg +0 -0
  332. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/rankine_parametric_darkmode.svg +0 -0
  333. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/rankine_partload.svg +0 -0
  334. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/rankine_partload_darkmode.svg +0 -0
  335. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/rankine_ts_diagram.svg +0 -0
  336. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/basics/rankine_ts_diagram_darkmode.svg +0 -0
  337. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/examples/GRC_flowsheet.svg +0 -0
  338. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/examples/GRC_flowsheet_darkmode.svg +0 -0
  339. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/examples/ORC_parametric_flowsheet.svg +0 -0
  340. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/examples/ORC_parametric_flowsheet_darkmode.svg +0 -0
  341. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/examples/PM_CAES_graphical-abstract.svg +0 -0
  342. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/examples/PM_CAES_graphical-abstract_darkmode.svg +0 -0
  343. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/examples/heatpumps.png +0 -0
  344. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/examples/heatpumps_darkmode.png +0 -0
  345. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_big.svg +0 -0
  346. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_big_darkmode.svg +0 -0
  347. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_big_editable_font.svg +0 -0
  348. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_mid.svg +0 -0
  349. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_mid_christmas.svg +0 -0
  350. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_mid_darkmode.svg +0 -0
  351. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_mid_darkmode_christmas.svg +0 -0
  352. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_mid_editable_font.svg +0 -0
  353. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_mini.svg +0 -0
  354. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_small.svg +0 -0
  355. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/logo_tespy_small_darkmode.svg +0 -0
  356. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/Ts_diagram_states.svg +0 -0
  357. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/characteristics.svg +0 -0
  358. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/characteristics_darkmode.svg +0 -0
  359. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/connections.svg +0 -0
  360. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/connections_darkmode.svg +0 -0
  361. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/fluid_properties.svg +0 -0
  362. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/fluid_properties_darkmode.svg +0 -0
  363. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/logph_diagram_states.svg +0 -0
  364. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/subsystem_waste_heat_generator.svg +0 -0
  365. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/subsystem_waste_heat_generator_darkmode.svg +0 -0
  366. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/ude.svg +0 -0
  367. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/modules/ude_darkmode.svg +0 -0
  368. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/segs.jpeg +0 -0
  369. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/system.svg +0 -0
  370. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/system_darkmode.svg +0 -0
  371. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_features/characteristics.svg +0 -0
  372. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_features/characteristics_darkmode.svg +0 -0
  373. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_features/custom_components.svg +0 -0
  374. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_features/custom_components_darkmode.svg +0 -0
  375. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_features/custom_eos.svg +0 -0
  376. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_features/custom_eos_darkmode.svg +0 -0
  377. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_features/ude.svg +0 -0
  378. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_features/ude_darkmode.svg +0 -0
  379. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/SectionedHeatExchanger_vs_HeatExchanger.svg +0 -0
  380. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/SectionedHeatExchanger_vs_HeatExchanger_darkmode.svg +0 -0
  381. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/debugging.svg +0 -0
  382. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/debugging_darkmode.svg +0 -0
  383. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/drawing_pcwc.svg +0 -0
  384. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/drawing_pcwc_darkmode.svg +0 -0
  385. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/heat_pump_exergy.svg +0 -0
  386. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/heat_pump_exergy_darkmode.svg +0 -0
  387. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/heat_pump_starting_values.svg +0 -0
  388. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/heat_pump_starting_values_darkmode.svg +0 -0
  389. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/heat_pump_stepwise.svg +0 -0
  390. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/heat_pump_stepwise_darkmode.svg +0 -0
  391. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/powerconnection.svg +0 -0
  392. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/advanced_tutorials/powerconnection_darkmode.svg +0 -0
  393. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/components.svg +0 -0
  394. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/components_darkmode.svg +0 -0
  395. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/connections.svg +0 -0
  396. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/connections_darkmode.svg +0 -0
  397. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/fluid_properties.svg +0 -0
  398. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/fluid_properties_darkmode.svg +0 -0
  399. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/network.svg +0 -0
  400. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/network_darkmode.svg +0 -0
  401. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/subsystem.svg +0 -0
  402. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/building_blocks/subsystem_darkmode.svg +0 -0
  403. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/community/community.svg +0 -0
  404. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/community/community_darkmode.svg +0 -0
  405. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/community/contribute.svg +0 -0
  406. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/community/contribute_darkmode.svg +0 -0
  407. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/community/support.svg +0 -0
  408. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/community/support_darkmode.svg +0 -0
  409. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/documentation/api.svg +0 -0
  410. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/documentation/api_darkmode.svg +0 -0
  411. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/documentation/changelog.svg +0 -0
  412. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/documentation/changelog_darkmode.svg +0 -0
  413. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/documentation/github.svg +0 -0
  414. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/documentation/github_darkmode.svg +0 -0
  415. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/integrate_exergy.svg +0 -0
  416. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/integrate_exergy_darkmode.svg +0 -0
  417. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/integrate_solph.svg +0 -0
  418. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/integrate_solph_darkmode.svg +0 -0
  419. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/intro_te.svg +0 -0
  420. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/intro_te_darkmode.svg +0 -0
  421. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/master_course.svg +0 -0
  422. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/master_course_darkmode.svg +0 -0
  423. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/solar.svg +0 -0
  424. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/educational/solar_darkmode.svg +0 -0
  425. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/examples_benchmarks/benchmark.svg +0 -0
  426. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/examples_benchmarks/benchmark_darkmode.svg +0 -0
  427. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/examples_benchmarks/example.svg +0 -0
  428. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/examples_benchmarks/example_darkmode.svg +0 -0
  429. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/about_tespy.svg +0 -0
  430. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/about_tespy_darkmode.svg +0 -0
  431. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/basic_tutorials.svg +0 -0
  432. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/basic_tutorials_darkmode.svg +0 -0
  433. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/district_heating.svg +0 -0
  434. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/district_heating_darkmode.svg +0 -0
  435. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/gas_turbine.svg +0 -0
  436. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/gas_turbine_darkmode.svg +0 -0
  437. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/heat_pump.svg +0 -0
  438. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/heat_pump_darkmode.svg +0 -0
  439. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/installation.svg +0 -0
  440. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/installation_darkmode.svg +0 -0
  441. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/modeling_concept.svg +0 -0
  442. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/modeling_concept_darkmode.svg +0 -0
  443. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/rankine_cycle.svg +0 -0
  444. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/getting_started/rankine_cycle_darkmode.svg +0 -0
  445. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/class_template_workflow.svg +0 -0
  446. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/class_template_workflow_darkmode.svg +0 -0
  447. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/exerpy.svg +0 -0
  448. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/exerpy_darkmode.svg +0 -0
  449. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/mc_old.svg +0 -0
  450. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/mc_old_darkmode.svg +0 -0
  451. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/model_coupling.svg +0 -0
  452. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/model_coupling_darkmode.svg +0 -0
  453. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/optimization_result.svg +0 -0
  454. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/integration/optimization_result_darkmode.svg +0 -0
  455. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/knowledge/education.svg +0 -0
  456. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/knowledge/education_darkmode.svg +0 -0
  457. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/knowledge/faq.svg +0 -0
  458. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/knowledge/faq_darkmode.svg +0 -0
  459. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/knowledge/literature.svg +0 -0
  460. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/thumbnails/knowledge/literature_darkmode.svg +0 -0
  461. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/compressor_with_cooling/drawing_pcwc.svg +0 -0
  462. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/compressor_with_cooling/drawing_pcwc_darkmode.svg +0 -0
  463. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/district_heating_system/dhs.svg +0 -0
  464. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/district_heating_system/dhs_closed.svg +0 -0
  465. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/district_heating_system/dhs_forks.svg +0 -0
  466. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/district_heating_system/dhs_open.svg +0 -0
  467. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/Condenser.svg +0 -0
  468. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/Condenser_darkmode.svg +0 -0
  469. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/HeatExchanger.svg +0 -0
  470. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/HeatExchanger_darkmode.svg +0 -0
  471. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/MovingBoundaryHeatExchanger.svg +0 -0
  472. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/MovingBoundaryHeatExchanger_darkmode.svg +0 -0
  473. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/SectionedHeatExchanger.svg +0 -0
  474. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/SectionedHeatExchanger_darkmode.svg +0 -0
  475. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/SectionedHeatExchanger_sectionscompare.svg +0 -0
  476. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/SectionedHeatExchanger_sectionscompare_darkmode.svg +0 -0
  477. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/SectionedHeatExchanger_vs_HeatExchanger.svg +0 -0
  478. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/SectionedHeatExchanger_vs_HeatExchanger_darkmode.svg +0 -0
  479. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/Sectioned_vs_Moving_near_critical.svg +0 -0
  480. {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
  481. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_exchangers/Sectioned_vs_Moving_pressure_drop.svg +0 -0
  482. {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
  483. {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
  484. {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
  485. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_exergy/flowsheet.svg +0 -0
  486. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_exergy/flowsheet_darkmode.svg +0 -0
  487. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_starting_values/COP_by_wf.svg +0 -0
  488. {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
  489. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_starting_values/flowsheet.svg +0 -0
  490. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_starting_values/flowsheet_darkmode.svg +0 -0
  491. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_starting_values/logph.svg +0 -0
  492. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_stepwise/flowsheet.svg +0 -0
  493. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_stepwise/flowsheet_darkmode.svg +0 -0
  494. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_stepwise/flowsheet_p1.svg +0 -0
  495. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_stepwise/flowsheet_p1_darkmode.svg +0 -0
  496. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_stepwise/flowsheet_p2.svg +0 -0
  497. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/heat_pump_stepwise/flowsheet_p2_darkmode.svg +0 -0
  498. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/optimization/flowsheet.svg +0 -0
  499. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/optimization/flowsheet_darkmode.svg +0 -0
  500. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/optimization/optimization_result.svg +0 -0
  501. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/optimization/optimization_result_darkmode.svg +0 -0
  502. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/osmses-2023.svg +0 -0
  503. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/images/tutorials/osmses-2023_darkmode.svg +0 -0
  504. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_static/js/custom.js +0 -0
  505. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/_templates/index.html +0 -0
  506. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced/optimization.rst +0 -0
  507. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_features/characteristics.rst +0 -0
  508. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/advanced_tutorials/district_heating.rst +0 -0
  509. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/CombustionChamber.svg +0 -0
  510. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/CombustionChamber_darkmode.svg +0 -0
  511. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/CombustionEngine.svg +0 -0
  512. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/CombustionEngine_darkmode.svg +0 -0
  513. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Compressor.svg +0 -0
  514. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Compressor_darkmode.svg +0 -0
  515. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Condenser.svg +0 -0
  516. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Condenser_darkmode.svg +0 -0
  517. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/DropletSeparator.svg +0 -0
  518. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/DropletSeparator_darkmode.svg +0 -0
  519. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Drum.svg +0 -0
  520. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Drum_darkmode.svg +0 -0
  521. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/FuelCell.svg +0 -0
  522. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/FuelCell_darkmode.svg +0 -0
  523. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Generator.svg +0 -0
  524. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Generator_darkmode.svg +0 -0
  525. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/HeatExchanger.svg +0 -0
  526. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/HeatExchanger_darkmode.svg +0 -0
  527. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Merge.svg +0 -0
  528. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Merge_darkmode.svg +0 -0
  529. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Motor.svg +0 -0
  530. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Motor_darkmode.svg +0 -0
  531. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Node.svg +0 -0
  532. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Node_darkmode.svg +0 -0
  533. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/ParabolicTrough.svg +0 -0
  534. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/ParabolicTrough_darkmode.svg +0 -0
  535. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Pipe.svg +0 -0
  536. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Pipe_darkmode.svg +0 -0
  537. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/PolynomialCompressorWithCooling.svg +0 -0
  538. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/PolynomialCompressorWithCooling_darkmode.svg +0 -0
  539. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/PowerBus.svg +0 -0
  540. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/PowerBus_darkmode.svg +0 -0
  541. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Pump.svg +0 -0
  542. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Pump_darkmode.svg +0 -0
  543. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/SolarCollector.svg +0 -0
  544. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/SolarCollector_darkmode.svg +0 -0
  545. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Splitter.svg +0 -0
  546. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Splitter_darkmode.svg +0 -0
  547. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/SubsystemInterface.svg +0 -0
  548. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/SubsystemInterface_darkmode.svg +0 -0
  549. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Turbine.svg +0 -0
  550. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Turbine_darkmode.svg +0 -0
  551. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Valve.svg +0 -0
  552. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/Valve_darkmode.svg +0 -0
  553. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/WaterElectrolyzer.svg +0 -0
  554. {tespy-0.9.16.post3/docs/api/_images → tespy-0.10.0.dev0/docs/api/_images/components}/WaterElectrolyzer_darkmode.svg +0 -0
  555. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.basics.rst +0 -0
  556. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.combustion.rst +0 -0
  557. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.displacementmachinery.rst +0 -0
  558. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.heat.rst +0 -0
  559. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.heat_exchangers.rst +0 -0
  560. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.nodes.rst +0 -0
  561. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.piping.rst +0 -0
  562. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.power.rst +0 -0
  563. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.reactors.rst +0 -0
  564. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.components.rst +0 -0
  565. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.connections.rst +0 -0
  566. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.models.rst +0 -0
  567. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.networks.rst +0 -0
  568. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api/tespy.tools.fluid_properties.rst +0 -0
  569. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/api.rst +0 -0
  570. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/basic_tutorials/gas_turbine.rst +0 -0
  571. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/basic_tutorials/heat_pump.rst +0 -0
  572. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/basic_tutorials.rst +0 -0
  573. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/building_blocks.rst +0 -0
  574. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/community/community.rst +0 -0
  575. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/community/support.rst +0 -0
  576. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/community.rst +0 -0
  577. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/documentation.rst +0 -0
  578. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/examples/applications.rst +0 -0
  579. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/examples/benchmarks.rst +0 -0
  580. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/examples_benchmarks.rst +0 -0
  581. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/getting_started.rst +0 -0
  582. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/index.rst +1 -1
  583. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/integration/model_coupling.rst +0 -0
  584. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/integration.rst +0 -0
  585. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/jupyter_execute/103cf003f77985f0090c7402671b30cda8568ad8a60db8bb0ddb6ecc4aeccca0.png +0 -0
  586. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/jupyter_execute/2a67118144ce1ceb19a010cf14ebaaade9bfed3d5a7c0ce78463ac44e4746a7b.png +0 -0
  587. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/jupyter_execute/9090b0f9201655c90b68f2b81809b333db4af2bcf7fa6f8962da1682b24e7788.png +0 -0
  588. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/jupyter_execute/b48fc84774bcfc2164a7a84818401cb10c93986b1c4b287e9b9b855f8ab0f9f0.png +0 -0
  589. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/jupyter_execute/c2abdca096877f2a9ea043e45af625717362e5498f1de2ab97d093d4424bdc41.png +0 -0
  590. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/knowledge_center/educational_resources.rst +0 -0
  591. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/knowledge_center.rst +0 -0
  592. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/references.bib +0 -0
  593. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-0-1.rst +0 -0
  594. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-0-2.rst +0 -0
  595. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-0-3.rst +0 -0
  596. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-0-4.rst +0 -0
  597. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-0-5.rst +0 -0
  598. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-1-0.rst +0 -0
  599. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-1-1.rst +0 -0
  600. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-1-2.rst +0 -0
  601. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-1-3.rst +0 -0
  602. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-1-4.rst +0 -0
  603. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-2-0.rst +0 -0
  604. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-2-1.rst +0 -0
  605. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-2-2.rst +0 -0
  606. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-3-1.rst +0 -0
  607. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-3-2.rst +0 -0
  608. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-3-3.rst +0 -0
  609. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-3-4.rst +0 -0
  610. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-4-0.rst +0 -0
  611. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-4-1.rst +0 -0
  612. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-4-2.rst +0 -0
  613. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-4-3-001.rst +0 -0
  614. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-4-3-003.rst +0 -0
  615. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-4-3.rst +0 -0
  616. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-4-4.rst +0 -0
  617. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-5-0.rst +0 -0
  618. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-5-1.rst +0 -0
  619. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-6-0.rst +0 -0
  620. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-6-1.rst +0 -0
  621. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-6-2.rst +0 -0
  622. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-6-3.rst +0 -0
  623. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-0.rst +0 -0
  624. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-1.rst +0 -0
  625. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-2.rst +0 -0
  626. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-3.rst +0 -0
  627. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-4.rst +0 -0
  628. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-5.rst +0 -0
  629. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-6-001.rst +0 -0
  630. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-6.rst +0 -0
  631. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-7.rst +0 -0
  632. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-8-001.rst +0 -0
  633. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-8-002.rst +0 -0
  634. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-8.rst +0 -0
  635. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-7-9.rst +0 -0
  636. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-8-0-001.rst +0 -0
  637. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-8-1.rst +0 -0
  638. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-8-2.rst +0 -0
  639. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-8-3.rst +0 -0
  640. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-0.rst +0 -0
  641. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-1.rst +0 -0
  642. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-10.rst +0 -0
  643. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-11.rst +0 -0
  644. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-12.rst +0 -0
  645. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-13.rst +0 -0
  646. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-14.rst +0 -0
  647. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-15.rst +0 -0
  648. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-16.rst +0 -0
  649. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-2.rst +0 -0
  650. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-3.rst +0 -0
  651. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-4.rst +0 -0
  652. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-5.rst +0 -0
  653. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-6.rst +0 -0
  654. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-7.rst +0 -0
  655. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-8.rst +0 -0
  656. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/whats_new/v0-9-9.rst +0 -0
  657. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/docs/zliterature.rst +0 -0
  658. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/paper.bib +0 -0
  659. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/paper.md +0 -0
  660. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/__pint_cache__/0.25.3/40ea28c3f1c2a24ebf70d111b63cc4f03ac7b35c.json +0 -0
  661. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/__pint_cache__/0.25.3/40ea28c3f1c2a24ebf70d111b63cc4f03ac7b35c.pickle +0 -0
  662. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/__pint_cache__/0.25.3/492f74611e57b81607c565b8e330aea86ea0bcfe.json +0 -0
  663. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/__pint_cache__/0.25.3/492f74611e57b81607c565b8e330aea86ea0bcfe.pickle +0 -0
  664. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/__pint_cache__/0.25.3/6177f3115e5f1e95b798017067def615039cc416.json +0 -0
  665. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/__pint_cache__/0.25.3/6177f3115e5f1e95b798017067def615039cc416.pickle +0 -0
  666. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/basics/__init__.py +0 -0
  667. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/combustion/__init__.py +0 -0
  668. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/customs/__init__.py +0 -0
  669. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/components/displacementmachinery/__init__.py +0 -0
  670. {tespy-0.9.16.post3/src/tespy/components/heat_exchangers → tespy-0.10.0.dev0/src/tespy/components/energy}/__init__.py +0 -0
  671. {tespy-0.9.16.post3/src/tespy/components/nodes → tespy-0.10.0.dev0/src/tespy/components/heat}/__init__.py +0 -0
  672. {tespy-0.9.16.post3/src/tespy/components/piping → tespy-0.10.0.dev0/src/tespy/components/heat_exchangers}/__init__.py +0 -0
  673. {tespy-0.9.16.post3/src/tespy/components/power → tespy-0.10.0.dev0/src/tespy/components/nodes}/__init__.py +0 -0
  674. {tespy-0.9.16.post3/src/tespy/components/reactors → tespy-0.10.0.dev0/src/tespy/components/piping}/__init__.py +0 -0
  675. {tespy-0.9.16.post3/src/tespy/components/turbomachinery → tespy-0.10.0.dev0/src/tespy/components/power}/__init__.py +0 -0
  676. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/models/__init__.py +0 -0
  677. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/networks/__init__.py +0 -0
  678. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/characteristics.py +0 -0
  679. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/logger.py +0 -0
  680. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/src/tespy/tools/plotting.py +0 -0
  681. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_advanced_tutorials.py +0 -0
  682. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_basic_tutorials.py +0 -0
  683. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_components/test_customs.py +0 -0
  684. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_models/cgam-ebsilon-results.csv +0 -0
  685. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_networks/test_binary_incompressible.py +0 -0
  686. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_characteristics.py +0 -0
  687. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_fluid_properties/test_exergy.py +0 -0
  688. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_fluid_properties/test_humid_mixtures.py +0 -0
  689. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_fluid_properties/test_iapws.py +0 -0
  690. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_fluid_properties/test_incompressible.py +0 -0
  691. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_fluid_properties/test_pyromat.py +0 -0
  692. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_helpers.py +0 -0
  693. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_optimization.py +0 -0
  694. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tests/test_tools/test_optimization_flat.py +0 -0
  695. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tox.ini +0 -0
  696. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/README.rst +0 -0
  697. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/basics/gas_turbine.py +0 -0
  698. {tespy-0.9.16.post3 → tespy-0.10.0.dev0}/tutorial/basics/heat_pump.py +0 -0
@@ -122,3 +122,9 @@ authors:
122
122
 
123
123
  - given-names: Konstantinos
124
124
  family-names: Papanikandros
125
+
126
+ - given-names: Ronit
127
+ family-names: Datta
128
+ alias: "@ronitd07"
129
+
130
+ - alias: "@Flefays"
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tespy
3
- Version: 0.9.16.post3
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.10
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
- If you have a working Python3 environment, use pypi to install the latest
166
- tespy version:
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
- If you have a working Python3 environment, use pypi to install the latest
112
- tespy version:
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