Options
Partice Image Velocimetry (PIV) Measurements of the Velocity Field Behind the Truncated Cylinder
Citation Link: https://doi.org/10.15480/336.3946
Type
Dataset
Version
1.0
Date Issued
2021-12-02
Author(s)
Data Collector
Language
English
Institute
Abstract
Three-dimensional, two-cameras particle image velocimetry snapshots of the velocity field behind the truncated cylinder at two horizontal sections (T,M). Instantaneous snapshots of the velocity field are saved in *.npy format which is a binary format, provided by NumPy Python library.
Naming convention:
TC25-8-SP-T - Truncated cylinder 25cm, 8m/s inflow velocity, Stereo PIV (SP), T - top section
Naming convention:
TC25-8-SP-T - Truncated cylinder 25cm, 8m/s inflow velocity, Stereo PIV (SP), T - top section
Subjects
Particle Image Velocimetry
DDC Class
620: Ingenieurwissenschaften
Funding Organisations
DOD | USN | ONR | Office of Naval Research Global (ONRG)
More Funding Information
NICOP Grand Number: N62909-18-1-2080
Technical information
The experiments are conducted in a windtunnel of TUHH.
The diameter d of the cylinder is 0.25m, the height of the cylinder l is 1m.
Data for three Reynolds numbers are published 6.4e+04, 1.28e+05, 2.41e+05.
The data are provided for two sections - at the middle and at the top of the cylinder
In order to read the data, following minimum example
can be used (python2.7):
import matplotlib
import matplotlib.pyplot as plt
import numpy as np
xg,yg,ug,vg,wg = np.load(fname,allow_pickle=True)
uinf = 8
# plotting
plt.contour(yg/d,xg/d,ug/uinf,linewidths=0.5,colors='k')
plt.contourf(yg/d,xg/d,ug/uinf,15,cmap=plt.cm.jet)
plt.colorbar() # draw colorbar
plt.show()
plt.clf()
(fname is the file name, for example "1000.npy")
(xg,yg are the 2d coordinates in the measurement section)
(ug, vg, wg - velocity components from the PIV measurement)
(uinf is the inflow velocity)
The diameter d of the cylinder is 0.25m, the height of the cylinder l is 1m.
Data for three Reynolds numbers are published 6.4e+04, 1.28e+05, 2.41e+05.
The data are provided for two sections - at the middle and at the top of the cylinder
In order to read the data, following minimum example
can be used (python2.7):
import matplotlib
import matplotlib.pyplot as plt
import numpy as np
xg,yg,ug,vg,wg = np.load(fname,allow_pickle=True)
uinf = 8
# plotting
plt.contour(yg/d,xg/d,ug/uinf,linewidths=0.5,colors='k')
plt.contourf(yg/d,xg/d,ug/uinf,15,cmap=plt.cm.jet)
plt.colorbar() # draw colorbar
plt.show()
plt.clf()
(fname is the file name, for example "1000.npy")
(xg,yg are the 2d coordinates in the measurement section)
(ug, vg, wg - velocity components from the PIV measurement)
(uinf is the inflow velocity)
No Thumbnail Available
Name
TC25-8-SP-M.zip
Size
431.4 MB
Format
ZIP
No Thumbnail Available
Name
TC25-15-SP-T.zip
Size
390.77 MB
Format
ZIP
No Thumbnail Available
Name
README.txt
Size
676 B
Format
Text
No Thumbnail Available
Name
TC25-4-SP-T.zip
Size
1.67 GB
Format
ZIP
No Thumbnail Available
Name
TC25-4-SP-M.zip
Size
2.1 GB
Format
ZIP
No Thumbnail Available
Name
TC25-15-SP-M.zip
Size
416.88 MB
Format
ZIP
No Thumbnail Available
Name
TC25-8-SP-T.zip
Size
439.23 MB
Format
ZIP