diff --git a/docs/_static/images/examples/heatpumps.png b/docs/_static/images/examples/heatpumps.png new file mode 100644 index 000000000..0e8c208c6 Binary files /dev/null and b/docs/_static/images/examples/heatpumps.png differ diff --git a/docs/_static/images/examples/heatpumps_darkmode.png b/docs/_static/images/examples/heatpumps_darkmode.png new file mode 100644 index 000000000..e4476a002 Binary files /dev/null and b/docs/_static/images/examples/heatpumps_darkmode.png differ diff --git a/docs/examples.rst b/docs/examples.rst index 7c5156fc5..90d75929b 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -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** diff --git a/docs/references.bib b/docs/references.bib index 07f2fd5e3..92af8f165 100644 --- a/docs/references.bib +++ b/docs/references.bib @@ -402,3 +402,12 @@ @book{Knacke1991 year={1991}, publisher={Springer-Verlag} } + +@inproceedings{Fritz2024, + url = {https://energieforschungsverbund.hamburg/norddeutsches/zweite-konferenz-zur-norddeutschen-waermeforschung-768742}, + booktitle = {Tagungsband der zweiten Konferenz zur Norddeutschen Wärmeforschung}, + year = 2024, + publisher = {Energieforschungsverbund Hamburg (EFH)}, + author = {Fritz, Malte and Freißmann, Jonas and Tuschy, Ilja}, + title = {Open-Source Web Dashboard zur Simulation, Analyse und Bewertung von Wärmepumpen} +}