AnaFlow:包含地下水流方程解析解的python软件包

时间:2021-05-21 14:50:30
【文件属性】:
文件名称:AnaFlow:包含地下水流方程解析解的python软件包
文件大小:714KB
文件格式:ZIP
更新时间:2021-05-21 14:50:30
python transport analytical analytical-solution groundwater-flow-equation 欢迎来到AnaFlow 目的 AnaFlow为地下水流量方程式提供了几种分析和半分析解决方案。 安装 您可以使用以下命令安装最新版本: pip install anaflow AnaFlow的文档 您可以在下找到文档。 例子 在下文中,众所周知的Theis函数被称为三个不同时间步长的图。 import numpy as np from matplotlib import pyplot as plt from anaflow import theis time = [ 10 , 100 , 1000 ] rad = np . geomspace ( 0.1 , 10 ) head = theis ( time = time , rad = rad , transmissivity = 1e-4 , storage = 1e-4 , rate = - 1e-4 ) for i , st
【文件预览】:
AnaFlow-develop
----MANIFEST.in(225B)
----.github()
--------workflows()
----requirements.txt(42B)
----requirements_setup.txt(41B)
----anaflow()
--------__init__.py(2KB)
--------tools()
--------flow()
----requirements_test.txt(32B)
----examples()
--------15_accruing_theis.py(1KB)
--------06_compare_extthiem2d_grfsteady.py(902B)
--------04_call_ext_theis_tpl.py(2KB)
--------07_compare_extthiem3d_grfsteady.py(964B)
--------14_interval_theis.py(567B)
--------12_compare_theis_quasi_steady.py(934B)
--------02_call_ext_theis2d.py(1KB)
--------05_call_neuman2004.py(2KB)
--------03_call_ext_theis3d.py(2KB)
--------01_call_theis.py(378B)
--------09_compare_exttheis2d_neuman.py(1KB)
--------10_convergence_ext_theis_tpl.py(1KB)
--------08_compare_extthiem2d_neuman.py(838B)
--------11_convergence_ext_grf.py(993B)
--------13_self_defined_transmissivity.py(2KB)
----LICENSE(1KB)
----setup.cfg(63B)
----setup.py(2KB)
----README.md(3KB)
----.zenodo.json(464B)
----docs()
--------requirements_doc.txt(9B)
--------source()
--------requirements.txt(76B)
--------Makefile(612B)
----tests()
--------test_anaflow.py(7KB)
----.gitignore(96B)
----CHANGELOG.md(2KB)
----.coveragerc(170B)

网友评论