- Required Software
FEFLOW
: Groundwater flow numerical simulation (Demo or license version)Python
- Overview of Functions
This project develops a package for groundwater flow numerical simulation using ifm-api-python
.
What is
ifm-api
? Interface Manager is a built-in function (API) infeflow
. By calling these functions through scripts (e.g.,python
,c++
), the entire simulation process can be operated to achieve more refined and automated numerical simulation.For example, if you want to perform tens of thousands of simulations, it is not practical to repeatedly operate through
feflow GUI
, but by scripting, you can write a program to perform tens of thousands of simulations and save the results of each simulation.
ifm
docs
-
Click the ⭐
Star
button on this project to support and motivate the developer. -
Make sure you have
feflow
andpython
installed on your computer. -
Use the link in the function overview to access detailed information and source code for each function.
-
Each function introduction will first explain whether
feflow
requires alicense
. -
Each function will have a detailed instruction file (
README.md
).
-
-
Clone the repository using
git clone https://github.com/Lin-jun-xiang/feflow-python-ifm.git
. -
Start using the package.