Flow Rate Problem: Solve for Time to Pour 6L SAE 10 Oil

AI Thread Summary
The discussion focuses on calculating the time required to pour 6 liters of SAE 10 oil through a funnel using Poiseuille's law. The viscosity of the oil is 0.2 Pa·s, and the specific gravity is 0.70, which affects the pressure difference calculation. Initial calculations incorrectly used a pressure difference of 82.4 Pa, which was later corrected to 824 Pa after addressing unit conversion errors. Additionally, there were mistakes in the diameter and radius used in the flow rate formula. After corrections, the recalculated time to pour the oil was found to be approximately 0.974 seconds.
mparsons06
Messages
60
Reaction score
0
Flow Rate Problem - Please Help!

1. Homework Statement :

SAE no. 10 oil has a viscosity of 0.2 Pa· s. How long (in sec) would it take to pour 6 liters of oil through a funnel with a neck 12 cm long and 2.6 cm in diameter. Assume that it is poured in such a way that the oil level is kept just above the top of the tube.

Hint: The specific gravity (= ratio of its density to that of water) of the oil is 0.70.

Homework Equations



The pressure difference is given by
Dp = rgL

1000 liter = 1 m^3 = 10^6 cm^3

The flow rate is given by Poiseuille's law:

Q = p * r^4 * Dp / 8*h*L

The Attempt at a Solution



You can calculate the pressure difference:
Dp = rgL
Dp = (700 kg/m^3)(9.81 m/s^2)(0.0012 m)
Dp = 82.4 Pa

And the time it takes for the oil to flow through is the volume of the oil divided by the flow rate:

t = V / Q = 8 * V * h * L / (p * r^4 * Dp)
t = 8 (0.006 m^3)*(0.2)*(0.012 m) / p * (0.5)*(0.013 m)^4 * (82.4 Pa)
t = 8.97 X 10^-9

But I know that can't be right. Can someone please help me with where I went wrong? And try to explain it to me?
 
Last edited:
Physics news on Phys.org


I found two errors.
mparsons06 said:

The Attempt at a Solution



You can calculate the pressure difference:
Dp = rgL
Dp = (700 kg/m^3)(9.81 m/s^2)(0.0012 m)
Dp = 82.4 Pa
12 cm is not 0.0012 m.

And the time it takes for the oil to flow through is the volume of the oil divided by the flow rate:

t = V / Q = 8 * V * h * L / (p * r^4 * Dp)
t = 8 (0.006 m^3)*(0.2)*(0.012 m) / p * (0.5)*(0.013 m)^4 * (82.4 Pa)
t = 8.97 X 10^-9
I agree with the next-to-last line here, except for the pressure which you must recalculate based on my earlier comment. Even so, something went really wrong in calculating that final value for t here. Everything to the right of the "/" here is in the denominator, i.e. you must divide by all of those values. Technically, those terms should be enclosed in a pair of parantheses, so that you have
t = 8 (0.006 m^3)*(0.2)*(0.012 m) / (p * (0.5)*(0.013 m)^4 * (82.4 Pa))

But I know that can't be right.
It's encouraging that you thought about your answer and realized something is wrong :smile:
 


mparsons06 said:
1. Homework Statement :

SAE no. 10 oil has a viscosity of 0.2 Pa· s. How long (in sec) would it take to pour 6 liters of oil through a funnel with a neck 12 cm long and 2.6 cm in diameter. Assume that it is poured in such a way that the oil level is kept just above the top of the tube.

Hint: The specific gravity (= ratio of its density to that of water) of the oil is 0.70.

Homework Equations



The pressure difference is given by
Dp = rgL

1000 liter = 1 m^3 = 10^6 cm^3

The flow rate is given by Poiseuille's law:

Q = p * r^4 * Dp / 8*h*L

The Attempt at a Solution



You can calculate the pressure difference:
Dp = rgL
Dp = (700 kg/m^3)(9.81 m/s^2)(0.0012 m)
Dp = 82.4 Pa

And the time it takes for the oil to flow through is the volume of the oil divided by the flow rate:

t = V / Q = 8 * V * h * L / (p * r^4 * Dp)
t = 8 (0.006 m^3)*(0.2)*(0.012 m) / p * (0.5)*(0.013 m)^4 * (82.4 Pa)
t = 8.97 X 10^-9

But I know that can't be right. Can someone please help me with where I went wrong? And try to explain it to me?

"You can calculate the pressure difference:
Dp = rgL
Dp = (700 kg/m^3)(9.81 m/s^2)(0.0012 m)
Dp = 82.4 Pa"

=> r = 700 kg/m^3 ? I'm confused ?
 


huybinhs said:
"You can calculate the pressure difference:
Dp = rgL
Dp = (700 kg/m^3)(9.81 m/s^2)(0.0012 m)
Dp = 82.4 Pa"

=> r = 700 kg/m^3 ? I'm confused ?
The density of the oil is 0.70 times that of water, which is 1000 kg/m^3.
 


mparsons06 said:
t = V / Q = 8 * V * h * L / (p * r^4 * Dp)
t = 8 (0.006 m^3)*(0.2)*(0.012 m) / [ p * (0.5)*(0.013 m)^4 * (82.4 Pa) ]
t = 8.97 X 10^-9

I don't know what "p" is. Help?
 


p is π here, 3.14159...
 


So I calculated the equation using pi:

t = V / Q = 8 * V * h * L / (p * r^4 * Dp)
t = 8 (0.006 m^3)*(0.2)*(0.012 m) / [ pi * (0.5)*(0.013 m)^4 * (82.4 Pa) ]
t = 1.9492 sec

But it is still incorrect... Any ideas?
 


Dp is not 82.4 Pa. See post #2.
 


You can calculate the pressure difference:
Dp = rgL
Dp = (700 kg/m^3)(9.81 m/s^2)(0.12 m)
Dp = 824 Pa

And the time it takes for the oil to flow through is the volume of the oil divided by the flow rate:

t = V / Q = 8 * V * h * L / (pi * r^4 * Dp)
t = 8 (0.006 m^3)*(0.2)*(0.012 m) / (pi * (0.5)*(0.013 m)^4 * (824 Pa))
t = 0.1949 sec

It is still incorrect.
 
  • #10


Hmm, now that I look more carefully I am seeing several problems with the calculation.

1. The numbers you have do not give 0.1949 s
2. 12 cm is not equal to 0.012 m.
3. Where does the (0.5) come from?
 
  • #11


So if I recalculate, fixing my errors and taking out 0.5:

t = V / Q = 8 * V * h * L / (pi * r^4 * Dp)
t = 8 (0.006 m^3)*(0.2)*(0.12 m) / (pi * (0.026 m)^4 * (824 Pa))
t = 0.974 sec

Still wrong.
 
Last edited:
  • #12


1 more try: 0.026 m is the diameter; the radius is 0.013 m. Use the radius here.
 
Last edited:
  • #13


You were right! Thank you for helping me out!
 
  • #14


You're welcome :smile:
 
  • #15


Could you please check out my question on Height of Blood Transfusion? Thanks.
 
Back
Top