• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

To PI or not to PI

 
Ranch Hand
Posts: 336
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You had a 10" water line that broke down. Unfortunately, there's only 1" pipe available for replacement.

How many 1" pipes is needed (and why/how) to replace the one 10"?

Cheers,

Leslie
 
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does a 10" line have an inside diameter of 10 inches?
 
Ranch Hand
Posts: 1907
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
100
 
lowercase baba
Posts: 13089
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
100. assuming that the flow isn't restricted by surface area of the pipe...

a 10" (i'm assuming this is the inside diameter) pipe has an area of PI * r^2. if our diam. is 10, our radius is 5. so the 10" pipe has a cross-section area of 25PI.

Each 1" pipe has a radius of 1/2", or an area of (1/4)PI. so, we need 100 pipes.

However, the first pipe has a surface area equal to 10PI (times the length, which we can ignore). the 100 pipes have a surface area of 100PI.

I am not a fluids engineer, but i would imagine that more surface area would result in more friction, slowing down the flow, but i have no idea how to calculate that.
[ July 02, 2004: Message edited by: fred rosenberger ]
 
Arjun Shastry
Ranch Hand
Posts: 1907
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, I think so.Factor that determines is I think Reynold's numebr.Ratio of inertial force to viscous force.Bigger pipe will have more intertia.
 
Ranch Hand
Posts: 925
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think Poiseuille's Law applies here.

which means that the flow is proportional to r^4

which means 100million 1" tubes!!
 
SJ Adnams
Ranch Hand
Posts: 925
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
strike that - 10,000 is the answer
 
reply
    Bookmark Topic Watch Topic
  • New Topic