地下水流动方程的解析解

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 GridBagLayout不填充区域   java Memozied Fibonacci未运行与常规Fibonacci解决方案   Java Web启动未启动问题   Java中异常和if-then的区别   java从命令提示符运行批处理文件获取错误   socket在Java中验证SSL证书的公共名称   如何在JAVA中检查字符串数组中的相等字   用java语言将音频文件转换成文本文件的语音识别   java为什么foo(1,2,3)没有传递给varargs方法foo(对象…)作为整数[]   java通过蓝牙将奇怪的数据从Arduino传输到Android   java ContainerRequestFilter获取空entitystream   java如何从安卓 studio中删除不兼容类型错误   基本Java错误   在Spring引导中使用REST API时发生java错误   javascript通过从SQL查询派生的URL打开页面