How to speed up computation of head grid #82
Replies: 5 comments 2 replies
-
|
Good question. Head contours can take a bit of time to compute, especially when you have a lot of elements (or a strings consists of a lot of elements), you have a lot of layers (so reduce those if you can), or you have lot of log-cycles of time. Regarding the log-cycles, that is between the |
Beta Was this translation helpful? Give feedback.
-
|
I will convert this question to the Discussion section |
Beta Was this translation helpful? Give feedback.
-
|
See issue #81 |
Beta Was this translation helpful? Give feedback.
-
|
Follow-up to prior comment on drawdown contour extraction, @mbakker7: We're using TimFlow to generate drawdown contour shapefiles around drainage lines (RiverString) to visualize the spatial impact of dewatering, including areas with small drawdown (e.g. 0.05 m), just like @justuskrantz mentioned. Finding: Head Collapse with RiverString Alone With RiverString, drawdown and head contours are accurate near the drain. But when we increased the buffer (hundreds of meters), groundwater heads in the far-field tended to collapse toward zero, producing unrealistically large drawdowns (0.9–1.1 m) across the domain (head around 0.0 m for a target head of 1.0 m), rather than a gradual decay. This made contours for small drawdowns (like 0.05 m) impossible to generate. Attempted Solution 1: Adjust RiverString Parameters We tested modifying these parameters from the default res = 0 and wh = 2h:
Attempted Solution 2: Boundary HeadWells We added HeadWell elements at the domain boundaries (fixed at the phreatic level) to anchor far-field heads. This improved the model, producing a realistic gradient and allowing small drawdown values [0.05, 0.1, 0.2, 0.5] m expected to be generated. However, the HeadWells created a new problem: The exported contours were dominated by the wells themselves rather than showing the drainage line's impact zone. The contour shapefiles displayed circular patterns around the four boundary wells at the domain corners, not realistic drawdown gradients around the RiverString. The wells became the visually dominant features instead of the drain. Questions:
Thank you! |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your question. Managing the far field is an important issue. Not quite sure I fully understand your question though. Could you clarify the following:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
We're experiencing an issue with retrieving the transient contours. We'd like to plot not the head contours, but of the drawdown itself, so we're subtracting the initial head to come to the drawdown value. We'd like to plot contours for [0.05, 0.10, 0.25, 0.50m] drawdown. However, we're struggling a bit with the trade off between grid and calculation time. Currently, our model runs +/- 10 mins for a single line segment to be drained (Riverstring) with approx. 14 timesteps of 1d, which is quite a long time... If we have a coarse grid, we'd miss the 0.05 contours by far, but for a fine grid, we'll have to wait for so long.
My guess is that we're overlooking something. Any tips on best practices to retrieve accurate drawdowns?
Beta Was this translation helpful? Give feedback.
All reactions