Stagnation points for flow around a cylinder

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 10K views
SaveFerris
Messages
4
Reaction score
0
i was just wondering how you'd go about finding the location of stagnation points for an incompressible flow around a cylinder if you know what the stream function is?

Thanks!
 
Physics news on Phys.org
You have to come up with representative nodes to solve ur equation for velocity and then see which points have no flow velocity. I usually use finite differences at each node to solve the PDE (Navier-Stokes equation). Remember that molecules on the surface have zero velocity.
 
If you know the stream function, it's easy. Just look for points on the surface of the cylinder with zero velocity. Typically, the velocity components can be found from the streamfunction in a fairly straightforward way:

[tex] u = d\psi/dy[/tex]
[tex] v = -d\psi/dx[/tex]

At the stagnation point, u and v will be zero.
 
Thank you so much.
This is a great help!