v1.2.0 #17
MuellerSeb
started this conversation in
Show and tell
v1.2.0
#17
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes
AnaFlow v1.2 introduces new steady and transient solutions, including 3D variants, built on the Integral variogram model with a shape parameter that controls structural roughness, enabling finer calibration across heterogeneous aquifers. The release also upgrades the eGRF solver to a Cython-powered implementation that speeds up laplace-space evaluations by roughly 20×, dramatically improving welltestpy estimation performance.
Installation
You can install AnaFlow with pip:
or with conda:
Documentation
The documentation can be found at: https://anaflow.readthedocs.io
What's new?
Enhancements
ext_thiem_int
: steady state solutionext_thiem_int_3d
: steady state solution incorporating vertical anisotropyext_theis_int
: transient solutionext_theis_int_3d
: transient solution incorporating vertical anisotropyfix_T_well
andfix_K_well
bool flag to transient heterogeneous solutions to be able to set if the well value for the effective transmissivity/conductivity should be determined from the limit (True
) or from the upscaled value in the first ring segment (False
, default) (#13)True
, which for steep effective curves resulted in an increasing error in the effective head near the wellgrf_laplace
solver to a Cython extension to improve laplace-space runtime and keep the Python API unchanged (#15)Changes
This discussion was created from the release v1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions