.coveragerc
.editorconfig
.gitignore
.pep8speaks.yml
.readthedocs.yml
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
PULL_REQUEST_TEMPLATE.md
README.rst
paper.bib
paper.md
pyproject.toml
setup.cfg
setup.py
tox.ini
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/requirements.txt
ci/templates/.appveyor.yml
ci/templates/.travis.yml
ci/templates/tox.ini
docs/api.rst
docs/conf.py
docs/developing_tespy.rst
docs/first_steps.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/references.bib
docs/requirements.txt
docs/tespy_modules.rst
docs/tutorials_examples.rst
docs/whats_new.rst
docs/zliterature.rst
docs/api/modules.rst
docs/api/tespy.components.rst
docs/api/tespy.networks.rst
docs/api/tespy.rst
docs/api/tespy.tools.rst
docs/api/_images/basic.svg
docs/api/_images/basic_efficiency.svg
docs/api/_images/cc_bp.svg
docs/api/_images/chp.svg
docs/api/_images/chp_PQ.svg
docs/api/_images/combustion_chamber.svg
docs/api/_images/combustion_engine.svg
docs/api/_images/compressor.svg
docs/api/_images/condenser.svg
docs/api/_images/dhs.svg
docs/api/_images/dhs_closed.svg
docs/api/_images/dhs_forks.svg
docs/api/_images/dhs_open.svg
docs/api/_images/droplet_separator.svg
docs/api/_images/drum.svg
docs/api/_images/heat_exchanger.svg
docs/api/_images/heat_pump.svg
docs/api/_images/heat_pump_COP_air.svg
docs/api/_images/heat_pump_COP_water.svg
docs/api/_images/heat_pump_example.svg
docs/api/_images/intro_connections.svg
docs/api/_images/intro_district_heating_scheme.svg
docs/api/_images/logph_diagram_states.svg
docs/api/_images/merge.svg
docs/api/_images/node.svg
docs/api/_images/orc_evaporator.svg
docs/api/_images/parabolic_trough.svg
docs/api/_images/pipe.svg
docs/api/_images/power_plant_two_extractions.svg
docs/api/_images/pump.svg
docs/api/_images/scatterplot_efficiency_optimization.svg
docs/api/_images/solar_collector.svg
docs/api/_images/split.svg
docs/api/_images/subsys_interface.svg
docs/api/_images/subsystem_waste_heat_generator.svg
docs/api/_images/turbine.svg
docs/api/_images/tutorial_heat_pump.svg
docs/api/_images/valve.svg
docs/api/_images/water_electrolyzer.svg
docs/tespy_modules/characteristics.rst
docs/tespy_modules/components.rst
docs/tespy_modules/connections.rst
docs/tespy_modules/fluid_properties.rst
docs/tespy_modules/networks.rst
docs/tespy_modules/other.rst
docs/tespy_modules/subsystems.rst
docs/tutorials_examples/clausius_rankine.rst
docs/tutorials_examples/clausius_rankine_chp.rst
docs/tutorials_examples/combined_cycle_chp.rst
docs/tutorials_examples/combustion_engine.rst
docs/tutorials_examples/district_heating.rst
docs/tutorials_examples/heat_pump.rst
docs/tutorials_examples/solar_collector.rst
docs/tutorials_examples/tutorial_combustion_chamber.rst
docs/tutorials_examples/tutorial_heat_pump.rst
docs/tutorials_examples/tutorial_pygmo_optimization.rst
docs/whats_new/v0-0-1.rst
docs/whats_new/v0-0-2.rst
docs/whats_new/v0-0-3.rst
docs/whats_new/v0-0-4.rst
docs/whats_new/v0-0-5.rst
docs/whats_new/v0-1-0.rst
docs/whats_new/v0-1-1.rst
docs/whats_new/v0-1-2.rst
docs/whats_new/v0-1-3.rst
docs/whats_new/v0-1-4.rst
docs/whats_new/v0-2-0.rst
docs/whats_new/v0-2-1.rst
docs/whats_new/v0-2-2.rst
docs/whats_new/v0-3-0.rst
docs/whats_new/v0-3-1.rst
docs/whats_new/v0-3-2.rst
docs/whats_new/v0-3-3.rst
docs/whats_new/v0-3-4.rst
src/TESPy.egg-info/PKG-INFO
src/TESPy.egg-info/SOURCES.txt
src/TESPy.egg-info/dependency_links.txt
src/TESPy.egg-info/not-zip-safe
src/TESPy.egg-info/requires.txt
src/TESPy.egg-info/top_level.txt
src/tespy/__init__.py
src/tespy/connections.py
src/tespy/components/__init__.py
src/tespy/components/basics.py
src/tespy/components/combustion.py
src/tespy/components/components.py
src/tespy/components/customs.py
src/tespy/components/heat_exchangers.py
src/tespy/components/nodes.py
src/tespy/components/piping.py
src/tespy/components/reactors.py
src/tespy/components/subsystems.py
src/tespy/components/turbomachinery.py
src/tespy/data/__init__.py
src/tespy/data/char_lines.json
src/tespy/data/char_maps.json
src/tespy/networks/__init__.py
src/tespy/networks/network_reader.py
src/tespy/networks/networks.py
src/tespy/tools/__init__.py
src/tespy/tools/characteristics.py
src/tespy/tools/data_containers.py
src/tespy/tools/fluid_properties.py
src/tespy/tools/global_vars.py
src/tespy/tools/helpers.py
src/tespy/tools/logger.py
tests/test_busses.py
tests/test_errors.py
tests/test_components/test_combustion.py
tests/test_components/test_heat_exchangers.py
tests/test_components/test_orc_evaporator.py
tests/test_components/test_piping.py
tests/test_components/test_reactors.py
tests/test_components/test_turbomachinery.py
tests/test_models/test_gas_turbine_models.py
tests/test_models/test_heat_pump_model.py
tests/test_networks/test_network.py
tests/test_tools/test_characteristics.py
tests/test_tools/test_fluid_properties.py
tests/test_tools/test_helpers.py
tutorial/step_1.py
tutorial/step_2.py
tutorial/step_3.py