solidify(replace by a solid body like a cylinder or whatever). To get the body contour accurately, starting streamlines from near the stagnation points can be effective.
cylinder.m
. Print it out and
in the print-out mark where the complex potential for flow around a
circular cylinder is being set. Also mark where the streamlines are
being drawn, and how that works. Run the program in Matlab and
print out the streamlines around a circular cylinder. Then set
variable Gamma
) to an interesting value and print
out those streamlines too.
airfoil.m
. Mark where a
cylinder potential is set in a complex airfoil.m
is astonishingly simple for the complexity of the
flow and graphics that it produces.
Then in Matlab, select parameters that produce the flow around a
slightly cambered Joukowski airfoil of roughly 10% thickness ratio
at 15 degrees angle of attack. List your parameters. Plot out the
picture of the streamlines and isobars. Next set the circulation to
zero by setting variables Gamma
and auto
both to zero
and replot to show the effect of not satisfying the Kutta condition.
Do the streamlines still come off smoothly from the trailing edge?
What happens to the pressure?