Find the ideal flow about an ellipse whose horizontal axis
length is its vertical axis. Is the velocity still
at the top of the ellipse like for a cylinder? If not,
how big is it?
From the airfoil program page,, click
on and read program airfoil.m. Save airfoil.m as type ``all files''
and run it in Matlab or octave 3.0 or higher. You will get plots of
flow past a cylinder in the plane ( in your notes)
and an unimpressive flush flow past an infinitely thin plate. So
set the radius r0 to a value a bit greater than one to give
the airfoil thickness. Use screen capture or the print
command to make a hardcopy of the airfoil plot. The airfoil does
not seem to produce much lift. Set the angle of attack alp to
a suitable value to fix that and plot. Darn, still no lift. Set
the circulation Gamma to some nonzero value (the program will
correct the value you put in.) Replot.
Plot the lines of constant pressure coefficient
on the airfoil with alpha
equal to 20 and r0 equal to 1.1. Stay completely in complex
variables to compute the pressure coefficient. You can use the abs function to get the magnitude of after you have found it.
Use the chain rule. Print out the modified program and the isobars.
Would it not be nice to have some camber? Change program
airfoil.m to produce an airfoil with positive camber. You will need
to correct one line in the program. Print out the modified program
and the airfoil.
According to potential flow theory, what would be the lift per
unit span of a flat-plate airfoil of chord 2 m moving at 100 m/s at
sea level at an angle of attack of 10 degrees? What would be the
drag? What would be the circulation around the airfoil?
Compute approximate values of the Reynolds number of the following
flows:
your car, assuming it drives;
a passenger plane flying somewhat below the speed of sound
(assume an aerodynamic chord of 30 ft);
flow in a 1 cm water pipe if it comes out of the faucet
at .5 m/s,
In the last example, how fast would it come out if the Reynolds number is
1? How fast at the transition from laminar to turbulent flow?