Skip to content

Latest commit

 

History

History

README.md

DblPend

Author: Dong Chen

Motivation: To simulate the motion of the pendulum and exhibit its chaotic characteristics.

Purpose: Predict the motion of a double pendulum.


What

Background: A pendulum consists of mass attached to the end of a rod and its moving curve is highly sensitive to initial conditions.

Scope: The analysis of a two-dimensional (2D) pendulum motion problem with various initial conditions.


Making Examples

How to Run the Program: In your terminal command line, enter the same directory as this README file. Then enter the following line:

make run RUNARGS=input.txt

How to Build the Program: In your terminal command line, enter the same directory as this README file. Then enter the following line:

make build

How to Change Input: DblPend will take the inputs from input.txt and write the outputs to output.txt. Inputs can be changed by editing input.txt.


Version

C++ gcc 10.1


External Libraries

odeint v2. The local file path to the library is .


This README is a software artifact generated by Drasil.

Copyright (c) 2021, Dong Chen. All rights reserved. Please see the full license for more details.

Drasil Tree