Solution of LaPlace's equation

Linear pde's can often be solved using a "separation of variables" technique. This is done by assuming φ[r,θ]  = A[r] G[θ].  As for Re=0 flows, we can often find the form of the angle function from the boundary conditions, in this case, the free stream flow.   

The boundary conditions for the sphere at infinity are [Graphics:../Images/inviscid_sphere_gr_13.gif] = U cos[θ], [Graphics:../Images/inviscid_sphere_gr_14.gif] = -U sin[θ].  Recall the definition - ∇ φ = v,   thus:  [Graphics:../Images/inviscid_sphere_gr_15.gif] =-[Graphics:../Images/inviscid_sphere_gr_16.gif] vth = - [Graphics:../Images/inviscid_sphere_gr_17.gif] [Graphics:../Images/inviscid_sphere_gr_18.gif] this suggests that the boundary conditions on  φ[r,θ] are  
φ[r->∞,θ] = -U r Cos[θ],  
at r=R, we have [Graphics:../Images/inviscid_sphere_gr_19.gif] = 0, φ'[r=R] = 0

This suggests a trial form of phi as

[Graphics:../Images/inviscid_sphere_gr_20.gif]

We need to start the solution by substituting the trial solution into
the laplace equation

laplacetemp = Simplify[laplaceeq /. 
   {Derivative[a1_, a2_][φ][r, θ] :>
     D[phitrial, {r, a1}, {θ, a2}], φ[r, θ] -> phitrial}]
[Graphics:../Images/inviscid_sphere_gr_21.gif]

Things are going well, the θ dependence divides out!  Let's get rid of it and rearrange the equation.

[Graphics:../Images/inviscid_sphere_gr_22.gif]
[Graphics:../Images/inviscid_sphere_gr_23.gif]

This can be solved readily with a solution of the form A[r] = rα because it is an Euler equation.  

[Graphics:../Images/inviscid_sphere_gr_24.gif]
[Graphics:../Images/inviscid_sphere_gr_25.gif]

Here is the far away boundary condition, φ[r,θ] --> - r Cos[θ] U (or [Graphics:../Images/inviscid_sphere_gr_26.gif] = U Cos[θ])  , @ r-->infinity

[Graphics:../Images/inviscid_sphere_gr_27.gif]
[Graphics:../Images/inviscid_sphere_gr_28.gif]

The boundary condition on the sphere must be [Graphics:../Images/inviscid_sphere_gr_29.gif][r=R] = 0

[Graphics:../Images/inviscid_sphere_gr_30.gif]
[Graphics:../Images/inviscid_sphere_gr_31.gif]

Now solve for the constants

[Graphics:../Images/inviscid_sphere_gr_32.gif]
[Graphics:../Images/inviscid_sphere_gr_33.gif]
[Graphics:../Images/inviscid_sphere_gr_34.gif]
[Graphics:../Images/inviscid_sphere_gr_35.gif]

We can compute the velocity components  [Graphics:../Images/inviscid_sphere_gr_36.gif] =-[Graphics:../Images/inviscid_sphere_gr_37.gif] vth = - [Graphics:../Images/inviscid_sphere_gr_38.gif] [Graphics:../Images/inviscid_sphere_gr_39.gif]

[Graphics:../Images/inviscid_sphere_gr_40.gif] = - D[phianswer,r]
[Graphics:../Images/inviscid_sphere_gr_41.gif]
[Graphics:../Images/inviscid_sphere_gr_42.gif]
[Graphics:../Images/inviscid_sphere_gr_43.gif]


Converted by Mathematica      June 18, 2000