Results 1 to 7 of 7

Thread: Tank drain-time formula

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    2

    Tank drain-time formula

    Hi guys,
    Need to find time required to drain a tank by gravity. I am having problems solving this one, it's got me up at nights ( semi obsessive compulsive about this one ). I know it's just a matter of differentiating or integrating or something but I can't remember which or how.

    A simplified model of a draining tank is as follows:

    Water tank has:
    1) A hole in the bottom with an area represented by "A_drain"
    2) A horizontal surface area represented by "A_surface" ( ie if tank was cylindrical this would be pi.r^2, but tank model could be round or square so please leave as just an area )
    3) A water level height represented by "h"
    4) Obviously a volume at any point in time represented by "A_surface * h"
    5) Gravity represented by "g"

    Total drain time = volume / rate of flow from hole
    Volume = A_surface * h
    Rate of flow from hole = A_drain * sqrt(2gh)

    BUT the water-height "h" is continuously dropping so that you cannot apply sqrt(2gh) as a constant across the whole drain period. Everything is changing simultaneously and they are all dependant on each other !

    Please help me with this one and also try to explain the process by which I can solve eq's like this in the future.

    Thanks in advance
    Nick
    Last edited by swedish_lunacy; Mar 23rd, 2006 at 06:07 AM. Reason: non-specific

  2. #2
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Tank drain-time formula

    Welcome to the Forums

    A rate of change is represented by a differential. In your case, the rate of change of volume is the flow rate out of the tank, which is dV/dt. So you can say that dV/dt = A_drain * sqrt(2gh).
    Integrate it and use the boundary condition that you know, namely that at zero time (T=0) you have full volume (V=V) and that at T=T, you have V=0, remembering to include an appropriate negative sign to indicate that water is flowing out of the tank.
    Then you'll just need to rearrange for T, and hey presto.

    zaza
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  3. #3
    Frenzied Member yrwyddfa's Avatar
    Join Date
    Aug 2001
    Location
    England
    Posts
    1,253

    Re: Tank drain-time formula

    I was looking at the leaky integrator solution: da/dt=-Aa+Bs, where A=alpha, and B = Beta are both positive constants for flow in to the system and flow out respectively (you plug in the in flow to create an outflowing system)

    Perhaps a little too simple, huh?

    edit and I've just noticed that g needs to be represented, too :duh:
    Last edited by yrwyddfa; Mar 24th, 2006 at 05:12 AM.
    "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein

    It's turtles! And it's all the way down

  4. #4
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527

    Re: Tank drain-time formula

    I would've used dv/dt = dh/dt * dv/dh

    but i'm not sure how you'd get dh/dt!

  5. #5
    New Member
    Join Date
    Dec 2007
    Posts
    1

    Re: Tank drain-time formula

    Here is the differentiated equation from a water operators handbook:

    For Circular Tank:

    t = ((3.14 x dia^2) / (C x A)) x (h / (8 x g))^0.5

    Where
    t = time in seconds
    dia = diameter of tank in ft
    C = Orface coef. (0.7 to 0.91) I use 0.81 for a pipe penitrating the tank wall.
    A = aera of orface in sf
    h = height of water above outlet in ft
    g = gravitational constant (32.2)

    If you have a retangular tank it would seem that you could replace the first part (3.14 x dia^2) with (4 x L x W)

    Try this out....

  6. #6
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Tank drain-time formula

    This homework was due about 9 months ago...
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  7. #7

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    2

    Re: Tank drain-time formula

    This homework was due about 9 months ago...
    Ha ha ha, it's not actually homework. It was something that was personally bugging me in terms of how to figure it out.

    Thanks Water Guy, I appreciate you posting this up for me
    And thanks zaza as well, sorry I didn't get around to saying thanks when you first posted

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width