Results 1 to 6 of 6

Thread: Calculating Tank Volume

  1. #1

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    Calculating Tank Volume

    I am trying to calculate the volume in gallons a cylindrical tank can hold with the dimensions 5' diameter and 10' length. V = D x D x 0.7854 x L works and yields 1,468 Gallons US either by measuring the tank in inches and dividing by 231 or measuring the tank in feet and multiplying by 7.48 but when using the formula V = pir^2l it doesn't work out.

  2. #2
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431

    Re: Calculating Tank Volume

    Well, the volume of a cylinder is pi*r^2*h where r is the radius and h is the height. Your "V = pir^2" is at leaving off the h.
    The time you enjoy wasting is not wasted time.
    Bertrand Russell

    <- Remember to rate posts you find helpful.

  3. #3

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    Re: Calculating Tank Volume

    The h in the formula V = pir^2l is the l at the end since the cylinder is lying down.

  4. #4
    Sinecure devotee
    Join Date
    Aug 2013
    Location
    Southern Tier NY
    Posts
    6,598

    Re: Calculating Tank Volume

    You don't show your work, but I would assume perhaps you're not squaring the radius first, before multiplying by pi, then length, then your units to gallons conversion value.

    It seems to work fine for me, i.e. using feet.
    Code:
    r * r          * pi                 l (length, aka h)  cubic ft to gal
    2.5*2.5 = 6.25 * pi = 19.63495408 * 10 =  196.34954 * 7.48 = 1468.69456
    Last edited by passel; Oct 12th, 2015 at 10:12 AM.

  5. #5
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431

    Re: Calculating Tank Volume

    Quote Originally Posted by Dillinger4 View Post
    ...V = pir^2l...
    Huh, I apparently missed that "l" repeatedly, sorry about that. You didn't give the important details so I suppose I latched onto a perceived typo instead.
    The time you enjoy wasting is not wasted time.
    Bertrand Russell

    <- Remember to rate posts you find helpful.

  6. #6

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    Re: Calculating Tank Volume

    Ugh. I see what I was doing wrong. I squared the diameter and didn't multiply the result by 7.48. Thanks for the help jemidiah.

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