This project focuses on implementing the Moving Particle Simulation (MPS) method. The MPS method is a mesh-free numerical method used for simulating incompressible fluids.
We use C++ classes and external libraries such as Eigen to make the structure modern to some extent. We also provide extensive documentation to serve as a learning tool for beginners.
- Usage of C++ classes.
- Vector/matrix operations using Eigen
- Detailed documentation
To be written...
Feel free to open issues or submit pull requests for improvements and bug fixes.
This project is licensed under the MIT License.
このプロジェクトはMoving Particle Simulation (MPS)法を実装しています。 MPS法は非圧縮性流体のシミュレーションに使われるメッシュフリーの数値計算法です。
C++のクラスやEigenのような外部ライブラリを用いており、ある程度モダンな仕組みにしています。 また、初心者の方にとって学習の材料としていただけるようドキュメントを充実させています。
- C++のクラスの使用
- Eigenを利用したベクトル/行列演算
- 詳細なドキュメント
Wikiの該当ページをご覧ください。
機能改善やバグ修正は大歓迎です。 ぜひIssueやプルリクを作成してください。
このプロジェクトのライセンスはMIT Licenseです。
