Giter Club home page Giter Club logo

anaflow's Introduction

Welcome to AnaFlow

DOI PyPI version Build Status Documentation Status Code style: black

AnaFlow-LOGO

Purpose

AnaFlow provides several analytical and semi-analytical solutions for the groundwater-flow equation.

Installation

You can install the latest version with the following command:

pip install anaflow

Documentation for AnaFlow

You can find the documentation under https://anaflow.readthedocs.io.

Example

In the following the well known Theis function is called an plotted for three different time-steps.

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, step in enumerate(time):
    plt.plot(rad, head[i], label="Theis(t={})".format(step))

plt.legend()
plt.show()

Theis

Provided Functions

The following functions are provided directly

  • thiem Thiem solution for steady state pumping
  • theis Theis solution for transient pumping
  • ext_thiem_2d extended Thiem solution in 2D from Zech 2013
  • ext_theis_2d extended Theis solution in 2D from Mueller 2015
  • ext_thiem_3d extended Thiem solution in 3D from Zech 2013
  • ext_theis_3d extended Theis solution in 3D from Mueller 2015
  • neuman2004 transient solution from Neuman 2004
  • neuman2004_steady steady solution from Neuman 2004
  • grf "General Radial Flow" Model from Barker 1988
  • ext_grf the transient extended GRF model
  • ext_grf_steady the steady extended GRF model
  • ext_thiem_tpl extended Thiem solution for truncated power laws
  • ext_theis_tpl extended Theis solution for truncated power laws
  • ext_thiem_tpl_3d extended Thiem solution in 3D for truncated power laws
  • ext_theis_tpl_3d extended Theis solution in 3D for truncated power laws

Laplace Transformation

We provide routines to calculate the laplace-transformation as well as the inverse laplace-transformation of a given function

  • get_lap Get the laplace transformation of a function
  • get_lap_inv Get the inverse laplace transformation of a function

Requirements

Contact

You can contact us via [email protected].

License

MIT © 2019 - 2023

anaflow's People

Contributors

muellerseb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

anaflow's Issues

Use Sphinx Gallery for examples

Since all the examples produce a plot, we should use Sphinx Gallery to automatically integrate them into the documentation like done in GSTools and welltestpy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.