Skip to content

Commit

Permalink
Merge pull request #46 from oemof/feature/tespy020
Browse files Browse the repository at this point in the history
Update the examples for TESPy 0.2.0
  • Loading branch information
fwitte committed Jan 14, 2020
2 parents a9e517a + 6f9230c commit 5970270
Show file tree
Hide file tree
Showing 29 changed files with 1,677 additions and 3,124 deletions.
66 changes: 36 additions & 30 deletions oemof_examples/tespy/README.rst
@@ -1,4 +1,5 @@
Within this repository you will find the source code of various examples for `TESPy-applications <http://tespy.readthedocs.org>`_.
Within this repository you will find the source code of various examples for
`TESPy-applications <http://tespy.readthedocs.org>`_.

.. contents::
:depth: 1
Expand All @@ -8,46 +9,51 @@ Within this repository you will find the source code of various examples for `TE
Usage
=====

Download the example you want to check out or the whole repository and you are ready to start. In your python3 environment with `TESPy installed <http://tespy.readthedocs.io/en/master/installation.html>`_ run the python code, no additional package installation should be required.
Download the example you want to check out or the whole repository and you are
ready to start. In your python3 environment with `TESPy installed
<http://tespy.readthedocs.io/en/master/installation.html>`_ run the python
code, no additional package installation should be required.


Contributing
============

You are very welcome to add your own examples, improve the documentation or fix bugs, typos etc.. Just create a pull request or send us an e-mail (see `here <https://oemof.org/contact/>`_ for contact information).
If you want to add your own example please provide a short description and required packages to run the example.
You are very welcome to add your own examples, improve the documentation or fix
bugs, typos etc.. Just create a pull request or send us an e-mail
(see `here <https://oemof.org/contact/>`_ for contact information).
If you want to add your own example please provide a short description and
required packages to run the example.

Examples
========

* basic: Clausius rankine process as very basic example.
* btes_system: heat extraction from underground heat storage using btes.
* ccbp: Combined cycle power plant with backpressure steam turbine.
* chp: A simple backpressure turbine chp.

* backpressure-line at different loads and
* varying feed flow temperature levels.

* cogeneration_unit: Motoric CHP.

* combustion_chamber: Examples on how to work with combustion chambers in TESPy

* combustion_champer.py: using all fluid components individually
* combustion_chamber_stoich.py: using fluid aliases (flue gas is mixture of fresh air and stoichiometric flue gas)

* custom_variables: Example on how to use the custom variables feature for TESPy

* works with the features/custom_vars branch only at the moment

* clausius_rankine: Basic example of the clausius rankine process.
* clausius_rankine_chp: A simple backpressure turbine.

* backpressure-line at different loads and
* varying feed flow temperature levels.

* combined_cycle_chp: Combined cycle power plant with backpressure steam turbine.
* combustion: Examples on how to work with combustion in TESPy.

* combustion_champer: using all fluid components individually
* combustion_chamber_stoich: using fluid aliases (flue gas is mixture of
fresh air and stoichiometric flue gas)

* combustion_engine: Motoric CHP.

* custom_variables: Example on how to use the custom variables feature for TESPy.

* district_heating: A small district heating systems with about 150 components.
* modeling of pressure drop and
* energy loss at different ambient temperature levels.
* modeling of pressure drop and
* energy loss at different ambient temperature levels.

* heat_pump: A air/water to water heat pump for power-to-heat applications.

* COP for varying loads,
* varying ambient temperature levels and
* air vs. water as heat source.
* COP for varying loads,
* varying ambient temperature levels and
* air vs. water as heat source.

* solar_collector: An example to show, how the solar collector component can be implemented.
* solar_collector: An example to show, how the solar collector component can be
implemented.

0 comments on commit 5970270

Please sign in to comment.