geoloop 1.0.0b1__tar.gz → 1.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. {geoloop-1.0.0b1/src/geoloop.egg-info → geoloop-1.0.1}/PKG-INFO +22 -14
  2. geoloop-1.0.1/README.md +92 -0
  3. {geoloop-1.0.0b1 → geoloop-1.0.1}/pyproject.toml +4 -3
  4. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/configuration.py +1 -1
  5. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/geoloopcore/b2g_ana.py +2 -21
  6. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/lithology/process_lithology.py +0 -2
  7. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/plotting/create_plots.py +19 -14
  8. {geoloop-1.0.0b1 → geoloop-1.0.1/src/geoloop.egg-info}/PKG-INFO +22 -14
  9. geoloop-1.0.0b1/README.md +0 -84
  10. {geoloop-1.0.0b1 → geoloop-1.0.1}/LICENSE.md +0 -0
  11. {geoloop-1.0.0b1 → geoloop-1.0.1}/setup.cfg +0 -0
  12. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/__init__.py +0 -0
  13. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/axisym/AxisymetricEL.py +0 -0
  14. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/axisym/__init__.py +0 -0
  15. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/bin/Flowdatamain.py +0 -0
  16. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/bin/Lithologymain.py +0 -0
  17. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/bin/Loadprofilemain.py +0 -0
  18. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/bin/Plotmain.py +0 -0
  19. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/bin/Runbatch.py +0 -0
  20. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/bin/Runmain.py +0 -0
  21. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/bin/SingleRunSim.py +0 -0
  22. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/bin/__init__.py +0 -0
  23. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/cli/__init__.py +0 -0
  24. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/cli/batch.py +0 -0
  25. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/cli/main.py +0 -0
  26. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/constants.py +0 -0
  27. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/geoloopcore/CoaxialPipe.py +0 -0
  28. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/geoloopcore/CustomPipe.py +0 -0
  29. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/geoloopcore/__init__.py +0 -0
  30. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/geoloopcore/b2g.py +0 -0
  31. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/geoloopcore/boreholedesign.py +0 -0
  32. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/geoloopcore/getloaddata.py +0 -0
  33. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/geoloopcore/pyg_ana.py +0 -0
  34. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/geoloopcore/pygfield_ana.py +0 -0
  35. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/geoloopcore/simulationparameters.py +0 -0
  36. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/geoloopcore/soilproperties.py +0 -0
  37. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/geoloopcore/strat_interpolator.py +0 -0
  38. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/lithology/__init__.py +0 -0
  39. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/lithology/plot_lithology.py +0 -0
  40. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/loadflowdata/__init__.py +0 -0
  41. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/loadflowdata/flow_data.py +0 -0
  42. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/loadflowdata/loadprofile.py +0 -0
  43. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/plotting/__init__.py +0 -0
  44. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/plotting/load_data.py +0 -0
  45. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/utils/RunManager.py +0 -0
  46. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/utils/__init__.py +0 -0
  47. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop/utils/helpers.py +0 -0
  48. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop.egg-info/SOURCES.txt +0 -0
  49. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop.egg-info/dependency_links.txt +0 -0
  50. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop.egg-info/entry_points.txt +0 -0
  51. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop.egg-info/requires.txt +0 -0
  52. {geoloop-1.0.0b1 → geoloop-1.0.1}/src/geoloop.egg-info/top_level.txt +0 -0
  53. {geoloop-1.0.0b1 → geoloop-1.0.1}/test/test_b2g.py +0 -0
  54. {geoloop-1.0.0b1 → geoloop-1.0.1}/test/test_b2g_ana.py +0 -0
  55. {geoloop-1.0.0b1 → geoloop-1.0.1}/test/test_h5.py +0 -0
  56. {geoloop-1.0.0b1 → geoloop-1.0.1}/test/test_lithology.py +0 -0
  57. {geoloop-1.0.0b1 → geoloop-1.0.1}/test/test_loadflowdata.py +0 -0
  58. {geoloop-1.0.0b1 → geoloop-1.0.1}/test/test_plotting.py +0 -0
  59. {geoloop-1.0.0b1 → geoloop-1.0.1}/test/test_pyg_ana.py +0 -0
  60. {geoloop-1.0.0b1 → geoloop-1.0.1}/test/test_pygfield_ana.py +0 -0
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geoloop
3
- Version: 1.0.0b1
4
- Summary: This is a Python package for simulation of (deep) Borehole Heat Exchanger (BHE) systems
3
+ Version: 1.0.1
4
+ Summary: This is a Python package for simulation of (deep) vertical Borehole Heat Exchanger (BHE) systems
5
5
  Author-email: Zanne Korevaar <zanne.korevaar@tno.nl>, Jan-Diederik van Wees <jan_diederik.vanwees@tno.nl>
6
- License: Apache 2.0
6
+ License-Expression: Apache-2.0
7
7
  Keywords: borehole heat exchanger,BHE,geothermal,ground-source heat pump,deep borehole heat exchanger
8
8
  Requires-Python: <3.14,>=3.12
9
9
  Description-Content-Type: text/markdown
@@ -33,20 +33,22 @@ Dynamic: license-file
33
33
 
34
34
  ## What is **Geoloop**?
35
35
 
36
- **Geoloop** is a Python package for simulating borehole heat exchanger (BHE) systems,
37
- with a focus on optimal implementation of subsurface thermal properties and their impact on system performance.
36
+ **Geoloop** is a Python package for simulating vertical borehole heat exchanger (BHE) systems,
37
+ with a focus on the impact of depth-dependent thermal properties and geothermal gradient and their impact on system performance.
38
38
 
39
39
  **Geoloop** incorporates (uncertainty in) depth-variations in subsurface thermal conductivity, subsurface temperature,
40
40
  BHE design and diverse operational boundary conditions such as seasonal load variations or
41
- minimum fluid temperatures, in a tool for deterministic or stochastic performance analyses with the opportunity
42
- for optimization of the system design and operation. This makes Geoloop ideal for scenario analyses and sensitivity
41
+ minimum fluid temperatures. It allows for deterministic or stochastic performance analyses with the opportunity
42
+ for optimization of the system design and operation. This makes Geoloop well suited for scenario analyses and sensitivity
43
43
  studies in both research and practical applications.
44
44
 
45
- **Geoloop** uses thermal response factors (*g*-functions) calculated using the analytical Finite Line Source model from
46
- the *pygfunction* package. This setup is extended into a stacked approach for depth-dependent thermal response calculations.
47
- A detailed description and benchmark of this depth-dependent semi-analytical method is provided in Korevaar & Van Wees (in prep.).
48
- **Geoloop's** generic framework allows for easy switching between simulation methods, including the innovative depth-dependent
49
- semi-analytical approach, the depth-uniform implementation of g-functions as implemented in *pygfunction* and a numerical
45
+ **Geoloop** provides a novel depth-dependent approach for thermal response calculations.
46
+ A detailed description and benchmark of this depth-dependent semi-analytical method is provided in Korevaar et al. (2026).
47
+ **Geoloop** uses the *pygfunction* package, developed by Cimmino & Cook (2022), including its implementation
48
+ of *g*-functions, time aggregation schemes for varying loads, borehole and fluid thermal properties, and various visualization capabilities
49
+
50
+ **Geoloop's** generic framework allows for easy switching between simulation methods, including the
51
+ depth-dependent model, the depth-uniform implementation of g-functions as implemented in *pygfunction* and a numerical
50
52
  finite volume approach.
51
53
 
52
54
  ---
@@ -66,7 +68,7 @@ see the [Installation Guide](https://geoloop-8f7a36.ci.tno.nl/installation/insta
66
68
 
67
69
  ## Requirements
68
70
 
69
- Geoloop requires **Python 3.12 or higher**.
71
+ Geoloop requires **Python version >=3.12,<3.14**.
70
72
 
71
73
  Core dependencies include:
72
74
  - pygfunction
@@ -105,8 +107,14 @@ See the [LICENSE.md](LICENSE.md) file for details.
105
107
 
106
108
  ## Acknowledgments
107
109
 
108
- Developed with the support of the Dutch funding agency **RVO**, in a consortium project with grant nr. MOOI322009.
110
+ Developed with the support of the **Netherlands Enterprise Agency (RVO)**, in a consortium project with grant nr. MOOI322009.
109
111
 
110
112
  ---
111
113
 
112
114
 
115
+ ## References
116
+
117
+ - Cimmino, M. and Cook, J.: pygfunction 2.2: New features and improvements in accuracy and computational efficiency,
118
+ in: Proceedings of the IGSHPA Research Track 2022, International Ground Source Heat Pump Association,
119
+ https://doi.org/10.22488/okstate.22.000015, 2022.
120
+ - Korevaar, Z., Brett, H., Lourens, A. and Van Wees, J.D.: Geoloop (v1.0) – a stochastic, depth-dependent borehole heat exchanger model, Geoscientific Model Development (in prep), 2026
@@ -0,0 +1,92 @@
1
+ # Geoloop: A BHE Calculator for Python
2
+
3
+ [![PyPI](https://img.shields.io/pypi/v/geoloop.svg)](https://pypi.org/project/geoloop/)
4
+ [![Documentation](https://img.shields.io/badge/docs-latest-blue)](https://geoloop-8f7a36.ci.tno.nl/)
5
+
6
+ ## What is **Geoloop**?
7
+
8
+ **Geoloop** is a Python package for simulating vertical borehole heat exchanger (BHE) systems,
9
+ with a focus on the impact of depth-dependent thermal properties and geothermal gradient and their impact on system performance.
10
+
11
+ **Geoloop** incorporates (uncertainty in) depth-variations in subsurface thermal conductivity, subsurface temperature,
12
+ BHE design and diverse operational boundary conditions such as seasonal load variations or
13
+ minimum fluid temperatures. It allows for deterministic or stochastic performance analyses with the opportunity
14
+ for optimization of the system design and operation. This makes Geoloop well suited for scenario analyses and sensitivity
15
+ studies in both research and practical applications.
16
+
17
+ **Geoloop** provides a novel depth-dependent approach for thermal response calculations.
18
+ A detailed description and benchmark of this depth-dependent semi-analytical method is provided in Korevaar et al. (2026).
19
+ **Geoloop** uses the *pygfunction* package, developed by Cimmino & Cook (2022), including its implementation
20
+ of *g*-functions, time aggregation schemes for varying loads, borehole and fluid thermal properties, and various visualization capabilities
21
+
22
+ **Geoloop's** generic framework allows for easy switching between simulation methods, including the
23
+ depth-dependent model, the depth-uniform implementation of g-functions as implemented in *pygfunction* and a numerical
24
+ finite volume approach.
25
+
26
+ ---
27
+
28
+ ## Installation
29
+
30
+ Install from PyPI using:
31
+
32
+ ```bash
33
+ pip install geoloop
34
+ ```
35
+
36
+ For detailed setup instructions (including uv-based environments and development setup),
37
+ see the [Installation Guide](https://geoloop-8f7a36.ci.tno.nl/installation/install/).
38
+
39
+ ---
40
+
41
+ ## Requirements
42
+
43
+ Geoloop requires **Python version >=3.12,<3.14**.
44
+
45
+ Core dependencies include:
46
+ - pygfunction
47
+ - matplotlib
48
+ - numpy
49
+ - scipy
50
+ - h5py
51
+ - xarray
52
+ - pandas
53
+ - seaborn
54
+ - tqdm
55
+ - netCDF4
56
+ - SecondaryCoolantProps
57
+ - openpyxl
58
+ - h5netcdf
59
+ - pathlib
60
+ - pydantic
61
+ - typer
62
+
63
+ ---
64
+
65
+ ## Quick Start
66
+
67
+ Explore the [Examples](docs/examples/) folder to get started quickly with Geoloop.
68
+
69
+ Read the full documenation [here](https://geoloop-8f7a36.ci.tno.nl/).
70
+
71
+ ---
72
+
73
+ ## License
74
+
75
+ This project is licensed under the Apache 2.0 License.
76
+ See the [LICENSE.md](LICENSE.md) file for details.
77
+
78
+ ---
79
+
80
+ ## Acknowledgments
81
+
82
+ Developed with the support of the **Netherlands Enterprise Agency (RVO)**, in a consortium project with grant nr. MOOI322009.
83
+
84
+ ---
85
+
86
+
87
+ ## References
88
+
89
+ - Cimmino, M. and Cook, J.: pygfunction 2.2: New features and improvements in accuracy and computational efficiency,
90
+ in: Proceedings of the IGSHPA Research Track 2022, International Ground Source Heat Pump Association,
91
+ https://doi.org/10.22488/okstate.22.000015, 2022.
92
+ - Korevaar, Z., Brett, H., Lourens, A. and Van Wees, J.D.: Geoloop (v1.0) – a stochastic, depth-dependent borehole heat exchanger model, Geoscientific Model Development (in prep), 2026
@@ -4,14 +4,15 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "geoloop"
7
- version = "1.0.0b1"
8
- description = "This is a Python package for simulation of (deep) Borehole Heat Exchanger (BHE) systems"
7
+ version = "1.0.1"
8
+ description = "This is a Python package for simulation of (deep) vertical Borehole Heat Exchanger (BHE) systems"
9
9
  authors = [
10
10
  { name = "Zanne Korevaar", email = "zanne.korevaar@tno.nl" },
11
11
  { name = "Jan-Diederik van Wees", email = "jan_diederik.vanwees@tno.nl" }
12
12
  ]
13
13
  readme = "README.md"
14
- license = { text = "Apache 2.0" }
14
+ license = "Apache-2.0"
15
+ license-files = ["LICENSE.md"]
15
16
  requires-python = ">=3.12,<3.14"
16
17
  keywords = [
17
18
  "borehole heat exchanger", "BHE", "geothermal", "ground-source heat pump",
@@ -399,7 +399,7 @@ class SingleRunConfig(BaseModel, extra="allow"):
399
399
  fluid_percent : float or int
400
400
  Mixture percentage for the fluid dissolved in water.
401
401
  m_flow : float
402
- Mass flow rate per pipe [kg/s].
402
+ Mass flow rate [kg/s].
403
403
  epsilon : float
404
404
  Pipe roughness [m].
405
405
  r_in : list of float, optional
@@ -110,28 +110,9 @@ class B2G_ana:
110
110
  for k in range(nsegments):
111
111
  la = gt.load_aggregation.ClaessonJaved(sim_params.dt, sim_params.tmax)
112
112
  LoadAgg.append(la)
113
- # TODO: JD: the workaround below was not reuired anymore?
113
+
114
114
  # The field contains only one borehole
115
- # boreField = [gt.boreholes.Borehole(custom_pipe.b.H, custom_pipe.b.D, custom_pipe.b.r_b, x=0., y=0.)]
116
- # The field contains only one borehole, but needs one extra at very large distance to be correct, ie. gfunc plateaus at 6.7)
117
- boreField = [
118
- gt.boreholes.Borehole(
119
- custom_pipe.b.H,
120
- custom_pipe.b.D,
121
- custom_pipe.b.r_b,
122
- x=0.0,
123
- y=0.0,
124
- tilt=np.radians(0.1),
125
- ),
126
- gt.boreholes.Borehole(
127
- custom_pipe.b.H,
128
- custom_pipe.b.D,
129
- custom_pipe.b.r_b,
130
- x=1000.0,
131
- y=0.0,
132
- tilt=np.radians(0.1),
133
- ),
134
- ]
115
+ boreField = [gt.boreholes.Borehole(custom_pipe.b.H, custom_pipe.b.D, custom_pipe.b.r_b, x=0., y=0.)]
135
116
 
136
117
  # Get time values needed for g-function evaluation
137
118
  time_req = LoadAgg[0].get_times_for_simulation()
@@ -9,8 +9,6 @@ from geoloop.configuration import LithologyConfig
9
9
  from geoloop.constants import lithology_properties_xlsx
10
10
  from geoloop.geoloopcore.strat_interpolator import TgInterpolator
11
11
 
12
- # TODO: save the config paramters (error and scaling factors) in the thermcon h5 file that now only stores the results
13
-
14
12
 
15
13
  class ThermalConductivityCalculator:
16
14
  """
@@ -199,7 +199,7 @@ class PlotResults:
199
199
  -------
200
200
  None
201
201
  """
202
- out_path_prefix = out_path.with_name(out_path.name + "timeplot")
202
+ out_path_prefix = out_path.with_name(out_path.name + "_timeplot")
203
203
 
204
204
  # Ensure results_dfs is a list of dataframes
205
205
  if isinstance(results_dfs, pd.DataFrame):
@@ -237,12 +237,7 @@ class PlotResults:
237
237
  and "Q_b" in df.columns
238
238
  and "qloop" in df.columns
239
239
  ):
240
- mean_Q = df["Q_b"].mean()
241
- mean_q = df["qloop"].mean()
242
- mean_COP = mean_Q / mean_q
243
- df["COP"] = mean_COP # abs(df['Q_b'] / df['qloop'])
244
- # df['COP'] = abs(df['Q_b']) / df['qloop']
245
- # print(df["COP"].min())
240
+ df['COP'] = abs(df['Q_b']) / df['qloop']
246
241
  if (
247
242
  "Delta_T" in plot_parameters
248
243
  and "T_fi" in df.columns
@@ -253,7 +248,7 @@ class PlotResults:
253
248
  plots = [
254
249
  ("Q_b", "Heat Load [W]", "Q_b", None, None),
255
250
  ("flowrate", "Flowrate [kg/s]", "flowrate", None, None),
256
- ("COP", "Coefficient of Performance", "COP", None, None),
251
+ ("COP", "Coefficient of Performance", "COP", None, None)
257
252
  ]
258
253
 
259
254
  plotted_params = []
@@ -281,11 +276,12 @@ class PlotResults:
281
276
 
282
277
  ax.legend(loc=(-0.07, -0.35))
283
278
 
284
- ax_twin = ax.twinx()
285
- ax_twin.set_ylabel("Pump Power [W]")
286
-
287
279
  for idx, df in enumerate(results_dfs):
288
280
  if "qloop" in plot_parameters and "qloop" in df.columns:
281
+
282
+ ax_twin = ax.twinx()
283
+ ax_twin.set_ylabel("Pump Power [W]")
284
+
289
285
  color = next(color_iter)
290
286
 
291
287
  # Plot the line
@@ -319,7 +315,7 @@ class PlotResults:
319
315
  ax_twin.grid(axis="both")
320
316
 
321
317
  file_name = out_path.with_name(
322
- out_path.name + f"timeplot_{'_'.join(sorted(set(plotted_params)))}.png"
318
+ out_path.name + f"_timeplot_{'_'.join(sorted(set(plotted_params)))}.png"
323
319
  )
324
320
 
325
321
  fig.tight_layout()
@@ -440,7 +436,7 @@ class PlotResults:
440
436
 
441
437
  file_name = out_path.with_name(
442
438
  out_path.name
443
- + "timeplot_"
439
+ + "_timeplot_"
444
440
  + "_".join(sorted(set(plotted_params)))
445
441
  + ".png"
446
442
  )
@@ -473,6 +469,15 @@ class PlotResults:
473
469
  label=labels[idx][param],
474
470
  color=next(color_iter),
475
471
  )
472
+ if param=="COP":
473
+ if param == "COP":
474
+ ax.text(
475
+ 0.7, 0.9, # 2% from left and bottom of the axes
476
+ f"mean COP: {df['COP'].mean():.2f}",
477
+ transform=ax.transAxes,
478
+ bbox=dict(boxstyle="round,pad=0.3", facecolor="white", alpha=0.7),
479
+ fontsize=12
480
+ )
476
481
 
477
482
  ax.legend(loc=(-0.07, -0.17 - (0.08 * len(results_dfs))))
478
483
  ax.grid()
@@ -984,7 +989,7 @@ class PlotResults:
984
989
  bbox_to_anchor=(0, -0.1), loc="upper left"
985
990
  ) # Adjust legend position if needed
986
991
 
987
- save_path = outpath.with_name(outpath.name + f"Sensitivity_{y_variable}")
992
+ save_path = outpath.with_name(outpath.name + f"_sensitivity_{y_variable}")
988
993
  plt.savefig(save_path, bbox_inches="tight")
989
994
  plt.close()
990
995
  else:
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geoloop
3
- Version: 1.0.0b1
4
- Summary: This is a Python package for simulation of (deep) Borehole Heat Exchanger (BHE) systems
3
+ Version: 1.0.1
4
+ Summary: This is a Python package for simulation of (deep) vertical Borehole Heat Exchanger (BHE) systems
5
5
  Author-email: Zanne Korevaar <zanne.korevaar@tno.nl>, Jan-Diederik van Wees <jan_diederik.vanwees@tno.nl>
6
- License: Apache 2.0
6
+ License-Expression: Apache-2.0
7
7
  Keywords: borehole heat exchanger,BHE,geothermal,ground-source heat pump,deep borehole heat exchanger
8
8
  Requires-Python: <3.14,>=3.12
9
9
  Description-Content-Type: text/markdown
@@ -33,20 +33,22 @@ Dynamic: license-file
33
33
 
34
34
  ## What is **Geoloop**?
35
35
 
36
- **Geoloop** is a Python package for simulating borehole heat exchanger (BHE) systems,
37
- with a focus on optimal implementation of subsurface thermal properties and their impact on system performance.
36
+ **Geoloop** is a Python package for simulating vertical borehole heat exchanger (BHE) systems,
37
+ with a focus on the impact of depth-dependent thermal properties and geothermal gradient and their impact on system performance.
38
38
 
39
39
  **Geoloop** incorporates (uncertainty in) depth-variations in subsurface thermal conductivity, subsurface temperature,
40
40
  BHE design and diverse operational boundary conditions such as seasonal load variations or
41
- minimum fluid temperatures, in a tool for deterministic or stochastic performance analyses with the opportunity
42
- for optimization of the system design and operation. This makes Geoloop ideal for scenario analyses and sensitivity
41
+ minimum fluid temperatures. It allows for deterministic or stochastic performance analyses with the opportunity
42
+ for optimization of the system design and operation. This makes Geoloop well suited for scenario analyses and sensitivity
43
43
  studies in both research and practical applications.
44
44
 
45
- **Geoloop** uses thermal response factors (*g*-functions) calculated using the analytical Finite Line Source model from
46
- the *pygfunction* package. This setup is extended into a stacked approach for depth-dependent thermal response calculations.
47
- A detailed description and benchmark of this depth-dependent semi-analytical method is provided in Korevaar & Van Wees (in prep.).
48
- **Geoloop's** generic framework allows for easy switching between simulation methods, including the innovative depth-dependent
49
- semi-analytical approach, the depth-uniform implementation of g-functions as implemented in *pygfunction* and a numerical
45
+ **Geoloop** provides a novel depth-dependent approach for thermal response calculations.
46
+ A detailed description and benchmark of this depth-dependent semi-analytical method is provided in Korevaar et al. (2026).
47
+ **Geoloop** uses the *pygfunction* package, developed by Cimmino & Cook (2022), including its implementation
48
+ of *g*-functions, time aggregation schemes for varying loads, borehole and fluid thermal properties, and various visualization capabilities
49
+
50
+ **Geoloop's** generic framework allows for easy switching between simulation methods, including the
51
+ depth-dependent model, the depth-uniform implementation of g-functions as implemented in *pygfunction* and a numerical
50
52
  finite volume approach.
51
53
 
52
54
  ---
@@ -66,7 +68,7 @@ see the [Installation Guide](https://geoloop-8f7a36.ci.tno.nl/installation/insta
66
68
 
67
69
  ## Requirements
68
70
 
69
- Geoloop requires **Python 3.12 or higher**.
71
+ Geoloop requires **Python version >=3.12,<3.14**.
70
72
 
71
73
  Core dependencies include:
72
74
  - pygfunction
@@ -105,8 +107,14 @@ See the [LICENSE.md](LICENSE.md) file for details.
105
107
 
106
108
  ## Acknowledgments
107
109
 
108
- Developed with the support of the Dutch funding agency **RVO**, in a consortium project with grant nr. MOOI322009.
110
+ Developed with the support of the **Netherlands Enterprise Agency (RVO)**, in a consortium project with grant nr. MOOI322009.
109
111
 
110
112
  ---
111
113
 
112
114
 
115
+ ## References
116
+
117
+ - Cimmino, M. and Cook, J.: pygfunction 2.2: New features and improvements in accuracy and computational efficiency,
118
+ in: Proceedings of the IGSHPA Research Track 2022, International Ground Source Heat Pump Association,
119
+ https://doi.org/10.22488/okstate.22.000015, 2022.
120
+ - Korevaar, Z., Brett, H., Lourens, A. and Van Wees, J.D.: Geoloop (v1.0) – a stochastic, depth-dependent borehole heat exchanger model, Geoscientific Model Development (in prep), 2026
geoloop-1.0.0b1/README.md DELETED
@@ -1,84 +0,0 @@
1
- # Geoloop: A BHE Calculator for Python
2
-
3
- [![PyPI](https://img.shields.io/pypi/v/geoloop.svg)](https://pypi.org/project/geoloop/)
4
- [![Documentation](https://img.shields.io/badge/docs-latest-blue)](https://geoloop-8f7a36.ci.tno.nl/)
5
-
6
- ## What is **Geoloop**?
7
-
8
- **Geoloop** is a Python package for simulating borehole heat exchanger (BHE) systems,
9
- with a focus on optimal implementation of subsurface thermal properties and their impact on system performance.
10
-
11
- **Geoloop** incorporates (uncertainty in) depth-variations in subsurface thermal conductivity, subsurface temperature,
12
- BHE design and diverse operational boundary conditions such as seasonal load variations or
13
- minimum fluid temperatures, in a tool for deterministic or stochastic performance analyses with the opportunity
14
- for optimization of the system design and operation. This makes Geoloop ideal for scenario analyses and sensitivity
15
- studies in both research and practical applications.
16
-
17
- **Geoloop** uses thermal response factors (*g*-functions) calculated using the analytical Finite Line Source model from
18
- the *pygfunction* package. This setup is extended into a stacked approach for depth-dependent thermal response calculations.
19
- A detailed description and benchmark of this depth-dependent semi-analytical method is provided in Korevaar & Van Wees (in prep.).
20
- **Geoloop's** generic framework allows for easy switching between simulation methods, including the innovative depth-dependent
21
- semi-analytical approach, the depth-uniform implementation of g-functions as implemented in *pygfunction* and a numerical
22
- finite volume approach.
23
-
24
- ---
25
-
26
- ## Installation
27
-
28
- Install from PyPI using:
29
-
30
- ```bash
31
- pip install geoloop
32
- ```
33
-
34
- For detailed setup instructions (including uv-based environments and development setup),
35
- see the [Installation Guide](https://geoloop-8f7a36.ci.tno.nl/installation/install/).
36
-
37
- ---
38
-
39
- ## Requirements
40
-
41
- Geoloop requires **Python 3.12 or higher**.
42
-
43
- Core dependencies include:
44
- - pygfunction
45
- - matplotlib
46
- - numpy
47
- - scipy
48
- - h5py
49
- - xarray
50
- - pandas
51
- - seaborn
52
- - tqdm
53
- - netCDF4
54
- - SecondaryCoolantProps
55
- - openpyxl
56
- - h5netcdf
57
- - pathlib
58
- - pydantic
59
- - typer
60
-
61
- ---
62
-
63
- ## Quick Start
64
-
65
- Explore the [Examples](docs/examples/) folder to get started quickly with Geoloop.
66
-
67
- Read the full documenation [here](https://geoloop-8f7a36.ci.tno.nl/).
68
-
69
- ---
70
-
71
- ## License
72
-
73
- This project is licensed under the Apache 2.0 License.
74
- See the [LICENSE.md](LICENSE.md) file for details.
75
-
76
- ---
77
-
78
- ## Acknowledgments
79
-
80
- Developed with the support of the Dutch funding agency **RVO**, in a consortium project with grant nr. MOOI322009.
81
-
82
- ---
83
-
84
-
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes