Adding an ejector component? #545
Replies: 1 comment 6 replies
-
Hi @timorichert and thank you for reaching out! There was no public discussion I am aware of, thank you for bringing it up. I actually discussed this topic already with two groups of people, one of them being the main authors to the heatpumps dashboard. I will have to take a look on how the python package you linked here is modeling the component, and how to transfer that to tespy. There is quite a lot of things going on right now, so I cannot promise a quick implementation. If you would be willing to help out here please let me know. Maybe we can form a small task-force with the other interested people, looking at you @jfreissmann and @maltefritz. I could offer a little bit of guidance on how to implement new components to accelerate the first version. I will update you, once I find the time to look into that library. Best Francesco |
Beta Was this translation helpful? Give feedback.
-
Dear all,
I have started having a look at TESPy (and I'm impressed!), and also the heatpumps repository, offering readily modelled heat pump topologies based on TESPy (https://github.com/jfreissmann/heatpumps). Many heat pumps process improvements (IHX, economizer, cascading, ...) are covered by this excellent combined work. I'm wondering if it would be possible to also model an ejector as a heat pump process improvement, allowing to recover some of the otherwise lost work thrown away in the throttling valve.
Ejector Cycle example (Source: Annex 58 High-Temperature Heat Pumps Task 1 – Technologies, Task Report, https://heatpumpingtechnologies.org/publications/annex-58-high-temperature-heat-pumps-task-1-technologies-task-report/)
Here is an example of a Python code repo that models an ejector, and that could be used outright or offer guidance how it could be implemented: https://github.com/AdamBuruzs/simpy_ejector
Happy to hear your thoughts!
All the best,
Timo
P.S.: I had searched for ejector before writing, and hope I didn't miss a previous discussion!
Beta Was this translation helpful? Give feedback.
All reactions