Skip to content
/ PIV Public
forked from forughi/PIV

A Particle Image Velocimetry (PIV) code in Python and Matlab

License

Notifications You must be signed in to change notification settings

luki58/PIV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Particle Image Velocimetry (PIV) Code

A flexible and hackable Particle Image Velocimetry (PIV) code in Python and Matlab.

Notes:

  • The Python version of the code (Python_Code.py) has been updated frequently. The Matlab version is relatively older. Please use the Python code if you can.
  • In some cases, Numba makes the code run much faster (up to 2.2 times). If you don't want to use Numba, comment lines 12 and 15.
  • If you want to call the PIV code as a function in your code, please see the contents of "Python_Function" folder in the current repository. There is a sample code ("sample.py") that can show you how to call the function from "piv_lib.py".

About

A Particle Image Velocimetry (PIV) code in Python and Matlab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.6%
  • MATLAB 28.4%