Skip to content

Fortran simulation of 1D non-linear chain for studying the FPUT problem

License

Notifications You must be signed in to change notification settings

NotQuiteAwake/fort-fput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPUT problem

This Fortran code explores the Fermi–Pasta–Ulam–Tsingou(FPUT) problem in chaos theory by simulating a 1D chain with non-linear dynamics with symplectic integrators.

To build the Fortran code, run:

meson setup build
ninja -C build/

and the binary will reside at build/fput. Python code in pysrc is mainly for plotting, and its main function resides in plot.py.

The programs all read and write to stdin/stdout; Make use of pipes in shell to redirect to and from files.

Demo

output.mp4

License: MIT.

About

Fortran simulation of 1D non-linear chain for studying the FPUT problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published