hamers / springs

A simple integrator for the motion of coupled and dampened springs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Springs -- A simple integrator for the motion of coupled and dampened springs

Compilation: set CXX in the Makefile to your preferred C++ compiler, then compile with make.

Usage: ./springs -m M -k K -b B, where M is the (shared) node mass, K the spring constant, and B the spring dampening coefficient. After running, the code will automatically invoke Python for output data visualization.

About

A simple integrator for the motion of coupled and dampened springs

License:GNU General Public License v3.0


Languages

Language:C++ 84.4%Language:Python 14.7%Language:Makefile 0.9%