Skip to content

Commit 43e8bef

Browse files
committed
Update README.md
1 parent 9a3e5fa commit 43e8bef

File tree

1 file changed

+42
-4
lines changed

1 file changed

+42
-4
lines changed

README.md

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,51 @@
1-
# Abstract
2-
3-
4-
51
# pivpr
62

73
[![DOI](https://zenodo.org/badge/16003/Jwely/pivpr.svg)](https://zenodo.org/badge/latestdoi/16003/Jwely/pivpr)
84

95
Exploration of the Pressure Relaxation phenomena with Particle Image Velocimetry, or `pivpr` for short.
106

7+
## Abstract
8+
Vortices are a common phenomenon in fluid flows that arise as kinetic
9+
energy dissipates into heat via viscous interaction. They arise naturally
10+
at large scales in the form of dust devils, tornadoes, and as a
11+
counter-rotating vortex pair in the wake of
12+
aircraft. It is important to understand the conditions leading to their
13+
formation, their duration, and their dissipation in order to forecast or
14+
prevent undesirable effects. Among these deleterious effects is a decrease
15+
in safety of aircraft
16+
operations in the wake of other aircraft, an extremely common situation at
17+
airports around the world. A large number of mathematical models and
18+
experimental data sets exists to help explain various aspects of axial wake
19+
vortex behavior, but current models fail to explain why many vortices
20+
remain tightly wound with slowly decaying azimuthal
21+
velocities about their cores the length of time for which they
22+
have been observed. The current study builds upon the theoretical work of
23+
Ash, Zardadkhan and Zuckerwar, and tests specific attributes
24+
of a turbulent axial vortex for agreement with non-equilibrium pressure
25+
relaxation theory. This theory provides an exact solution to a modified
26+
version of the Navier-Stokes equations for an
27+
axial vortex, with a resulting velocity model that agrees with leading
28+
empirical models. In the present investigation, axial wake vortices were
29+
created with a bi-wing vortex
30+
generator in a low speed wind tunnel, at free stream velocities between 15
31+
and 33 $m/s$. Stereo particle image velocimetry was employed to
32+
map three dimensional velocity vectors at positions between 5.4 and 10
33+
chord lengths downstream of the vortex generator, and at a sampling rate of
34+
1Hz for 200 seconds. A Reynolds time averaging approach was employed to
35+
express instantaneous velocity measurements as localized mean and
36+
fluctuating components and to study turbulent structures within the
37+
vortices. Periodicity in turbulent energy and Reynolds stress structures
38+
was observed by comparing vortex velocity fields normalized by age, based
39+
on free stream velocity and downstream distance. The cores of these
40+
vortices appeared to periodically ingest turbulent energy and compress it
41+
into approximately one half of local core radii. The cyclical ingestion of
42+
turbulence was shown to have the effect of tightening the core radius in
43+
the wake of the vortex generator center body. If this phenomenon persists
44+
for the life of the vortex, it could provide an explanation for the
45+
longevity of the azimuthal velocity component, as observed in natural wake
46+
vortices.
47+
48+
## About
1149
This repository is for code and resources for my masters thesis in Aerospace Engineering at [Old Dominion University](https://www.odu.edu/mae). The code revolves around synthesis and display of test data taken of an axial wake vortex with Particle Image Velocitmetry (PIV) in the ODU Low Speed Wind Tunnel (LSWT).
1250

1351
The data is discussed in the context of the pressure relaxation phenomena which is theorized to allow the longevity of axial wake vortex flow structures. "Raw" vector data is calculated from raw stereo image data and instrument calibration parameters by comercial software using particle displacement tracking methods, and is stored in tabular `v3d` files. These v3d files are considered the starting point for this code base, though some additional code has been writen to demonstrate uncertainty principles behind correlation techniques used to calculate 3d vector fields from stereo frame stradled image pairs.

0 commit comments

Comments
 (0)