Skip to content

philippemiron/pypiv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypiv

Simple PIV script

I built this to understand Particle Image Velocimetry (PIV) and how commercial softwares calculate velocity fields from particle images. Theses scripts use numpy library to evaluate the correlation using bidimensional fast fourrier transfert.

How does it work?

  1. image.py: generate double frame images of particles with a analytical velocity fields (set dx, dy)
  2. piv.py: retrieve a window from both images and calculate the correlation (and the its peak) to evaluate the displacement (should retrieve dx, dy!)

About

Particle image velocimetry (PIV) learning software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages