posted 20 years ago
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 ]
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors