Skip to content

Dynamic mass spring damper simulation with truss application.

License

Notifications You must be signed in to change notification settings

Elixonus/dampspring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quality Build Issues Language Platform License Code Size

Dampspring

Preview

Montage Video (2K60FPS)

Montage Image

Montage (Parallel) Video (2K60FPS)

Montage (Parallel) Image

Warren Truss Bridge Video (2K60FPS)

Warren Truss Bridge Image

Warren Truss Bridge Force Diagram Video (2K60FPS)

Warren Truss Bridge Force Diagram

Steps

Pre-Requirements

Compilation: GNU/Linux and gcc-14 C23 or higher

  • Recommended distro: Ubuntu 24.04 or higher

Pipeline: GNU/Linux

Execution: minimum 2GB memory (for 2K60FPS)

Setup

$ ./setup.sh

Format

$ ./format.sh

Build

$ ./build.sh

Run

$ ./bridges.sh

Creates solutions (videos and force data on each member and reactions on each support in the tmp directory) for each of the five truss bridges: warren, pratt, howe, parker and cambridge without further input.

or

$ ./custom.sh

Creates solution (videos and force data on each member and reactions on each support) for a given problem containing input data for joints, members, supports, loads as well as other input data provided into standard input of the shell script (gravity, duration, frame rate, step rate, etc...).

Example stdin:

$ warren.txt
$ 9.8
$ 3.0
$ 10000.0
$ 60.0
$ 1920
$ 1080
$ 0.5
$ 0.125
$ 1.0
$ 1.0
$ tmp/warren

or

$ ./montage.sh