Thanks to visit codestin.com
Credit goes to github.com

Skip to content

iori3150/MPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPS: Moving Particle Simulation

Overview

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.

Features

  • Usage of C++ classes.
  • Vector/matrix operations using Eigen
  • Detailed documentation

Getting Started

To be written...

Contributing

Feel free to open issues or submit pull requests for improvements and bug fixes.

License

This project is licensed under the MIT License.

概要

このプロジェクトはMoving Particle Simulation (MPS)法を実装しています。 MPS法は非圧縮性流体のシミュレーションに使われるメッシュフリーの数値計算法です。

C++のクラスやEigenのような外部ライブラリを用いており、ある程度モダンな仕組みにしています。 また、初心者の方にとって学習の材料としていただけるようドキュメントを充実させています。

特徴

  • C++のクラスの使用
  • Eigenを利用したベクトル/行列演算
  • 詳細なドキュメント

ビルド & 実行

Wikiの該当ページをご覧ください。

Contributing

機能改善やバグ修正は大歓迎です。 ぜひIssueやプルリクを作成してください。

ライセンス

このプロジェクトのライセンスはMIT Licenseです。

About

Modern C++ code for the Moving Particle Simulation method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published