Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/philippemiron/pypiv

Particle image velocimetry (PIV) learning software
https://github.com/philippemiron/pypiv

Last synced: 2 months ago
JSON representation

Particle image velocimetry (PIV) learning software

Awesome Lists containing this project

README

        

# 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!)