Hi Fred. Nice award, I think you earned it!
Hi Blaster,
Equations for fluid flow, such as Darcy-Weisbach, Hagen-Poiseuille, Colebrook equations, the Moody chart and similar flow equations all assume flow in circular pipes. These equations can be used for other cross sectional shapes such as square cross sections, but these cross sections have to be equated to a circular cross section that produces the same restriction. That cross section is called the "hydraulic diameter". Note that the hydraulic diameter is not the same as an "equivalent diameter" that results in the areas being equal.
The hydraulic diameter is can be calculated from:
Dh = 4A/U
Where A = cross sectional area
U = wetted perimeter
Ref: http://en.wikipedia.org/wiki/Hydraulic_diameter"
This is the equation Fred provided above. For example, a 1 mm square tube (inner dimensions) has a hydraulic radius of 1 mm.
Once you've found the hydraulic diameter, you can attack this just like any other circular pipe flow problem. For incompressible flow, I'd suggest applying Darcy-Weisbach directly.
Pressure drop is called head loss or frictional head loss and a few other names too. That equation is:
h = f L V^2 / ( 2 D g)
where f = friction factor
L = pipe length
V = fluid velocity
D = hydraulic diameter
g = constant (acceleration due to gravity = 32.174 ft/s2 = 9.806 m/s2)
Ref: http://www.lmnoeng.com/darcy.htm" - I'm using this reference because they have a calculator at this site. You may not want to use it, but it would serve as a check of your own numbers. I'd suggest creating your own program using a spreadsheet.
The only variable above you won't have is friction factor, which is a function of Reynolds number. Wikipedia has a good article on Reynolds number here. It's the same equation provided by Clausius above.
http://en.wikipedia.org/wiki/Reynolds_Number"
Of course, you still need kinematic or absolute viscosity. The values for viscosity can be found in any textbook or on the web, for example here:
http://www.engineeringtoolbox.com/water-dynamic-kinematic-viscosity-d_596.html"
Once you do that, you still need to find friction factor. There are many ways to calculate that, including taking it directly off of the Moody diagram. I'd recommend you create a spreadsheet that does all this for you, so I'd suggest using an equation as described at Engineering Tips Forum here:
http://www.eng-tips.com/faqs.cfm?fid=1236"
Note that for the above friction factor you'll need pipe roughness, which is dependant on your actual hardware. If you don't know what it is for your square tube, I'd suggest using 0.00015 which is commonly used for clean pipe. Note also, D in these equations is the hydraulic diameter.
The last thing to do is determine flow as a function of pressure drop per the Darcy-Weisbach equation. Note that head (h) is the pressure created by a given column of the fluid in question. Velocity is a function of flow rate. You'll need to separate out those portions and treat them separately, or possibly use the calculator given on the internet.
~
If I do these calculations, I come up with a Reynolds number of 2577, which is somewhere in the transition zone. It may be turbulent, and it may be laminar.
- If I assume it is laminar, the flow rate for your case will be .0324 gallons per minute. Convert that how you need to.
- If I assume the flow is turbulent, I get .0178 GPM.
Couple things to note here. I've neglected exit losses, which in this case are fairly small, but to explain how to calculate exit losses would take another post this size. I've also assumed there are no elbows or other restrictions in this line. Finally, I've assumed the line is horizontal. If there is any elevation change in the line, you can correct for that using Bernoulli's equation.
This is a lot to cover in a single post, so I may have been overly brief. Feel free to ask questions, I'm sure myself or others here can help out. Hope that helps.