Skip to content

Lin-jun-xiang/pyfeflow

Repository files navigation

🐧FEFLOW-PYTHON-IFM

English | 中文版說明書


  • Required Software
    • FEFLOW: Groundwater flow numerical simulation (Demo or license 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


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

Releases

No releases published

Languages