Skip to content

An implementation of the finite time Lyapunov exponent algorithm for unsteady flows as described in https://doi.org/10.1063/1.3270044.

License

Notifications You must be signed in to change notification settings

iamboorrito/FTLE-Unsteady-Flows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FTLE Unsteady Flows

A (mostly) poorly written implementation of the FTLE algorithm for my dynamical systems final project. To compile the C files, you need OpenMP and gcc. I compile them on MacOS using

gcc-8 -fopenmp -o flow flow_map.c

and use Matlab to run the .m script. There is also a standalone C file called ftle.c which computes the flow map and finite time Lyapunov exponent field and outputs them both as .ppm and .csv files.

Double Gyre made by standalone

Unsteady Pendulum

Sinusoidal flow by standalone

About

An implementation of the finite time Lyapunov exponent algorithm for unsteady flows as described in https://doi.org/10.1063/1.3270044.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published