地下水流动方程的解析解

anaflow的Python项目详细描述


欢迎使用anaflow

DOIPyPI versionBuild StatusDocumentation StatusCode style: black

AnaFlow-LOGO

目的

anaflow为 地下水流量方程。

安装

您可以使用以下命令安装最新版本:

pip install anaflow

anaflow的文档

您可以在geostat-framework.readthedocs.io下找到文档。

示例

在下面,众所周知的the is函数被称为 不同的时间步。

importnumpyasnpfrommatplotlibimportpyplotaspltfromanaflowimporttheistime=[10,100,1000]rad=np.geomspace(0.1,10)head=theis(time=time,rad=rad,T=1e-4,S=1e-4,Qw=-1e-4)fori,stepinenumerate(time):plt.plot(rad,head[i],label="Theis(t={})".format(step))plt.legend()plt.show()

Theis

提供的功能

直接提供以下功能

anaflow.thiem# Thiem solution for steady state pumpinganaflow.theis# Theis solution for transient pumpinganaflow.ext_thiem2D# extended Thiem solution in 2Danaflow.ext_theis2D# extended Theis solution in 2Danaflow.ext_thiem3D# extended Thiem solution in 3Danaflow.ext_theis3D# extended Theis solution in 3Danaflow.grf_model# "General Radial Flow" Modelanaflow.grf_dist# extended "General Radial Flow" Model on disks

拉普拉斯变换

我们提供了计算拉普拉斯变换和 给定函数的拉普拉斯逆变换

anaflow.get_lap# Get the laplace transformation of a functionanaflow.get_lap_inv# Get the inverse laplace transformation of a function

要求

联系人

你可以通过info@geostat-framework.org联系我们。

许可证

GPL©2019年

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
图形Java仿射变换以旋转通用路径   IntelliJ IDEA中的java代码标记为编译器错误,在Eclipse中可以正常工作   java ArrayList的containsAll返回了错误的值   如何在安卓中的片段活动中添加java代码   java通过使用netbeans调用jbutton,将带有行的jbutton添加到jtable中   java在更新arrayAdapter/listView之前更新最终列表   java如何在另一个项目中导入包含AspectJ方面和注释的项目   为什么我的java布尔测试总是失败?   Eclipse中的java自动激活   在Bluetooth for Java(更具体地说是Android)之上是否有TCP/IP协议栈实现?   java Android Studio通过intent传递ArrayList并填充ListView