Skip to content

The python package for feflow - groundwater numerical simulation

License

Notifications You must be signed in to change notification settings

TommChen/feflow-python-ifm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐧FEFLOW-PYTHON


  • Required Software
    • FEFLOW: Groundwater flow numerical simulation (Free or paid version)
    • Python


Introduction

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) in feflow. 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: http://www.feflow.info/html/help73/feflow/13_Programming/IFM/API/api_index.html


Instructions

  1. Click the ⭐ Star button on this project to support and motivate the developer.

  2. Make sure you have feflow and python installed on your computer.

  3. 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 a license.

    • Each function will have a detailed instruction file (README.md).

  4. Clone the repository using git clone https://github.com/Lin-jun-xiang/feflow-python-ifm.git.

  5. Start using the package.

Back to top

About

The python package for feflow - groundwater numerical simulation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%