Skip to content

Numerically Solving and Visualising Lorenz system by Runge Kutta Method (4th order) in Fortran and Gnuplot

License

Notifications You must be signed in to change notification settings

ShrirajHegde/lorenz_system-rk4

Repository files navigation

Lorenz system with Runge-Kutta (4) Method

Numerically Solving and Visualising Lorenz system by Runge - Kutta Method (4th order) on FORTRAN with gnuplot and generate GIF & MP4 animation


GIF Animation generated:


Animation GIF

Usage:

  • Visualization

    • Compile the fortran program with gfortran lorenz_attractor.f90
    • Run the compiled program with ./a.out or ./a.exe
    • Now, the data file for plotting should be in the folder, run gnuplot plot_lorenz_attractor_dat.gnu to plot in Gnuplot
    • Use mouse to rotate and view from different angles
  • Generating Animated GIF:

  • Generating Animated MP4:

    • Run generate_animated_video.sh (requires ffmpeg)
    • The Video will be generated in the same folder

About

Numerically Solving and Visualising Lorenz system by Runge Kutta Method (4th order) in Fortran and Gnuplot

Topics

Resources

License

Stars

Watchers

Forks