Skip to content

Commit

Permalink
work on 2D examples for uniform flow
Browse files Browse the repository at this point in the history
  • Loading branch information
cneyens committed Jan 23, 2025
1 parent 9fe0c24 commit 81cc7cf
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 33 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Coming soon.
## Example
The fate of a contaminant plume generated by continuous injection of a point source in an aquifer with uniform background flow is simulated. The source generates a plume which extends in three dimensions and migrates due to advection and mechanical dispersion. Molecular diffusion, linear sorption and first-order decay are neglected in this example.

More examples are available in the [examples folder](https://github.com/cneyens/adepy/tree/main/doc/examples).

```python
import numpy as np
import matplotlib.pyplot as plt
Expand Down
96 changes: 63 additions & 33 deletions doc/examples/02_uniform_2D.ipynb

Large diffs are not rendered by default.

0 comments on commit 81cc7cf

Please sign in to comment.