PlanetPhysics/Airship Stream Function

This is a work in progress... \\

Here we will calculate the stream function for an arbitrary body of revolution. This will then let us calculate the lift on an airship for various hull geometries. Following the setup in [1], combine the uniform stream function with a line of sources and sinks along the axis of symmetry.

The steps of the calcuation are:

1) Get an expression for the stream function. Since, we have lots of sources/sinks along the axis and we don't know the strength of each one , we must must setup algebraic equations to solve for the strengths

2) N equations are created by using the property that the stream function is zero on the surface

So for N sources/sinks we have N points on the surface giving us N equations and N unknowns.

3) Numerically solve the equations for the N source/sinks strengths.

{\mathbf Stream Function}

In the below figure we need expressions for the vector magnitude from the source to the point on the surface

but

Therefore

Similarily,

\begin{figure} \includegraphics[scale=.85]{AirshipStreamFunction.eps} \caption{Airship Stream Function Setup} \end{figure}

The last piece needed is to describe the airship geometry to give us . Using the equation for an ellipse gives us a starting point.

Combining all the equations gives us an expression for the stream function for the top surface points

Yikes! Following the example in [2] the matrix form of the above equation when put together for N equations for the top surface becomes

The matrix equation is then

therefore in matlab or octave we wil solve for the strengths, (i.e. 4 sources)

References edit

[1] Kundu, P.E., Cohen, I.M. "Fluid mechanics" 2nd Edition. Academic Press, San Diego, 2002.

[2[ Kuethe, A.M., Chow, C. "Foundations of Aerodynamics" 4th Edition. John Wiley \& Sons, New York 1986.