jcl4 / SpringMassDamper

Simple simulation of a spring mass damper system written in C++ using a RK4 integrator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Mass Damper

Repository containing a C++ solution for a spring mass damper vibration problem using a Rungge-Kutta 4 integrator.

Currenly sovles an initial condition problem using using both the RK4 integrator and an exact solution to test the integrator against.

About

Simple simulation of a spring mass damper system written in C++ using a RK4 integrator

License:GNU General Public License v2.0


Languages

Language:C++ 99.9%Language:QMake 0.1%