Flow Fully Dev: Find Length of Pipe for Velocity v

  • Thread starter Thread starter pyroknife
  • Start date Start date
  • Tags Tags
    Flow
AI Thread Summary
The discussion focuses on calculating the length of a pipe for different flow velocities, specifically addressing fully developed flow conditions. The user calculates Reynolds numbers for velocities of 0.1 m/s and 10 m/s, concluding that the flow is laminar at the lower velocity and turbulent at the higher velocity. They apply appropriate formulas to determine the length-to-diameter ratios and corresponding lengths for both flow conditions. Clarification is provided that fully developed flow indicates a stable velocity distribution over time. The user is reassured that their approach and equations are correct, assuming proper unit conversions.
pyroknife
Messages
611
Reaction score
4
I have attached the problem.

I did the problem, but I'm not confident about my approach or solution. The "fully developed" part is confusing me a little, but anways here'smy approach:

For v=0.1 m/s
Reynold's number=(density)*(velocity)*diameter/viscosity
=1000*.1*0.02/(10^-3)=2000 <<<< I think this indicates that its laminar?
If so then:
L/d=.06*Reynold's
L=.02*.06*2000=2.4m

For v=10m/s
Reynold's=200,000 <<< I think this indicates that its turbulent
If so then:
L/d=4.4(Reynold's)^(1/6)
L=.02*4.4*(200000^(1/6))
=.673m
 
Physics news on Phys.org
pyroknife said:
I have attached the problem.

I did the problem, but I'm not confident about my approach or solution. The "fully developed" part is confusing me a little, but anways here'smy approach:

For v=0.1 m/s
Reynold's number=(density)*(velocity)*diameter/viscosity
=1000*.1*0.02/(10^-3)=2000 <<<< I think this indicates that its laminar?
If so then:
L/d=.06*Reynold's
L=.02*.06*2000=2.4m

For v=10m/s
Reynold's=200,000 <<< I think this indicates that its turbulent
If so then:
L/d=4.4(Reynold's)^(1/6)
L=.02*4.4*(200000^(1/6))
=.673m

Let me guess. You are trying to calculate the nominal entry length for flow in a tube. You
used the correct equations, and implemented them correctly (assuming you got the units right).

Fully developed flow means that the velocity distribution is not changing with time.
 
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...
Back
Top