Skip to content

Add regeneration #328

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

Open
wouterpeere opened this issue Feb 8, 2025 · 0 comments
Open

Add regeneration #328

wouterpeere opened this issue Feb 8, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request Feature request Note a feature that would be useful

Comments

@wouterpeere
Copy link
Owner

Ground imbalance can cause you quite a lot of problems when it comes to geothermal design. Regeneration is one way to mitigate this imbalance. This issue has the goal of implementing regeneration as a method in GHEtool to enhance your design. The challenge is that it should be compatible with all methods.

The goal is to create a regeneration object, that can either be at a constant temperature (cf voltage source) or constant power (cf current source). We can also create temperature dependent regeneration objects (like dry coolers or solar thermal collectors) where, based on the available fluid temperature, the maximum power is retrieved.

There can be a couple of ways how we can implement this:

  • For temperature profile calculations, we can just add the regeneration load to our building load
  • We can try to minimise the imbalance for a given building and load, but we need to stay between the limits
  • We can use it with our optimise power/energy methods as an extra source for balancing the ground loads

Some methods can for example be:

  • Minimise Kh of temperature limitation crossings, where we use the regeneration to try to stick everything between the limits (compatible with just temperature profile plotting)
  • Calculate required depth with regeneration, where we need to check if regeneration will increase or decrease the required borefield size, based on the different borefield quadrants
  • Optimise energy/power where we want to use the regeneration to maximise the available energy/power from the ground

Since this issue will be rather comprehensive, it will probably be splitted into multiple, sub issues to implement these methods.

@wouterpeere wouterpeere self-assigned this Feb 8, 2025
@wouterpeere wouterpeere moved this to 🆕 New in GHEtool development Feb 8, 2025
@wouterpeere wouterpeere added enhancement New feature or request Feature request Note a feature that would be useful labels Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Feature request Note a feature that would be useful
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant