Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Oct 27, 2024
2 parents d647d48 + b836623 commit 4f0aee7
Show file tree
Hide file tree
Showing 22 changed files with 505 additions and 309 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: python -m build .
- name: Run twine check
run: twine check dist/*
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: tox-gh-actions-dist
path: dist
Binary file added docs/_static/images/examples/heatpumps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,39 @@ of the application should be accessible freely, so other users can learn from
your project.


.. card::

**Dashboard for the exploration of various heat pump designs**
^^^

.. image:: /_static/images/examples/heatpumps.png
:align: center
:alt: Heatpumps Dashboard
:class: only-light
:target: https://github.com/jfreissmann/heatpumps

.. image:: /_static/images/examples/heatpumps_darkmode.png
:align: center
:alt: Heatpumps Dashboard
:class: only-dark
:target: https://github.com/jfreissmann/heatpumps

The streamlit dashboard *heatpumps* provides users with powerful tools for
both design and part load simulation of a comprehensive library of heat
pump topologies. Furthermore, TESPy's integration of CoolProp facilitates
the use of a wide range of refrigerants. The exploration of simulation
results is supported by fluprodia's state diagrams as well as the TESPy
built-in exergy analysis feature. An assessment of the economic
attractiveness of different heat pump setups is enabled through a
component-based cost estimation.

+++
Title: heatpumps

Authors: Jonas Freißmann, Malte Fritz

Reference: :cite:`Fritz2024`

.. card::

**Coupled Porous Media Storage and Power Plant Simulation**
Expand Down
Loading

0 comments on commit 4f0aee7

Please sign in to comment.