Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philippemiron/piv-analysis
Different code for particles image velocimetry
https://github.com/philippemiron/piv-analysis
Last synced: 23 days ago
JSON representation
Different code for particles image velocimetry
- Host: GitHub
- URL: https://github.com/philippemiron/piv-analysis
- Owner: philippemiron
- License: mit
- Created: 2013-10-01T14:53:43.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2020-06-29T17:28:33.000Z (over 4 years ago)
- Last Synced: 2024-02-17T13:33:13.898Z (9 months ago)
- Language: C++
- Size: 1.45 MB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome_piv - philippemiron / piv-analysis
README
# Different code for particles image velocimetry analysis
average.bin
- calculate the average and rms of two dimensional velocity fieldsfield2points.bin
- create spatial signal from two dimensional velocity fieldsq.bin
- calculate vorticity and q criteria from two dimensional velocity fieldsfft.bin
- calculate the Fast Fourier Trans of a velocity signal
- uses the open source code FFTW (https://github.com/FFTW/fftw3)I/O files format
- all I/O files are based on Tecplot 360 format
- the TecIO library can be used to generate binary file format if needed see details here http://www.tecplot.com/downloads/tecio-library/