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 Qn, 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 Pn on the surface giving us N equations and N
unknowns.
3) Numerically solve the equations for the N source/sinks strengths.
Stream Function
In the below figure we need expressions for the vectormagnitude from the source to the point on
the surface
but
Therefore
Similarily,
Figure 1:Airship Stream Function Setup
The last piece needed is to describe the airship geometry to give us yp. 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)
This is version 10 of Airship Stream Function, born on 2006-10-26, modified 2006-10-29.
Object id is 233, canonical name is AirshipStreamFunction.
Accessed 2353 times total.