Tank Drain Time Calculator — Torricelli's Theorem

← Back to Engineering Library

If you don’t know how long it’ll take to drain a tank, you’re guessing — and that’s how you end up with undersized emergency drains, missed deadlines, or containment overflows. This Tank Drain Time Calculator estimates how long it will take to empty a tank and gives the initial flow rate, using basic info: tank area, orifice area, and starting fluid height. You’ll run into these calculations in process plants, water systems, and ship design. On this page: the full Torricelli formula, a real-world example, basic physical explanation, and answers to common questions.

What is tank drain time?

Tank drain time is simply how long it takes for fluid to leave a tank through a drain near the bottom. The main factors are tank area, drain hole size, and how much liquid is above the opening at the start.

Simple Explanation

Picture draining a bathtub. A small drain trickles; a big drain empties it fast. When the water’s high, it rushes out; as the level drops, flow slows down. That’s exactly what’s going on: the higher the liquid above the hole, the faster it flows out — and Torricelli’s formula lets you work out exactly how that changes as the tank empties.

📐 Browse all 1000+ Interactive Calculators

Tank Drainage System Diagram

Tank Drain Time Calculator   Torricelli's Theorem Technical Diagram

Tank Drain Time Calculator

How to Use This Calculator

Engineering calculation notice

This calculator is intended for education, concept evaluation, and preliminary design. Results are based on the equations and assumptions described on this page, but cannot account for every real-world load case, tolerance, material property, environmental condition, installation detail, safety factor, code, or regulatory requirement. Verify all inputs, assumptions, units, and results independently before selecting components or using the result in a real application. Safety-critical, structural, medical, lifting, transportation, or regulated applications must be reviewed by a qualified engineer.

Found a calculation error? Message us

  1. Enter the tank cross-sectional area (A) in m² or ft² depending on your chosen unit system.
  2. Enter the orifice area (a) — the cross-sectional area of the drain opening, in the same units.
  3. Enter the initial head height (h) — the depth of fluid above the orifice at the start of draining.
  4. Click Calculate to see your result.

📹 Video Walkthrough — How to Use This Calculator

Tank Drain Time Calculator — Torricelli's Theorem

Tank Drain Time Interactive Visualizer

Watch how tank dimensions and orifice size affect drain time using Torricelli's theorem. Adjust parameters to see real-time calculations of flow velocity and drainage duration.

Tank Area (m²) 10 m²
Orifice Area (m²) 0.02 m²
Initial Height (m) 2.0 m

DRAIN TIME

14.1s

FLOW RATE

0.125 m³/s

VELOCITY

6.26 m/s

FIRGELLI Automations — Interactive Engineering Calculators

Mathematical Equations

Here’s the formula you’ll want for tank drain time.

Primary Drain Time Equation

t = (A / (a × √(2g))) × √h

Flow Velocity (Torricelli's Law)

v = √(2gh)

Flow Rate

Q = a × √(2gh)

Where:

  • t = Time to drain (seconds)
  • A = Tank cross-sectional area (m² or ft²)
  • a = Orifice area (m² or ft²)
  • g = Gravitational acceleration (9.81 m/s² or 32.174 ft/s²)
  • h = Initial head height (m or ft)
  • v = Flow velocity (m/s or ft/s)
  • Q = Flow rate (m³/s or ft³/s)

Simple Example

Tank area A = 1 m², orifice area a = 0.01 m², head height h = 2 m, metric units (g = 9.81 m/s²).

Drain time: t = (1 / (0.01 × √(2 × 9.81))) × √2 = (1 / (0.01 × 4.429)) × 1.414 = (1 / 0.04429) × 1.414 ≈ 31.93 seconds

Initial flow rate: Q = 0.01 × √(2 × 9.81 × 2) = 0.01 × 6.264 ≈ 0.0626 m³/s

Understanding Torricelli's Theorem

Torricelli’s theorem comes from basic physics: for a hole at the bottom of a tank, the speed of fluid out of the hole is the same as if you dropped something from that height. The flow’s driven by gravity and the fluid’s starting height above the orifice. This isn’t just classroom stuff — it’s what lets you work out, with some accuracy, how quickly a tank will drain through a hole.

The calculator uses Torricelli’s principle to estimate drain time. This is relevant any time you need to size drains or predict how fast a tank empties — process design, emergency outflows, general tank work.

Physical Principles

Torricelli’s law is a practical case from Bernoulli’s equation. At the fluid surface and the orifice, atmospheric pressure cancels out, and flow at the surface is almost zero velocity (since compared to the orifice, it’s a big area). By tracking the loss of potential energy as water drops from the fluid surface to the drain, you equate that to the gain in kinetic energy at the exit.

The energy balance is:

Potential Energy = Kinetic Energy

mgh = ½mv²

This gives you Torricelli’s velocity equation: v = √(2gh)

Practical Applications

Industrial Tank Design

In factories and process sites, Torricelli’s equation is used to size the outlet for tanks, vessels, and containment. If your drain is too small, you won’t meet process times or emergency handling specs. If it’s too big, you may waste money or hurt controllability. These calculations show up everywhere from chemical reactors to washdown tanks. Sometimes linear actuators are used to open or close valves in these systems for automated control—if so, you’ll want flow calculations on hand to match actuator movement to process timing.

Water Management Systems

In municipal water work, you’ll use Torricelli’s numbers to size outlets for clarifier tanks and storage reservoirs. Knowing typical and worst-case drain curves is key for managing flow through treatment processes and for keeping emergency overflows in check.

Drain time estimates are also essential for stormwater basins. Lining up outlet sizing with the expected rainfall profile is one of the main ways to prevent urban or site flooding.

Agricultural Applications

Tank drain calculations matter for irrigation tanks and farm reservoirs, especially if you want predictable watering cycles or have automated fill and flush routines. The same principles govern draining for animal water troughs or large dosing systems, where steady supply at varying water levels is required.

Marine and Offshore Engineering

Ships and offshore platforms use Torricelli’s approach for ballast tank drains, bilge pumps, and similar—where you need to know how long it’ll take to empty a compartment, and at what rate. This is important for ballasting and stability work, but also for emergency draining and waste handling. In harsh conditions, drain paths may foul or slow, so the theoretical values are often treated as a best-case upper bound.

Worked Example Calculation

Problem Setup

Here’s a typical scenario:

  • Tank diameter: 4 meters
  • Initial water depth: 3 meters
  • Circular orifice diameter: 0.1 meters
  • Location: Bottom center of tank

Step 1: Calculate Areas

Tank cross-sectional area:

A = π × (d/2)² = π × (4/2)² = π × 4 = 12.57 m²

Orifice area:

a = π × (d/2)² = π × (0.1/2)² = π × 0.0025 = 0.00785 m²

Step 2: Apply Torricelli's Formula

This is where you use the drain time formula.

Using the numbers above:

t = (A / (a × √(2g))) × √h
t = (12.57 / (0.00785 × √(2 × 9.81))) × √3
t = (12.57 / (0.00785 × 4.43)) × 1.73
t = (12.57 / 0.0348) × 1.73
t = 361.2 × 1.73 = 625 seconds

Step 3: Calculate Flow Rate

Initial flow rate:

Q = a × √(2gh) = 0.00785 × √(2 × 9.81 × 3) = 0.00785 × 7.67 = 0.060 m³/s

Results Interpretation

So this tank will drain in about 625 seconds (10.4 minutes), with an initial flow rate of 0.060 m³/s. That flow rate starts high (when the tank is full) and tapers off as the water level drops—the change tracks the square root of the falling height.

This is for ideal, frictionless flow and doesn’t factor in actual system losses or shape of the fluid exit. In practical setups, you’ll need to include a discharge coefficient—usually between 0.6 and 0.8—to account for real-world issues like sharpness of the orifice, turbulence, or minor obstructions.

Design Considerations and Best Practices

Discharge Coefficient

The math above assumes zero losses and perfect flow—a rare thing in the field. Real drains face edge effects, contraction of the stream, friction, and sometimes poor alignment. These reduce the actual flow compared to the calculated numbers.

To adjust, you multiply by a discharge coefficient (Cd), often in the range 0.6–0.8, depending on how the orifice is built. Sharp edges give lower coefficients; rounded and well-shaped holes approach the upper end.

Orifice Design

Drain opening geometry always matters. Sharp-edged holes are easy to predict, but odd shapes or rough openings can reduce your effective flow. If you want automated control—using, say, linear actuators to open or close valves—you’ll need to match actuator stroke and valve style to the flow-versus-head curve you need through the entire drain cycle.

Tank Geometry Effects

This calculation assumes the cross-section stays constant with tank depth. If your tank is conical, sloped, or irregular, you need to adjust or use more advanced (numerical or piecewise) approaches. Also, as tanks drain, air can get in or a vortex can form—either may sharply change flow at the tail end, and these conditions can be hard on pumps or connected equipment down the line.

Safety and Regulatory Considerations

Drain sizing can be dictated by rules—especially where you handle hazardous fluids or must meet environmental targets. Emergency systems may have strict minimums for both outlet size and max drain time. If your system includes secondary containment, make sure both the inflow and outflow (drain) are enough for worst-case events, not just typical operation.

Frequently Asked Questions

What is the difference between Torricelli's theorem and Bernoulli's equation?
Why do real drainage times differ from calculated values?
How does orifice shape affect drainage calculations?
Can this calculator be used for tanks with non-uniform cross-sections?
What happens when the orifice is not at the bottom of the tank?
How do automated valve systems affect drainage calculations?

📐 Browse all 1000+ Interactive Calculators →

About the Author

Robbie Dickson

Chief Engineer & Founder, FIRGELLI Automations

Robbie Dickson brings over two decades of engineering expertise to FIRGELLI Automations. With a distinguished career at Rolls-Royce, BMW, and Ford, he has deep expertise in mechanical systems, actuator technology, and precision engineering.

Need to implement these calculations?

Explore the precision-engineered motion control solutions used by top engineers.

Share This Article
Tags: