pp1565156 / TinyMPS

Simple Library for Moving Particle Semi-implicit Method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple Library for Moving Particle Semi-implicit Method

License:MIT License


Languages

Language:C++ 97.7%Language:Makefile 2.0%Language:Shell 0.4%