Skip to content

Extracting transmissivity, storage and leakage factor from HantushWellModel parameters #694

Answered by mbakker7
HenrikSpa asked this question in Q&A
Discussion options

You must be logged in to vote

@HenrikSpa,

Computations get a bit confusing as the parameter b' is log(b). This log scaling is needed during the optimization process, to make sure b isn't negative during part of the iterations.

Anyway, when computing c = 1 / (4Texp(b')), you get c in the same time units as used in T. So if T is m/d, then c is in days. If T is in m/s, then T is in seconds. You have to convert c to days for the final computation.

When computing S = a / c, then a is units of days (the default in Pastas and I assume you are using) and if you converted c to days in the step above, then you are good to go.

Hope this helps,

Mark

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@mbakker7
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@HenrikSpa
Comment options

Answer selected by HenrikSpa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants