An flexable toolkit for solving FSI or multi-physics coupling problem!
Explore the docs »
View Demo
Report Bug
Request Feature
Table of Contents
This library provides a flexible toolkit for integrating different solvers to solve fluid-structure interaction and other multiphysics coupling problems. It can be used to solve aeroelastic, aerothermoelastic, etc.
Why use this library?
- Suitable for MPI parallel computing, which automatically assembles distributed boundary
- Implement many interpolation methods such as spline interpolation, ISO-parameteric inversion, geometric mapping, etc.
- Communication between different solvers based on socket
- No dependencies except pybind11
- Easily integrated into C/C++, Fortran, Python, MATLAB solvers.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Visual Studio, make sure C++20 is supported
- pybind11, if you need python binding
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Clone the repo
git clone https://github.com/ZHBHFUT/EasyFsi.git
- Open
EasyFsi.sln
and build all projects. - Include
EasyFsi.h
to your C/C++ project, seedemo.cpp
for usage. - Use
import EasyFsi
in your python script, seedemo.py
for usage.
See demo.cpp
and demo.py
to find out how to use this library.
More documents please see EasyFsi.md
.
- Add Changelog
- Add MATLAB binding
- Implement the
CoupledRegion
class - Add additional interpolation method
- Add document
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
ZHANG Bing - zhangbing@hfut.edu.cn
Project Link: https://github.com/ZHBHFUT/EasyFsi
TBD