13 11/24 W

  1. Draw the streamlines of the uniform flow $F=Uz$, with $U$ a positive real constant. Now define a new coordinate $\zeta=\sqrt{z}$. Plot the streamlines of the same flow $F$ in the $\zeta$-plane.

  2. The flow around a circular cylinder is

    \begin{displaymath}
F = U\left(z + \frac1z\right)
\end{displaymath}

    Apply the Joukowski transformationw

    \begin{displaymath}
\zeta = z + \frac{1}{z}
\end{displaymath}

    to find a new coordinate $\zeta$. How does the cylinder flow in the $z$-plane look in the $\zeta$ plane? How does the cylinder look in the $\zeta$-plane? So, are you surprised by the flow field?

    That was too boring. Take the flow around a circle of radius 2,

    \begin{displaymath}
F = U\left(z + \frac4z\right)
\end{displaymath}

    and apply again the Joukowski transformation:

    \begin{displaymath}
\zeta = z + \frac{1}{z}
\end{displaymath}

    Show that the circle transforms to an ellipse in the $\zeta$ plane by setting $z=2e^{{\rm i}\theta}$ on the surface of the circle and transforming that. What is the aspect ratio of the ellipse? Find the velocity at the top and bottom points of the ellipse and compare with the value $2U$ that applies for a circle. To find the velocity, use

    \begin{displaymath}
v_{\xi} - {\rm i}v_{\eta} = \frac{{\rm d}F}{{\rm d}\zeta} =
\frac{{\rm d}F}{{\rm d}z} \Big/ \frac{{\rm d}\zeta}{{\rm d}z}
\end{displaymath}

    where $v_{\xi}$ and $v_{\eta}$ are the velocity components of the flow in the $\zeta$ plane.

  3. Read through the cylinder flow program cylinder.m. Save it as type ``all files'' and run it in Matlab or Octave 3.0 or higher. Make plots to show the effect of changing the angle-of-attack parameter and of the circulation. In particular, plot the flow for the values of the circulation for which the stagnation points are at opposite sides of the cylinder, for which they are apart by a 90$^\circ$ angle, for which they coincide, and for which they are completely off the cylinder. Use screen capture or the print command to make hardcopies of the plots. Try help print if needed.

  4. Read through the cylinder flow program airfoil.m. Save it as type ``all files'' and run it in Matlab or Octave 3.0 or higher. Do a “clear all” first to get rid of the cylinder stuff. Make plots to show zero thickness airfoil. Change the radius of the cylinder to produce a symmetric Joukowski airfoil with and without lift. Destroy the top/bottom symmetry of the conformal mapping to create camber. Be sure to create a reasonable cambered airfoil shape, thickness ratio about 15%, angle of attack about 15 degrees.

  5. Airfoils have a suction peak at the nose. Read through and download pressure.m. Adjust to get a good picture. Mark both the stagnation point and the suction peak in the picture. Comment on the pressure at the trailing edge. How big is it?

  6. 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?