Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the examples for TESPy 0.2.0 #46

Merged
merged 31 commits into from Jan 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
060dbe7
Rename the examples
maltefritz Dec 20, 2019
4916d2b
Update examples: clausius_rankine, combustion_chamber and combustion_…
maltefritz Dec 20, 2019
4cc1bbc
Fix typos
fwitte Dec 20, 2019
64f41e1
Fix indents
fwitte Dec 20, 2019
017583c
Update clausius_rankine, clausius_rankine_chp and combustion
maltefritz Jan 6, 2020
b2a361a
Merge branch 'feature/tespy020' of github.com:oemof/oemof-examples in…
maltefritz Jan 6, 2020
4ca42e6
Remove unused files
fwitte Jan 6, 2020
16c0a8b
Update script and results
fwitte Jan 6, 2020
2cdb9a7
Replace source/sink construction with cycle_closer
fwitte Jan 6, 2020
2611289
Remove unused files
fwitte Jan 6, 2020
df12a38
Remove unused files
fwitte Jan 7, 2020
cddc840
Update combined_cycle_chp
maltefritz Jan 9, 2020
ed6b245
Updates according to v0.2.0
fwitte Jan 9, 2020
7439863
Updates according to v0.2.0
fwitte Jan 9, 2020
a354675
Merge branch 'feature/tespy020' of github.com:oemof/oemof_examples in…
fwitte Jan 9, 2020
bca0f17
Fix typo
fwitte Jan 9, 2020
b0c5a1c
Parameter adjustment
fwitte Jan 9, 2020
e93d68e
Update the example of combustion engine
maltefritz Jan 9, 2020
bedf3fc
Merge branch 'feature/tespy020' of github.com:oemof/oemof-examples in…
maltefritz Jan 9, 2020
05c11df
Add parameter for pipe temperature difference
fwitte Jan 9, 2020
fe52773
Merge branch 'feature/tespy020' of github.com:oemof/oemof_examples in…
fwitte Jan 9, 2020
df0394f
Update the example of heat pump air and heat pump water
maltefritz Jan 9, 2020
c6c336b
Merge branch 'feature/tespy020' of github.com:oemof/oemof-examples in…
maltefritz Jan 9, 2020
bfb2abe
Update the example of solar collector
maltefritz Jan 13, 2020
abb45f2
Remove network files
fwitte Jan 13, 2020
5559391
Update script
fwitte Jan 13, 2020
e5473df
Update some parameters
fwitte Jan 13, 2020
5be0132
Remove network files
fwitte Jan 13, 2020
43569b2
Remove plot.py
fwitte Jan 13, 2020
8ac8bdd
Fix double value
fwitte Jan 13, 2020
6f9230c
Update plots
fwitte Jan 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.