GSHP integrated with DH #579
Replies: 1 comment 2 replies
-
Hi @AlexanderKlimko, thanks for reaching out! TESPy has implementations for the following mixing rules
Because you are trying to use pure water mixed with ethanol, you cannot use any of the present mixing rules however, because they will always call the pure fluid properties from CoolProp. Those limit water to ~0 °C. Instead, you can either use CoolProp's inbuilt mixture backend for your specification ( On a side note: I would be interested in the results of your thesis, if you like to share them with me (I'll keep them confidential!) Best Francesco |
Beta Was this translation helpful? Give feedback.
-
I'm currently working on my master thesis in power generation through clean conversion technologies.
The project aim to provide economical benefits by improving the efficiency of residential ground source heat pumps (GSHP) using the return flow of the district heating network in Sweden. During the summer months the return flow of the district heating network is routed into the boreholes in order to increase the ground temperature. By increasing the temperature in the boreholes, the goal is to increase the coefficient of performance (COP) and amount of energy able to be retrieved of the GSHP. This is intended to decrease the compressor power during operation of the GSHP in the winter months, resulting in lower costs for the operator of the GSHP. Further, by enabling heat to be stored in the boreholes, economical benefits for the cogeneration plant operators are sought through sales of otherwise wasted heat during summer months.
I aim to simulate such a system using a combination of TESpy for the GSHP and pyg-function to simulate the thermal response in the boreholes. The model should be able to simulate the operation of such a proposed system for a time period of 40 years. Hence the part simulated using TESpy is done for each hour of simulation passing results into pyg-function and vice versa for the next time step.
However, I am running into an issue when trying to change the heat transfer fluid (HTF) for the borehole thermal energy storage (BTES) from 100% water to a mixture of 75% water and 25% ethanol. As ground temperatures go below 0°C in the winter, it's needed to add ethanol to the water in order to prevent freezing. I've tried using enthalpy instead of temperature for the HTF to no avail. The solver won't converge.
I'd be very happy for any comments, hints or tips on my code!
Beta Was this translation helpful? Give feedback.
All reactions