An Analytic Discrete Fracture Network (AnDFN)#
AnDFN is a computer program that calculated the flow in a discrete fracture network (DFN) using the Analytic Element Method (AEM).
More information can be found in the about tab.
Installation#
The package is uploaded to the Python Package Index (PyPI) and can be installed using pip.
Install the package:
pip install andfn
Update the package to the latest version:
pip install andfn --upgrade
Uninstall the package:
pip uninstall andfn