ConicalTank Problem
ConicalTank Problem
Assignment 1
2008 Fall
Time T to drain a conical tank with hole radius 1 cm at the truncated tip
for initial head (height) H cm of liquid above the hole
H
0
1
2
3
4
5
6
7
8
9
10
20
25
30
40
50
100
T
0.0000
0.0936
0.1858
0.3078
0.4652
0.6622
0.9021
1.1880
1.5226
1.9088
2.3489
10.2016
16.8641
25.6308
50.2041
85.2519
455.4949
43.1331
60.0001
243746315.xls.ms_office - Table
T = k sqrt(H ) (a + bH + cH 2)
where
k = sqrt(2/(3g )) / 21 = 0.001241
cm/s2
g=
981
a = 30*sqrt(3) = 51.96152
b=
20
c = 2*sqrt(3) = 3.464102
dV/dt = -0.7*(area of hole )*v
Torecelli: v = sqrt(2gh )
9/10/2014 1:26 AM