wouterpeere / GHEtool

GHEtool is an open-source tool for borefield sizing and ground temperature evolution plotting.
https://ghetool.eu
BSD 3-Clause "New" or "Revised" License
28 stars 11 forks source link

Speed up optimise energy method #308

Open wouterpeere opened 1 week ago

wouterpeere commented 1 week ago

Based on issue #306 it was found that for some profiles, the optimise energy method is very slow to converge, however it works. The problem is that, since the implementation of the EERCombined class, it is no longer a priori known what the ground load will be at a certain time. This issue has the goal of reimplementing this method in another way so it can cope with that challenge.