Skip to content

Commit 3560e38

Browse files
committed
fixed typo
1 parent 0997b2e commit 3560e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ materials = HomogenousMaterialProperties{Float_used}(
2929
# =============================================================================
3030
# Borehole geometry
3131
# =============================================================================
32-
# Deep coaxial borehole heat exchanger (3500m depth)
32+
# Deep coaxial borehole heat exchanger (350m depth) shallow to make it faster to simulate on CPU
3333
# Inner pipe is insulated down to 1000m to reduce thermal short-circuiting
3434
borehole = Borehole{Float_used}(
3535
0.0, # xc [m]
@@ -84,7 +84,7 @@ println("Grid size: $(length(gridx)) x $(length(gridy)) x $(length(gridz))")
8484
T0 = initial_condition_thermal_gradient(
8585
backend, Float_used, gridx, gridy, gridz;
8686
T_surface=2.29, # surface temperature [°C]
87-
gradient=0.35 # thermal gradient [K/m]
87+
gradient=0.35 # thermal gradient [K/m] (10x higher than typical to speed up testing on CPU)
8888
);
8989

9090

0 commit comments

Comments
 (0)