Fluid dynamics - flow profile and velocity

Click For Summary

Discussion Overview

The discussion revolves around calculating the mean flow and velocity distribution along the central axis of a narrowing cone, specifically focusing on the changes in velocity profile with increasing depth. Participants explore fluid dynamics concepts, including laminar and turbulent flow, and seek equations and methods for simulation in Matlab.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning

Main Points Raised

  • Ken seeks information on calculating velocity distribution in a narrowing cone, noting a lack of resources for this specific scenario.
  • Clausius2 requests clarification on the type of flow (incompressible, viscous, etc.) to provide appropriate governing equations.
  • Ken specifies the fluid as distilled water, describing it as Newtonian and viscous, and mentions that flow is driven by static pressure from a reservoir.
  • Ken proposes a simplified model of laminar flow in a tapered pipe, suggesting that the cone will accelerate velocity and change flow profile with depth.
  • Clausius2 discusses the conditions for viscous flow and provides governing equations for continuity and momentum, emphasizing the need for boundary layer approximation.
  • Clausius2 explains the limitations of the equations in modeling turbulent or transient flow and discusses the implications of shear stress and flow separation.
  • Ken expresses gratitude for the detailed response and acknowledges his limited background in fluid dynamics, indicating a desire to understand the material before seeking further assistance.

Areas of Agreement / Disagreement

Participants do not reach a consensus, as there are differing views on the applicability of certain equations and the nature of the flow (laminar vs. turbulent). The discussion remains exploratory with multiple perspectives on how to approach the problem.

Contextual Notes

Participants mention various assumptions, such as the nature of the flow and the conditions under which the governing equations apply. There are references to the need for numerical methods and coordinate transformations for simulation, indicating potential complexities in the mathematical modeling.

kkkkKen
Messages
3
Reaction score
0
Hi!
Great website I just wished I had discovered it earlier. :smile:

Here is my simple question and I would appreciate any tips or links where I can find more information.

Problem: I would like to calculate the mean flow or velocity distribution along the central axis of a narrowing cone as well as the velocity profile changes with increasing depth.
I have looked in the fluid dynamics books that I have at hand and searched the internet without any luck. There is however plenty of information on the opposite problem using a “A-cone” with increasing diameter or a nozzle.

Any ideas where I can this kind of information and the equations needed to simulate this in Matlab?

Cheers!

/Ken
 
Physics news on Phys.org
I need more information in order to help you:

Incompressible flow?

Inviscius Flow?

Viscous flow?

Please, clarify a bit more your question and I will be able to give you the governing equations.
 
Thanks for your reply Clausius2!

I'll try to clarify my setup a bit.

The fluid is destilled water (Newtonian, viscocity= 0.982[cp]) and the flow is driven by a static pressure from a resarvoar placed above the cone.

For simplicity one could just assume that we have a lamianar flow of water in a long pipe and that the pipe has a section that is tapered. To my understanding the the cone will have an accelerated velocity and the flow profile will change from laminar to plug flow with increasing depth of the cone. I would like to be able to calculate the velocity at different depth of the cone knowing the volume flow after the passage of the cone, and be able to estimate at what depths the flow profile will change from laminar, transient and plug.


Thanks,

/Ken
 
kkkkKen said:
Thanks for your reply Clausius2!

I'll try to clarify my setup a bit.

The fluid is destilled water (Newtonian, viscocity= 0.982[cp]) and the flow is driven by a static pressure from a resarvoar placed above the cone.

For simplicity one could just assume that we have a lamianar flow of water in a long pipe and that the pipe has a section that is tapered. To my understanding the the cone will have an accelerated velocity and the flow profile will change from laminar to plug flow with increasing depth of the cone. I would like to be able to calculate the velocity at different depth of the cone knowing the volume flow after the passage of the cone, and be able to estimate at what depths the flow profile will change from laminar, transient and plug.
/Ken

I have a doubt:
Do you mean turbulent flow when you said "plug flow"?

Let's name coordinate "z" the axis of symmetry of the cone (pointing upwards) and "r" the radial coordinate. We will suppose incompressible, viscous, laminar and steady flow. This is valid at low Strouhal and Reynolds numbers, and very accurate for your problem supposing the rate of discharge and characteristic velocity is not too fast. All this depend on the structural form of the vessel. Surely you will have to derive a condition involving water density, water viscosity, characteristic reservoir length and characteristic pipe lenght, in order to set up this problem as viscous. This condition has to be derived in order to check that your simulation really fits with the real event. If I had some picture about the system I could help you to derive it.

Once you have checked the flow as viscous (u=axial velocity, v=radial velocity):

Continuity: [tex]\frac{\partial u}{\partial z}+\frac{1}{r}\frac{\partial rv}{\partial r}=0[/tex]

x-Momentum: [tex]\rho u\frac{\partial u}{\partial z}+\rho v\frac{\partial u}{\partial r}= -\frac{\partial (P+\rho g z)}{\partial z} + \frac{\mu}{r}\frac{\partial}{\partial r}(r \frac{\partial u }{\partial r})[/tex]

y-Momentum: [tex]\frac{\partial P}{\partial r}=0[/tex]

with the boundary conditions: u(z=0)=Uo, P(z=0)=Po, v(z=0)=0. where z=0 is the highest section of the cone.
u(r=r(z))=0, v(r=r(z))=0, and du/dr(r=0)=0.

Please look into the above three equations and see they are "self contained".

Notice that I have employed the Boundary Layer Approximation. I mean, the pressure is constant along any transversal section, and the second derivative (see the viscous term) of the axial velocity respect to z is negligible compared with the second derivative of the axial velocity respect to r. Why is that? I'm supposing the cone has a length L and characteristic radius R. In the boundary layer approximation R/L<<<1 and radial variations are the most important. The transverse velocity "v" almost does not vary if the cone shape is narrow enough.

Notice too those equations does not model neither turbulent regimen, nor transient regimen. Why does it not? You have not included any flow of information to rearwards (you will not see any second derivative respect to z). Thus, it is impossible for you to simulate this equations and watch a recirculating flow because of boudary layer separation. You only are enabled to see the point in which the flow changes to turbulent viewing the shear stress at the cone wall. You should know the separation (and so the transition) is produced when the shear stress is 0 at some point (do you know it?). A flow completely turbulent is governed by Reynolds equations (they are very difficult to solve).

The mathematical behaviour of this equations is parabolic. I mean, it only has one characteristic curve (z=constant). Only the past history of the flow influence on the next abcissae. The flow has no information of what is happening in front of it. You will have to writte a program by means of Crank Nicholson or some implicit numerical method, taking steps in each "z".

In order to generate the computational mesh in Matlab, you will have to use a coordinate transformation. You have to build a transformation which transforms the non-rectangular domain into a rectangular one. This coordinate transformation will affect to the original equations. The three equations will be affected by a metric coefficient.

The initial data line (Uo, Po) corresponds to a viscous flow. Please see some literature about that because Uo surely corresponds to a Poiseuille profile and Po is the hidrostatic pressure (I'm not sure). Neglect the entrance effects at the pipe.

I hope it will help you.

Regards.
Javier.
 
Last edited:
Wow!

Thank you ever so much Javier!
What a well structured answer, it will take me some time to go through
the details and work out a solution. I also appreciate your offer to help me derive this, but in order to understand it, I really must give it a try myself. As you can tell my background is not in fluid dynamics and I really thought this could be approximated by the use of the Bernoulli equations and the definition of the Raynolds number as in the case of an endless pipe.

And for "plug flow" I was referring to the velocity profile,which occurs at turbulent flow which you pointed out.

I'll let you know how things turn out.

Thanks a million!

/Ken
 
kkkkKen said:
Wow!

Thank you ever so much Javier!
What a well structured answer, it will take me some time to go through
the details and work out a solution. I also appreciate your offer to help me derive this, but in order to understand it, I really must give it a try myself. As you can tell my background is not in fluid dynamics and I really thought this could be approximated by the use of the Bernoulli equations and the definition of the Raynolds number as in the case of an endless pipe.

And for "plug flow" I was referring to the velocity profile,which occurs at turbulent flow which you pointed out.

I'll let you know how things turn out.

Thanks a million!

/Ken

Thanks no needed, Ken. I'm very happy of answering Fluid Dynamics questions. Your question about that will be always welcome. Although I have not finished my engineering graduate program yet, Fluid Dynamics is the area of my main interest, and I'll be grateful of answering any doubts.

Although you have to start working on it, no approximation with Bernoulli equation is possible. That is very important. Bernoulli behaviour is the opposite of Viscous behaviour. Elect one of the two behaviours depending on your flow problem, but never mix together both things. If you employ Bernoulli equation, you will never obtain U=0 at the wall, because no boundary condition is possible, except in pressure.

Regards.
Javier.
 
Clausius2 said:
Thanks no needed, Ken. I'm very happy of answering Fluid Dynamics questions. Your question about that will be always welcome. Although I have not finished my engineering graduate program yet, Fluid Dynamics is the area of my main interest, and I'll be grateful of answering any doubts.

Although you have to start working on it, no approximation with Bernoulli equation is possible. That is very important. Bernoulli behaviour is the opposite of Viscous behaviour. Elect one of the two behaviours depending on your flow problem, but never mix together both things. If you employ Bernoulli equation, you will never obtain U=0 at the wall, because no boundary condition is possible, except in pressure.

Regards.
Javier.

Dear Javier,
I am impressed from the way you answer this problem, and i really would be so grateful to you if we can cooperate in solving a big fluid dynamics dilemma i have right now,
Send me your contacts details including your phone number in order to communicate.
Best Regards,
Mohamed
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 35 ·
2
Replies
35
Views
5K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 48 ·
2
Replies
48
Views
6K
Replies
13
Views
4K
  • · Replies 48 ·
2
Replies
48
Views
5K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 14 ·
Replies
14
Views
2K