Replies: 0 comments 8 replies
-
|
Please mind that in Dutch hydraulic engineering the “indringingslengte” is a common method to schematise the depth where a hydraulic head change occurs. Depth from the top of the aquifer. See paragraph 7.13 in “schematiserings handleiding macrostabiliteit”. To schematise this “indringingslengte” you will need several layers, and a combination of semi and phreatic top, I assume. |
Beta Was this translation helpful? Give feedback.
-
|
From the email conversation preceding this discussion: TTim supports 3 types of top-boundaries: confined, semi-confined and leaky. The phreatictop option is only supported for the confined and leaky top boundaries. The difference between the leaky and semi-confined top boundaries, as explained by @mbakker7:
An issue was made to address the plot labels and alert users that phreatictop=True does not do anything when topboundary="semi" (#98). |
Beta Was this translation helpful? Give feedback.
-
|
In the email conversation @mbakker7 referred to the MLU documentation as an inspiration source for the modeling of the topboundary. Quoting from pages 9 and 10 of the MLU Tutorial:
I am curious how the terms "c" to "e" map to the topboundary usage in TIM. Thanks in advance for your help! I would say:
This would mean that in order to account for water from a falling water table in the aquitard, the MLU approach needs to be followed by adding an additional layer. |
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.
-
While working on another version of the WATEX crosssection I noticed a subtle detail in the plot: In the hinterland, the storativity S is written without the subscript s. This is caused by a combination of
topboundary="semi"andphreatictop=True, so the S value is supposed to be a specific yield instead of a specific storage coefficient.In my application ('short' changes in hydraulic head which come from an underlying aquifer and are propagating slowly into an aquitard), I would say the storage is not taking place in the top of the clay layer (around the phreatic groundwaterlevel), but rather in the lowest part of the clay layer, which is completely saturated.
So the quick solution for me is to set
phreatictop=Falsefor this section. However, more generally spoken I doubt whether there are situations where the combination oftopboundary="semi"andphreatictop=Truemakes sense. If not, we might want to block this combination.Beta Was this translation helpful? Give feedback.
All reactions