Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SaraSis/PIV-data-process
Some codes used to process the fluid experiments data aquried by PIV(Particle Image Velocimetry) sysytem
https://github.com/SaraSis/PIV-data-process
Last synced: 15 days ago
JSON representation
Some codes used to process the fluid experiments data aquried by PIV(Particle Image Velocimetry) sysytem
- Host: GitHub
- URL: https://github.com/SaraSis/PIV-data-process
- Owner: SaraSis
- Created: 2020-07-24T06:52:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T07:17:43.000Z (over 4 years ago)
- Last Synced: 2024-02-16T13:32:57.466Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome_piv - SaraSis / PIV-data-process
README
# PIV-data-process
Some codes used to process the fluid experiments data aquried by PIV(Particle Image Velocimetry) sysytem**Input file**:
the .mat file exported from the PIVlab on MATLAB
**Output results**:
1. the time-avereaged velocity
2. the turbulent velocity
3. the turbulent kinetic energy dissipation rate**---to be continued---**
## Source Code Description
*Velocity.py*:
load mat file and calculate the velocity
*Smooth.py*:
define a moving average functionthe median average algorithm is used here
require input as 1-d array and the output is a 1-d array, too
*DissipationRate.py*:
define a function to compute the turbulent kinetic energy dissipation rate
need the turbulent velocity as input (a 3-d array here)
the output is a 3-d array of the dissipation rate