Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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

Java 14


External Libraries

Apache 3.6.1. The local file path to the library is lib/commons-math3-3.6.1.jar


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