1 / 8

for inviscid , irrotational flows

Potential Flow. curl of gradient = 0. In Cartesian coordinates:. for inviscid , irrotational flows. can only exist for irrotational flows. velocity potential. In Cartesian coordinates:. Incompressible flows:. For incompressible, irrotational flows, the governing equation is:.

elita
Download Presentation

for inviscid , irrotational flows

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Potential Flow curl of gradient = 0 In Cartesian coordinates: for inviscid, irrotational flows can only exist for irrotational flows velocity potential

  2. In Cartesian coordinates: Incompressible flows: For incompressible, irrotational flows, the governing equation is: continuity in terms of the velocity potential: Laplace’s equation

  3. Although incompressibility is not required for a velocity potential to exist, only incompressible, irrotational flows are called Potential Flows The advantage of using a velocity potential, instead of a velocity vector is that one scalar function can contain all three components of velocity vector Potential function - Points of different clusters fall in separate valleys Potential Flows http://today.slac.stanford.edu/images/2009/data-mining.jpg

  4. The stream functionψ is another scalar function that contains all velocity components For 2-D incompressible flows: Continuity equation: is satisfied if Ψis differentiable For 2-D irrotational flows: For incompressible & irrotational 2-D flows, ψ satisfies Laplace’s eq. Therefore, for potential flows, both Φ and ψ satisfy Laplace’s eq.

  5. Partial differential equation -- elliptic Boundary conditions need to be specified around the entire domain b) Specify at normal to boundaries : Neumann boundary condition c) Specify at (any linear combination of a) and b)): Robin boundary condition a) Specify at boundaries : Dirichlet boundary condition Potential Flows

  6. Uniform Flow y u x Examples of Potential Flows

  7. [x,y]=meshgrid(0:.05:2,0:.05:1); fi=0.5*x; contourf(x,y,fi) xlabel('x','FontSize',14); ylabel('y','FontSize',14); title({'Potential Function for ux'},'FontSize',14); colorbar('FontSize',14);

  8. figure psi=-.5*y; contourf(x,y,psi) xlabel('x','FontSize',14); ylabel('y','FontSize',14); title({'Stream Function for -uy'},'FontSize',14); colorbar('FontSize',14);

More Related