/TinyMPS

Simple Library for Moving Particle Semi-implicit Method

Primary LanguageC++MIT LicenseMIT

TinyMPS

This is a simple library for Moving Particle Semi-implicit (MPS) method.

Requirements

Usage

Build the source code.

make

Run example codes for dam break problem.

mkdir output
./bin/standard_mps

This example code writes vtk files as output. You can visualize them with Paraview (https://www.paraview.org).

License

Copyright (c) 2017 Shota SUGIHARA

Distributed under the MIT License.